Skip to content

Instantly share code, notes, and snippets.

Created July 10, 2012 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3083205 to your computer and use it in GitHub Desktop.
Save anonymous/3083205 to your computer and use it in GitHub Desktop.
stdin
--- /usr/ports/contrib/ddclient/ddclient.rc 2011-12-25 07:24:47.523960354 +0700
+++ /etc/rc.d/ddclient 2012-07-10 16:58:01.939959335 +0700
@@ -7,7 +7,7 @@
case "$1" in
start)
- /usr/sbin/ddclient -syslog -daemon 0
+ /usr/sbin/ddclient -syslog
;;
stop)
killall -q ddclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment