From: Michael Orlitzky Date: Tue, 24 Dec 2013 18:43:50 +0000 (-0500) Subject: Remove 'need dns' from the openrc init file. X-Git-Tag: 0.0.3~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=f3eb1da3ff3668d934f89b5dbcf96ec1702a0c32 Remove 'need dns' from the openrc init file. --- diff --git a/doc/init.openrc b/doc/init.openrc index 783bcdd..544596b 100755 --- a/doc/init.openrc +++ b/doc/init.openrc @@ -11,5 +11,5 @@ pidfile="/run/htsn/htsn.pid" depend() { use logger - need dns net + need net }