1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

correctly make the execution of AGSatellite conditional to -createdironly, does not require a PORTREVISION bump

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-09-08 03:59:04 +00:00
parent 541795bcd6
commit 3c909464fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47526
3 changed files with 6 additions and 0 deletions

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}