From e0d358778b0df3dd6eda22a878f91c1517d291dd Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 5 Feb 2002 06:04:36 +0000 Subject: Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f". Noted by Stoned Elipot in private email. --- www/thttpd/files/thttpd.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/thttpd') diff --git a/www/thttpd/files/thttpd.sh b/www/thttpd/files/thttpd.sh index cb2a13f612f..bd5fb502b4e 100644 --- a/www/thttpd/files/thttpd.sh +++ b/www/thttpd/files/thttpd.sh @@ -1,11 +1,11 @@ #!/bin/sh # -# $NetBSD: thttpd.sh,v 1.7 2001/11/26 07:34:08 jlam Exp $ +# $NetBSD: thttpd.sh,v 1.8 2002/02/05 06:04:43 jlam Exp $ # # PROVIDE: thttpd # REQUIRE: DAEMON -if [ -e /etc/rc.subr ] +if [ -f /etc/rc.subr ] then . /etc/rc.subr fi @@ -16,7 +16,7 @@ command=@PREFIX@/sbin/${name} command_args="-C @PKG_SYSCONFDIR@/${name}.conf" required_files="@PKG_SYSCONFDIR@/${name}.conf" -if [ -e /etc/rc.subr ] +if [ -f /etc/rc.subr ] then load_rc_config $name run_rc_command "$1" -- cgit v1.2.3