fixed distro and copyright information

This commit is contained in:
Andreas Steffen
2007-06-27 07:25:19 +00:00
parent 2b3100b5d0
commit 31302718ff
+6 -7
View File
@@ -36,8 +36,7 @@ IPSEC_STARTER="${IPSEC_DIR}/starter"
export IPSEC_DIR IPSEC_SBINDIR IPSEC_CONFDIR IPSEC_PIDDIR IPSEC_VERSION IPSEC_NAME IPSEC_STARTER_PID IPSEC_PLUTO_PID IPSEC_CHARON_PID
IPSEC_DISTRO="Institute for Internet Technologies and Applications\n
University of Applied Sciences Rapperswil, Switzerland"
IPSEC_DISTRO="Institute for Internet Technologies and Applications\nUniversity of Applied Sciences Rapperswil, Switzerland"
case "$1" in
'')
@@ -82,10 +81,6 @@ case "$1" in
echo "$IPSEC_VERSION"
exit 0
;;
--copyright)
set _copyright
# and fall through, invoking "ipsec _copyright"
;;
--directory)
echo "$IPSEC_DIR"
exit 0
@@ -94,6 +89,10 @@ case "$1" in
echo "$IPSEC_CONFDIR"
exit 0
;;
copyright|--copyright)
set _copyright
# and fall through, invoking "ipsec _copyright"
;;
down)
shift
if [ "$#" -ne 1 ]
@@ -266,8 +265,8 @@ update)
;;
version|--version)
echo "Linux $IPSEC_NAME $IPSEC_VERSION"
echo -e $IPSEC_DISTRO
echo "See \`ipsec --copyright' for copyright information."
echo $IPSEC_DISTRO
exit 0
;;
--*)