~ubuntu-branches/ubuntu/feisty/openafs/feisty

« back to all changes in this revision

Viewing changes to src/packaging/RedHat/openafs-client.init

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2007-03-26 18:56:55 UTC
  • Revision ID: package-import@ubuntu.com-20070326185655-osce8n0y0dptgurh
* New upstream release.  (Closes: #415699)
  - Support newer Linux kernels.  (Closes: #409797, #410120)
  - Add aklog fallbacks for null realms to support the referral
    capability in MIT Kerberos 1.6 and later.  (Closes: #410314)
* Apply patch from Thomas Sesselmann to support setting options to pass
  to bosserver in /etc/default/openafs-fileserver.  (Closes: #409357)
* Remove the rx_Init calls in the PAM module.  The internal counters
  that had to be initialized that way have been removed.
* Now that we're running regen.sh as part of the build process, only
  patch the Autoconf source files and not the generated output to make
  the diff easier to audit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# chkconfig: 2345 50 50
6
6
# description: OpenAFS is a distributed filesystem.
7
7
#
8
 
# $Revision: 1.1.2.1 $
 
8
# $Revision: 1.1.2.3 $
9
9
 
10
 
. /etc/init.d/functions
 
10
[ -f /etc/init.d/functions ] && . /etc/init.d/functions
11
11
[ -f /etc/sysconfig/openafs ] && . /etc/sysconfig/openafs
12
12
 
13
13
 
14
14
start() {
 
15
        echo -n $"Updating CellServDB: "
 
16
        cat /usr/vice/etc/CellServDB.local /usr/vice/etc/CellServDB.dist > \
 
17
               /usr/vice/etc/CellServDB
 
18
        chmod 644 /usr/vice/etc/CellServDB
 
19
        echo
 
20
        echo -n $"Updating SuidCells: "
 
21
        cat /usr/vice/etc/SuidCells.local /usr/vice/etc/SuidCells.dist > \
 
22
               /usr/vice/etc/SuidCells
 
23
        chmod 644 /usr/vice/etc/SuidCells
 
24
        echo
15
25
        echo -n $"Starting openafs-client: "
16
26
        if [ -e /var/lock/subsys/openafs-client ] ; then
17
27
                echo -n $"cannot start openafs-client: already running"