diff options
author | brian <brian@FreeBSD.org> | 2001-09-03 19:33:34 +0800 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-09-03 19:33:34 +0800 |
commit | 6194c8bec6588106b67b81ea5a8c41a2eb3a56fc (patch) | |
tree | b82faa39335aa8466c3903ecd82b5e50053ef718 | |
parent | ff15e86d6fdb4f1a0ab2c720f8e0f4fc18cb80d3 (diff) | |
download | freebsd-ports-gnome-6194c8bec6588106b67b81ea5a8c41a2eb3a56fc.tar.gz freebsd-ports-gnome-6194c8bec6588106b67b81ea5a8c41a2eb3a56fc.tar.zst freebsd-ports-gnome-6194c8bec6588106b67b81ea5a8c41a2eb3a56fc.zip |
Mention what needs to be done to enable this port.
Suggested by: n_hibma
-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 b0789461a2e4..6f2df3424e6a 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 000000000000..790b24a5cef4 --- /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 dd5256228c32..813c157be79d 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 |