From 34a9b6c36a63c152af255356f9cf719c1ab686e0 Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Mon, 4 Feb 2002 13:22:37 +0000 Subject: A lot of small changes. It's now possible to change the Java port using the JAVA_PORT variable. Now uses the my public_distfiles instead of those of sobomax. The script installed in /etc/rc.d/ is now prefixed with the startup order, by default it is 020.orion.sh. For the rest the changes are superficial. Just improving the quality and genericity. --- www/orion/pkg-deinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/orion/pkg-deinstall') diff --git a/www/orion/pkg-deinstall b/www/orion/pkg-deinstall index 3ebd95313283..643e3cdebf39 100644 --- a/www/orion/pkg-deinstall +++ b/www/orion/pkg-deinstall @@ -1,7 +1,7 @@ #!/bin/sh PID_FILE=/var/run/orion.pid if [ -e ${PID_FILE} ]; then - echo -n "Orion is still running." + echo -n "Orion Server is still running." /bin/kill `cat ${PID_FILE}` rm -f ${PID_FILE} echo " Stopped." -- cgit v1.2.3