~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to debian/patches/103_initscript_background_off_by_default.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-29 13:57:28 UTC
  • mfrom: (7.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080629135728-ll66avwtcnq64pbs
Tags: 2.0.3-11
* Add patch 001 from upstream CVS to fix LFS test for cross
  compilation.
* Update cdbs tweaks:
  + Relax copyright-check.mk to only warn about its discoveries.
    Closes: bug#487061, thanks to Lucas Nussbaum.
  + Correct abbreviation of BSD licenses in copyright-check.mk.
  + Update dependency cleanup to strip cdbs 0.4.27 (not 0.4.27-1).
* Update debian/copyright-hints.
* Raise urgency to medium due to FTBFS bugfix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- netatalk/distrib/initscripts/rc.atalk.debian.tmpl.old
 
2
+++ netatalk/distrib/initscripts/rc.atalk.debian.tmpl
 
3
@@ -22,7 +22,7 @@
 
4
 AFPD_MAX_CLIENTS=50
 
5
 ATALK_ZONE=
 
6
 ATALK_NAME=`/bin/hostname --short`
 
7
-ATALK_BGROUND=yes
 
8
+ATALK_BGROUND=no
 
9
 CNID_METAD_RUN=yes
 
10
 ATALK_MAC_CHARSET='MAC_ROMAN'
 
11
 ATALK_UNIX_CHARSET='LOCALE'