diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-10-15 17:05:29 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-10-15 17:05:29 +0000 |
commit | 72d98ca4de9c360ef3426a038a3d79e6fdc9e94a (patch) | |
tree | 7b3c4811b05e8be5628cf3ec61539f36381d8668 /net-p2p/freenet/files/freenet.sh | |
parent | Update to 0.6.1.3 (diff) |
o Move freenet startup script from bin to sbin to better uphold
hier(7)
o Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=145466
Diffstat (limited to 'net-p2p/freenet/files/freenet.sh')
-rw-r--r-- | net-p2p/freenet/files/freenet.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/freenet/files/freenet.sh b/net-p2p/freenet/files/freenet.sh index 4d4b75251a6a..cb2c1759a047 100644 --- a/net-p2p/freenet/files/freenet.sh +++ b/net-p2p/freenet/files/freenet.sh @@ -19,7 +19,7 @@ name="freenet" rcvar=`set_rcvar` -command="%%PREFIX%%/bin/${name}" +command="%%PREFIX%%/sbin/${name}" extra_commands="configure" freenet_check_vars() |