~ubuntu-branches/ubuntu/gutsy/cyrus-sasl2/gutsy-201105300151

« back to all changes in this revision

Viewing changes to debian/sasl2-bin.saslauthd.init

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2006-12-22 00:04:32 UTC
  • mfrom: (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061222000432-eai1g972wgtgxdos
Tags: 2.1.22.dfsg1-8ubuntu1
* Merge from Debian unstable
* Ubuntu changes remaining:
  - Remove stop links from rc0 and rc6
  - Depend on, don't recommend, modules
* Ubuntu changes dropped:
  - Build against db4.3 instead of 4.2
* Create /var/run/saslauthd in sasl2-bin's postinst if need be.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        MECH_OPTIONS="-O $MECH_OPTIONS"
67
67
fi
68
68
 
 
69
# If there is a threads option defined, prepare it for use with the -n flag
 
70
if [ -n "$THREADS" ]; then
 
71
        THREAD_OPTIONS="-n $THREADS"
 
72
fi
 
73
 
69
74
# Construct argument string
70
 
DAEMON_ARGS="$DAEMON_ARGS -a $MECHANISMS $MECH_OPTIONS $OPTIONS -n $THREADS"
 
75
DAEMON_ARGS="$DAEMON_ARGS -a $MECHANISMS $MECH_OPTIONS $OPTIONS $THREAD_OPTIONS"
71
76
 
72
77
#
73
78
# Function that creates a directory with the specified