diff options
author | 2016-03-28 08:10:19 +0000 | |
---|---|---|
committer | 2016-03-28 08:10:19 +0000 | |
commit | bd8599f8a11d7111033a1aecc7109cae4f2db9c6 (patch) | |
tree | d3747c1854d70096f69057e594f6da23e3a6112d | |
parent | Drop if-zeroed gethostbyname2.h header, remnant from KAME times (diff) | |
download | wireguard-openbsd-bd8599f8a11d7111033a1aecc7109cae4f2db9c6.tar.xz wireguard-openbsd-bd8599f8a11d7111033a1aecc7109cae4f2db9c6.zip |
Remove left-over debug line.
-rw-r--r-- | usr.sbin/rcctl/rcctl.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh index 40c0be6363c..1bed2a599f7 100644 --- a/usr.sbin/rcctl/rcctl.sh +++ b/usr.sbin/rcctl/rcctl.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: rcctl.sh,v 1.90 2016/03/27 13:11:33 ajacoutot Exp $ +# $OpenBSD: rcctl.sh,v 1.91 2016/03/28 08:10:19 ajacoutot Exp $ # # Copyright (c) 2014, 2015 Antoine Jacoutot <ajacoutot@openbsd.org> # Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> @@ -25,8 +25,6 @@ FUNCS_ONLY=1 . /etc/rc.d/rc.subr _rc_parse_conf -echo $_rc_actions - usage() { _rc_err \ |