diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-02 09:38:55 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-02 09:38:55 +0000 |
commit | 33012ef01698722f2e165b7e1b70dca6461ead42 (patch) | |
tree | e29e958556ea3df8769f2a731772c4b96d5d0e4c /net/cap | |
parent | Upgrade from 3.11 to 3.12. (diff) |
Ooops, can't use ${PREFIX} in these scripts.
Noticed by: Koichi Satou <copan@ppp.fastnet.or.jp>
Notes
Notes:
svn path=/head/; revision=4747
Diffstat (limited to 'net/cap')
-rw-r--r-- | net/cap/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cap/pkg-install b/net/cap/pkg-install index f2620f7aa79d..9c2ae0b04a8d 100644 --- a/net/cap/pkg-install +++ b/net/cap/pkg-install @@ -5,6 +5,6 @@ if [ "$2" != "POST-INSTALL" ]; then fi echo '**********************************************************************' -echo " Now, edit ${PREFIX}/etc/cap/start-cap-servers.sample." +echo " Now, edit /usr/local/etc/cap/start-cap-servers.sample." echo " Then install it as ${PREFIX}/etc/rc.d/start-cap-servers.sh." echo '**********************************************************************' |