~ubuntu-branches/debian/lenny/netatalk/lenny

« back to all changes in this revision

Viewing changes to distrib/debian/patches/netatalk.conf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2005-10-07 13:46:11 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051007134611-r07qa2g67xwkp2if
Tags: 2.0.3-1ubuntu1
* debian/netatalk.init
  - run cnid_metad if CNID_METAD_RUN=yes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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