From 4439373ee4f9c486f6da66c6ea41514f0f01f480 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. --- net/ddclient/files/ddclient.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/ddclient') diff --git a/net/ddclient/files/ddclient.sh b/net/ddclient/files/ddclient.sh index 8453f43e1fc..be3529bbdb6 100644 --- a/net/ddclient/files/ddclient.sh +++ b/net/ddclient/files/ddclient.sh @@ -1,13 +1,13 @@ #!/bin/sh # -# $NetBSD: ddclient.sh,v 1.2 2001/12/09 21:44:52 jlam Exp $ +# $NetBSD: ddclient.sh,v 1.3 2002/02/05 06:04:38 jlam Exp $ # # Dynamic DNS update client # # PROVIDE: ddclient # REQUIRE: DAEMON -if [ -e /etc/rc.subr ] +if [ -f /etc/rc.subr ] then . /etc/rc.subr fi @@ -27,7 +27,7 @@ ddclient_start() ${daemon} ${ddclient_flags} ${command_args} } -if [ -e /etc/rc.subr ] +if [ -f /etc/rc.subr ] then load_rc_config $name run_rc_command "$1" -- cgit v1.2.3