From ab1a9b6884a935cc12e51858090cc80ca3735382 Mon Sep 17 00:00:00 2001 From: HAT Date: Tue, 11 Jan 2011 23:23:30 +0900 Subject: [PATCH] merge from branch-netatalk-2-1 --- NEWS | 1 + distrib/initscripts/rc.atalk.gentoo.tmpl | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 802fff2c..f87c3656 100644 --- a/NEWS +++ b/NEWS @@ -63,6 +63,7 @@ Changes in 2.1.6 ================ * FIX: afpd: Fix for LDAP user cache corruption +* FIX: gentoo: cannot set $CNID_CONFIG Changes in 2.1.5 ================ diff --git a/distrib/initscripts/rc.atalk.gentoo.tmpl b/distrib/initscripts/rc.atalk.gentoo.tmpl index 206e01ca..5ed475c5 100644 --- a/distrib/initscripts/rc.atalk.gentoo.tmpl +++ b/distrib/initscripts/rc.atalk.gentoo.tmpl @@ -55,7 +55,8 @@ atalk_startup () { if [ "${CNID_METAD_RUN}" = "yes" ] ; then ebegin "Starting cnid_metad" - start-stop-daemon --start --quiet --exec :SBINDIR:/cnid_metad $CNID_CONFIG + start-stop-daemon --start --quiet --exec :SBINDIR:/cnid_metad -- \ + ${CNID_CONFIG} eend $? fi -- 2.39.2