diff options
author | tron <tron@pkgsrc.org> | 2005-02-04 19:32:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-02-04 19:32:45 +0000 |
commit | db9f97ddbfdd671f0999946ded21adfefac32aed (patch) | |
tree | feed5e3285fdf59f51f55fde2c953479d249910b /net/speedtouch/files | |
parent | d8966b59b682f3ce8275b11a3d424b66040db187 (diff) | |
download | pkgsrc-db9f97ddbfdd671f0999946ded21adfefac32aed.tar.gz |
- Honor "${PKG_SYSCONFDIR}".
- Use "mountcritremote" as requirement in "adsl.sh" because packages might
reside on a NFS mount filesystem as pointed out by Luke Mewburn.
Bump package revision after these fixes.
Diffstat (limited to 'net/speedtouch/files')
-rw-r--r-- | net/speedtouch/files/adsl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/speedtouch/files/adsl.sh b/net/speedtouch/files/adsl.sh index e8e974f304b..828b0396e3c 100644 --- a/net/speedtouch/files/adsl.sh +++ b/net/speedtouch/files/adsl.sh @@ -1,9 +1,9 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: adsl.sh,v 1.7 2005/02/02 22:09:50 tron Exp $ +# $NetBSD: adsl.sh,v 1.8 2005/02/04 19:32:45 tron Exp $ # # PROVIDE: adsl -# REQUIRE: NETWORKING +# REQUIRE: mountcritremote # BEFORE: ipnat # # On systems with rc.d you will need to copy this to /etc/rc.d and set |