summaryrefslogtreecommitdiff
path: root/net-p2p/linux-agsatellite/files/wrapper.sh
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-08 03:59:04 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-08 03:59:04 +0000
commit3c909464feb99fe939e8d09cc5d68f5ac3d1637f (patch)
treeba0cecbcebd04dbe4186edd2944c1b6f1ca7b772 /net-p2p/linux-agsatellite/files/wrapper.sh
parentmove 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
Notes
Notes: svn path=/head/; revision=47526
Diffstat (limited to 'net-p2p/linux-agsatellite/files/wrapper.sh')
-rw-r--r--net-p2p/linux-agsatellite/files/wrapper.sh2
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 fb7fdbd6f492..e2daaee83078 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
+}