source: server/fedora/meta-patches/openafs-client.init.patch @ 390

Last change on this file since 390 was 59, checked in by jbarnold, 17 years ago
added meta-patches (enables patching of files in SOURCES directory)
File size: 416 bytes
RevLine 
[59]1--- openafs-client.init 2007-01-14 01:49:13.288731294 -0500
2+++ openafs-client.init 2007-01-14 01:49:48.044846780 -0500
3@@ -39,6 +39,8 @@
4        fi
5        /usr/vice/etc/afsd $AFSD_ARGS
6        RETVAL=$?
7+       /usr/bin/fs setcrypt on
8+       /usr/bin/fs sysname 'i386_rhel3' 'i386_rh9' 'i386_linux24' 'i386_linux22' 'i386_linux3' 'i386_linux2' 'i386_linux1'
9        echo
10        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/openafs-client
11        return $RETVAL
Note: See TracBrowser for help on using the repository browser.