diff options
author | brian <brian@FreeBSD.org> | 2001-09-03 11:33:34 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-09-03 11:33:34 +0000 |
commit | 6194c8bec6588106b67b81ea5a8c41a2eb3a56fc (patch) | |
tree | b82faa39335aa8466c3903ecd82b5e50053ef718 /net/pppoa | |
parent | ff15e86d6fdb4f1a0ab2c720f8e0f4fc18cb80d3 (diff) | |
download | FreeBSD-ports-6194c8bec6588106b67b81ea5a8c41a2eb3a56fc.zip FreeBSD-ports-6194c8bec6588106b67b81ea5a8c41a2eb3a56fc.tar.gz |
Mention what needs to be done to enable this port.
Suggested by: n_hibma
Diffstat (limited to 'net/pppoa')
-rw-r--r-- | net/pppoa/Makefile | 2 | ||||
-rw-r--r-- | net/pppoa/files/quick-install | 8 | ||||
-rw-r--r-- | net/pppoa/pkg-plist | 2 |
3 files changed, 12 insertions, 0 deletions
diff --git a/net/pppoa/Makefile b/net/pppoa/Makefile index b078946..6f2df34 100644 --- a/net/pppoa/Makefile +++ b/net/pppoa/Makefile @@ -29,5 +29,7 @@ post-install: ${CHOWN} root:wheel ${PREFIX}/arpwatch; \ fi ${INSTALL_DATA} ${WRKSRC}/../mgmt/mgmt.o ${PREFIX}/libdata/. + ${INSTALL_DATA} ${FILESDIR}/quick-install ${PREFIX}/share/speedtouch/. + ${CAT} ${PREFIX}/share/speedtouch/quick-install .include <bsd.port.mk> diff --git a/net/pppoa/files/quick-install b/net/pppoa/files/quick-install new file mode 100644 index 0000000..790b24a --- /dev/null +++ b/net/pppoa/files/quick-install @@ -0,0 +1,8 @@ + + ** IMPORTANT ** + + To activate this port, create a new profile in /etc/ppp/ppp.conf + called ``adsl'' using /usr/local/share/speedtouch/ppp.conf.sample + as a template, then copy /usr/local/etc/rc.d/asdl.sh.sample to + /usr/local/etc/rc.d/asdl.sh. + diff --git a/net/pppoa/pkg-plist b/net/pppoa/pkg-plist index dd52562..813c157 100644 --- a/net/pppoa/pkg-plist +++ b/net/pppoa/pkg-plist @@ -4,4 +4,6 @@ bin/pppoa2 etc/rc.d/adsl.sh.sample share/speedtouch/ppp.conf.sample share/speedtouch/INSTALL +share/speedtouch/quick-install +@exec cat %D/share/speedtouch/quick-install @dirrm share/speedtouch |