source: branches/fc11-dev/server/common/patches/openafs-postinit.patch @ 1179

Last change on this file since 1179 was 902, checked in by andersk, 15 years ago
Run $AFS_POST_INIT from the openafs-client initscript, if it is defined in /etc/sysconfig/openafs. We use this to set the right sysname.
File size: 413 bytes
  • src/packaging/RedHat/openafs-client.init

    diff --git a/src/packaging/RedHat/openafs-client.init b/src/packaging/RedHat/openafs-client.init
    index e8128aa..10ec647 100644
    a b start() { 
    3737        RETVAL=$?
    3838        echo
    3939        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/openafs-client
     40        [ $RETVAL -eq 0 ] && [ "$AFS_POST_INIT" ] && $AFS_POST_INIT
    4041        return $RETVAL
    4142}
    4243
Note: See TracBrowser for help on using the repository browser.