diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-08 03:59:04 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-08 03:59:04 +0000 |
commit | 7f876bd1a08d571bd1c945e3d28c4402710f38ec (patch) | |
tree | 4b3e337d51919b9e29a8f7d2865779c8769c9bde /net-p2p | |
parent | a506a1f4c33c02db8e8fa8c932d73da9d8f4e116 (diff) | |
download | FreeBSD-ports-7f876bd1a08d571bd1c945e3d28c4402710f38ec.zip FreeBSD-ports-7f876bd1a08d571bd1c945e3d28c4402710f38ec.tar.gz |
correctly make the execution of AGSatellite conditional to -createdironly, does not require a PORTREVISION bump
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linux-agsatellite/files/wrapper.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/linux-agsatellite/files/wrapper.sh b/net-p2p/linux-agsatellite/files/wrapper.sh index fb7fdbd..e2daaee 100644 --- a/net-p2p/linux-agsatellite/files/wrapper.sh +++ b/net-p2p/linux-agsatellite/files/wrapper.sh @@ -19,8 +19,10 @@ then fi echo " ${*} " | grep " \-createdironly " || +{ cd ${HOME}/.agsatellite && echo Running Audio Galaxy Satellite under ${HOME}/.agsatellite && echo Create both account.txt and shares.txt files under ${HOME}/.agsatellite && exec ./${PROGRAM##*/} ${*} || echo PROBLEM. Cannot create directory ${HOME}/.agsatellite, make sure you have the proper permissions to create itnd try again +} |