]> arthur.barton.de Git - netatalk.git/blob - distrib/debian/patches/netatalk.conf.patch
call readt with ONE_DELAY = 5 s
[netatalk.git] / distrib / debian / patches / netatalk.conf.patch
1 --- netatalk.cvs/config/netatalk.conf
2 +++ netatalk.debian/config/netatalk.conf
3 @@ -6,7 +6,7 @@
4  # NOTE: if you're zone has spaces in it, you're better off specifying
5  #       it in afpd.conf
6  #ATALK_ZONE=@zone
7 -ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
8 +ATALK_NAME=`/bin/hostname --short`
9  
10  # specify this if you don't want guest, clrtxt, and dhx
11  # available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so, 
12 @@ -21,6 +21,3 @@
13  PAPD_RUN=yes
14  AFPD_RUN=yes
15  TIMELORD_RUN=no
16 -
17 -# Control whether the daemons are started in the background
18 -ATALK_BGROUND=no