diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-09-28 01:22:04 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-09-28 01:22:04 +0000 |
commit | f635066100337e6ff08448611076107f826c1431 (patch) | |
tree | 4d9cb275a6ba8c2f03a6e897facf48ebfc1b8b7f /net-dialup/pptpclient | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | gentoo-2-f635066100337e6ff08448611076107f826c1431.tar.gz gentoo-2-f635066100337e6ff08448611076107f826c1431.tar.bz2 gentoo-2-f635066100337e6ff08448611076107f826c1431.zip |
Gentoo Technologies, Inc. -> Gentoo Foundation
Diffstat (limited to 'net-dialup/pptpclient')
-rw-r--r-- | net-dialup/pptpclient/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/pptpclient/files/pptp-init | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-dialup/pptpclient/ChangeLog b/net-dialup/pptpclient/ChangeLog index e292949565dd..c194cfeedaae 100644 --- a/net-dialup/pptpclient/ChangeLog +++ b/net-dialup/pptpclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/pptpclient # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.14 2004/09/27 13:16:32 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.15 2004/09/28 01:22:04 swegener Exp $ + + 28 Sep 2004; Sven Wegener <swegener@gentoo.org> files/pptp-init: + Gentoo Technologies, Inc. -> Gentoo Foundation *pptpclient-1.5.0 (27 Sep 2004) diff --git a/net-dialup/pptpclient/files/pptp-init b/net-dialup/pptpclient/files/pptp-init index 88a057503e3a..fa939a78bd52 100644 --- a/net-dialup/pptpclient/files/pptp-init +++ b/net-dialup/pptpclient/files/pptp-init @@ -1,6 +1,8 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/files/pptp-init,v 1.2 2004/09/28 01:22:04 swegener Exp $ + depend() { need net } |