/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to contrib/debian/init.d

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 19:09:26 UTC
  • mfrom: (6622.1.36 breezy)
  • Revision ID: jelmer@jelmer.uk-20170521190926-5vtz8xaf0e9ylrpc
Merge rename to breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
### BEGIN INIT INFO
3
 
# Provides:          bzr
 
3
# Provides:          brz
4
4
# Required-Start:    $local_fs $remote_fs
5
5
# Required-Stop:     $local_fs $remote_fs
6
6
# Default-Start:     2 3 4 5
7
7
# Default-Stop:      S 0 1 6
8
 
# Short-Description: bazaar Smart Server
9
 
# Description:       bazaar Smart Server
 
8
# Short-Description: Breezy Smart Server
 
9
# Description:       Breezy Smart Server
10
10
### END INIT INFO
11
11
 
12
12
# Author: John Ferlito <johnf@inodes.org>
13
13
 
14
14
# PATH should only include /usr/* if it runs after the mountnfs.sh script
15
15
PATH=/usr/sbin:/usr/bin:/sbin:/bin
16
 
DESC="Bazaar Smart Server"
17
 
NAME=bzr
 
16
DESC="Breezy Smart Server"
 
17
NAME=brz
18
18
DAEMON=/usr/bin/$NAME
19
19
DAEMON_ARGS=""
20
20
PIDFILE=/var/run/$NAME.pid
21
21
SCRIPTNAME=/etc/init.d/$NAME
22
22
 
23
 
USER=bzr
24
 
GROUP=bzr
25
 
REPO=/srv/bzr
 
23
USER=brz
 
24
GROUP=brz
 
25
REPO=/srv/brz
26
26
ENABLED=0
27
27
 
28
28
# Exit if the package is not installed