diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-08 03:59:04 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-08 03:59:04 +0000 |
commit | 3c909464feb99fe939e8d09cc5d68f5ac3d1637f (patch) | |
tree | ba0cecbcebd04dbe4186edd2944c1b6f1ca7b772 /net/linux-agsatellite | |
parent | move agsatellite one line down since it went in between adom-* (diff) |
correctly make the execution of AGSatellite conditional to -createdironly, does not require a PORTREVISION bump
Diffstat (limited to 'net/linux-agsatellite')
-rw-r--r-- | net/linux-agsatellite/files/wrapper.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/linux-agsatellite/files/wrapper.sh b/net/linux-agsatellite/files/wrapper.sh index fb7fdbd6f492..e2daaee83078 100644 --- a/net/linux-agsatellite/files/wrapper.sh +++ b/net/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 +} |