]> arthur.barton.de Git - netatalk.git/blobdiff - distrib/debian/patches/netatalk.conf.patch
Sync with current Debian version.
[netatalk.git] / distrib / debian / patches / netatalk.conf.patch
diff --git a/distrib/debian/patches/netatalk.conf.patch b/distrib/debian/patches/netatalk.conf.patch
new file mode 100644 (file)
index 0000000..5487084
--- /dev/null
@@ -0,0 +1,18 @@
+--- netatalk.cvs/config/netatalk.conf
++++ netatalk.debian/config/netatalk.conf
+@@ -6,7 +6,7 @@
+ # NOTE: if you're zone has spaces in it, you're better off specifying
+ #       it in afpd.conf
+ #ATALK_ZONE=@zone
+-ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
++ATALK_NAME=`/bin/hostname --short`
+ # specify this if you don't want guest, clrtxt, and dhx
+ # available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so, 
+@@ -21,6 +21,3 @@
+ PAPD_RUN=yes
+ AFPD_RUN=yes
+ TIMELORD_RUN=no
+-
+-# Control whether the daemons are started in the background
+-ATALK_BGROUND=no