Skip to content

Commit

Permalink
Adjusted rc start script to not specify -daemon option by default.
Browse files Browse the repository at this point in the history
Allow the conf file to specify this behavior (so it's not hard coded).

Submitted by:   rshaw@

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4303 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Robert Shaw committed Dec 25, 2003
1 parent 83e07a7 commit 5c940aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions net/ddclient/Portfile
@@ -1,8 +1,8 @@
# $Id: Portfile,v 1.7 2003/12/24 21:34:50 rshaw Exp $ # $Id: Portfile,v 1.8 2003/12/25 23:16:44 rshaw Exp $
PortSystem 1.0 PortSystem 1.0
name ddclient name ddclient
version 3.6.3beta2 version 3.6.3beta2
revision 1 revision 2
platforms darwin platforms darwin
categories net categories net
maintainers rshaw@opendarwin.org maintainers rshaw@opendarwin.org
Expand Down
2 changes: 1 addition & 1 deletion net/ddclient/files/ddclient.sh
Expand Up @@ -13,7 +13,7 @@ case "$1" in
start) start)
if [ -f $CONFFILE ]; then if [ -f $CONFFILE ]; then
echo "Starting $NAME daemon" echo "Starting $NAME daemon"
__PREFIX/sbin/$NAME -daemon 300 -pid $PIDFILE __PREFIX/sbin/$NAME -pid $PIDFILE
else else
echo "Cannot start $NAME daemon: $CONFFILE does not exist!" echo "Cannot start $NAME daemon: $CONFFILE does not exist!"
exit 1 exit 1
Expand Down

0 comments on commit 5c940aa

Please sign in to comment.