~blankon/blankon/lighttpd.head

« back to all changes in this revision

Viewing changes to debian/lighttpd.init

  • Committer: Bazaar Package Importer
  • Author(s): David Sugar
  • Date: 2010-07-15 17:50:35 UTC
  • Revision ID: james.westby@ubuntu.com-20100715175035-hkw8g3fcehetpx1y
Tags: 1.4.26-3ubuntu2
syntax_check function defined in init script. (LP: #600767)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
. /lib/lsb/init-functions
34
34
 
 
35
syntax_check() {
 
36
        $DAEMON -t $DAEMON_OPTS || exit $?
 
37
}
 
38
 
35
39
case "$1" in
36
40
    start)
37
41
        syntax_check