~ubuntu-branches/ubuntu/oneiric/bcfg2/oneiric

« back to all changes in this revision

Viewing changes to debian/bcfg2-server.init

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2011-07-20 13:58:56 UTC
  • Revision ID: james.westby@ubuntu.com-20110720135856-yt620im70ayozdf1
Tags: 1.1.1-3ubuntu3
Apply patch from Torsten Rehn to resolve $BCFG2_SERVER_OPTIONS
not being honored in the bcfg2-server initscript. (LP: #781612)

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        start-stop-daemon --start --quiet --pidfile $PIDFILE --name $NAME \
57
57
            --startas $DAEMON --test > /dev/null || return 1
58
58
        start-stop-daemon --start --quiet --pidfile $PIDFILE --name $NAME \
59
 
            --startas $DAEMON -- $DAEMON_ARGS || return 2
 
59
            --startas $DAEMON -- $DAEMON_ARGS $BCFG2_SERVER_OPTIONS || return 2
60
60
}
61
61
 
62
62
#