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. --- audio/rplay/files/rplayd.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/rplay') diff --git a/audio/rplay/files/rplayd.sh b/audio/rplay/files/rplayd.sh index 933bce055bb..0dbb1bf8536 100644 --- a/audio/rplay/files/rplayd.sh +++ b/audio/rplay/files/rplayd.sh @@ -1,11 +1,11 @@ #!/bin/sh # -# $NetBSD: rplayd.sh,v 1.4 2001/11/26 07:30:44 jlam Exp $ +# $NetBSD: rplayd.sh,v 1.5 2002/02/05 06:04:36 jlam Exp $ # # PROVIDE: rplayd # REQUIRE: DAEMON -if [ -e /etc/rc.subr ] +if [ -f /etc/rc.subr ] then . /etc/rc.subr fi @@ -15,7 +15,7 @@ rcvar=$name command="@PREFIX@/sbin/${name}" required_files="@PKG_SYSCONFDIR@/rplay.conf" -if [ -e /etc/rc.subr ] +if [ -f /etc/rc.subr ] then load_rc_config $name run_rc_command "$1" -- cgit v1.2.3