/[smeserver]/rpms/netatalk/sme7/netatalk-2.0.3.rh.init.patch
ViewVC logotype

Contents of /rpms/netatalk/sme7/netatalk-2.0.3.rh.init.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 16:40:50 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: netatalk-2_0_3-6_el4_sme, HEAD
Import on branch sme7 of package netatalk-2.0.3-6.el4.sme.src.rpm

1 --- distrib/initscripts/rc.atalk.redhat.tmpl.orig Thu Jan 8 19:23:32 2004
2 +++ distrib/initscripts/rc.atalk.redhat.tmpl Fri May 27 14:48:21 2005
3 @@ -110,7 +110,7 @@
4
5 if [ x"${AFPD_RUN}" = x"yes" -a -x ${ATALK_SBIN}/afpd ] ; then
6 echo -n " Starting afpd:"
7 - daemon ${ATALK_SBIN}/afpd ${AFPD_UAMLIST} -g ${AFPD_GUEST} \
8 + daemon ${ATALK_SBIN}/afpd -U ${AFPD_UAMLIST} \
9 -c ${AFPD_MAX_CLIENTS} -n \"${ATALK_NAME}${ATALK_ZONE}\"
10 RETVAL_AFPD=$?
11 echo
12 @@ -128,6 +128,7 @@
13 if [ x"${ATALK_BGROUND}" = x"yes" ]; then
14 echo -n "(backgrounded)"
15 atalk_startup >& /dev/null &
16 + RETVAL=$?
17 else
18 echo
19 atalk_startup

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed