diff options
author | max <max@FreeBSD.org> | 1996-12-02 09:38:55 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-02 09:38:55 +0000 |
commit | 34a18bc64808bcf30278325fb4e70ace97c72e92 (patch) | |
tree | 274f246b0e55107ae7867490da7506133b035183 /net | |
parent | 94066eeb3484f67cd9dba8d85bdefe9b4248176a (diff) | |
download | FreeBSD-ports-34a18bc64808bcf30278325fb4e70ace97c72e92.zip FreeBSD-ports-34a18bc64808bcf30278325fb4e70ace97c72e92.tar.gz |
Ooops, can't use ${PREFIX} in these scripts.
Noticed by: Koichi Satou <copan@ppp.fastnet.or.jp>
Diffstat (limited to 'net')
-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 f2620f7..9c2ae0b 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 '**********************************************************************' |