~ubuntu-branches/ubuntu/trusty/keepalived/trusty

« back to all changes in this revision

Viewing changes to debian/init.d

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2005-04-29 23:22:40 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050429232240-a8m3jtpi3cvuyyy2
Tags: 1.1.11-3
Added a warning about sarge kernels to README.Debian and 
the package description 

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
DAEMON=/usr/sbin/keepalived
10
10
NAME=keepalived
11
11
DESC=keepalived
 
12
CONFIG=/etc/keepalived/keepalived.conf
12
13
 
13
14
set -e
 
15
test -f $CONFIG || exit 0 
14
16
test -f $DAEMON || exit 0
15
17
 
16
18
case "$1" in