diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-08-16 23:19:35 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-08-16 23:19:35 +0000 |
commit | 384587abe9a91ff674f685b9706178920c2315aa (patch) | |
tree | 87067d2a32045c5e109628feb1717a63a718b4dd /net-dialup/pppconfig/files | |
parent | *** empty log message *** (diff) | |
download | historical-384587abe9a91ff674f685b9706178920c2315aa.tar.gz historical-384587abe9a91ff674f685b9706178920c2315aa.tar.bz2 historical-384587abe9a91ff674f685b9706178920c2315aa.zip |
this is the 4th or 5th time I've tried to commit, I just ntpdated to sync my time, and I'm still off.
Diffstat (limited to 'net-dialup/pppconfig/files')
-rw-r--r-- | net-dialup/pppconfig/files/digest-pppconfig-2.0.8 | 1 | ||||
-rw-r--r-- | net-dialup/pppconfig/files/pppconfig | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/net-dialup/pppconfig/files/digest-pppconfig-2.0.8 b/net-dialup/pppconfig/files/digest-pppconfig-2.0.8 new file mode 100644 index 000000000000..0e2bd45f8df6 --- /dev/null +++ b/net-dialup/pppconfig/files/digest-pppconfig-2.0.8 @@ -0,0 +1 @@ +MD5 be938fcac949ee4d6809a1ffe05d8455 pppconfig_2.0.8.tar.gz diff --git a/net-dialup/pppconfig/files/pppconfig b/net-dialup/pppconfig/files/pppconfig new file mode 100644 index 000000000000..606300f2026b --- /dev/null +++ b/net-dialup/pppconfig/files/pppconfig @@ -0,0 +1,9 @@ +#!/bin/sh +# Since I don't feel like installing whiptail, we need to wrap this app +PPPCONFIG="/usr/sbin/pppconfig.real" +if [ -x ${PPPCONFIG} ]; then + $PPPCONFIG --dialog +else + echo "Error starting $PPPCONFIG" + exit 1 +fi |