From 3a84881f168162a487490bbbd275ca05b7f5560d Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 5 Jul 2000 12:37:06 +0000 Subject: As threatened on freebsd-ports: all startup scripts know about the two options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. --- databases/mysql54-server/files/mysql-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/mysql54-server') diff --git a/databases/mysql54-server/files/mysql-server.sh b/databases/mysql54-server/files/mysql-server.sh index 507a080..0ff5374 100644 --- a/databases/mysql54-server/files/mysql-server.sh +++ b/databases/mysql54-server/files/mysql-server.sh @@ -13,6 +13,6 @@ case "$1" in echo "" echo "Usage: `basename $0` { start | stop }" echo "" - exit 1 + exit 64 ;; esac -- cgit v1.1