From 5e3891a9853c7c3960a9d0065818a46ba0f4e628 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Tue, 3 Jan 2012 03:51:11 +0400 Subject: [PATCH] remove unnecessary --make-pidfile option from init script. Fix copyright header --- contrib/yasnd.openrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/yasnd.openrc b/contrib/yasnd.openrc index 401a958..e3918f3 100755 --- a/contrib/yasnd.openrc +++ b/contrib/yasnd.openrc @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright (c) 2011 Serget Popov +# Copyright (c) 2011 Sergey Popov # All rights reserved. Released under the 2-clause BSD license. extra_started_commands="reload" @@ -14,7 +14,7 @@ depend() start() { ebegin "Starting yasnd" - start-stop-daemon --start --background --quiet --make-pidfile --pidfile /var/run/yasnd.pid --exec /sbin/yasnd + start-stop-daemon --start --background --quiet --pidfile /var/run/yasnd.pid --exec /sbin/yasnd eend $? }