From: Simon Wilkinson Date: Wed, 24 Jul 2013 14:55:26 +0000 (+0100) Subject: Merge branch 'rxkad-kdf-master' into HEAD X-Git-Tag: openafs-stable-1_8_0pre1~1062 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=92148709443ed622bd25aba38e83b25ca77950a1;hp=e79102e7918ce5196e870a806879135743ec3abb Merge branch 'rxkad-kdf-master' into HEAD Merge the current OpenAFS master branch with the branch on which OpenAFS-SA-2013-003 and OpenAFS-SA-2013-004 were developed. --- diff --git a/src/auth/keys.c b/src/auth/keys.c index c4de1a8..54b700e 100644 --- a/src/auth/keys.c +++ b/src/auth/keys.c @@ -300,7 +300,7 @@ _afsconf_InitKeys(struct afsconf_dir *dir) * in the original KeyFile, so that we can continue to be compatible with * utilities that directly modify that file. * - * All other keys are stored in the file KeyFileEx, which has the following + * All other keys are stored in the file KeyFileExt, which has the following * format: * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ diff --git a/src/packaging/RedHat/openafs-server.service b/src/packaging/RedHat/openafs-server.service index 2d34bb0..ac9d3c4 100644 --- a/src/packaging/RedHat/openafs-server.service +++ b/src/packaging/RedHat/openafs-server.service @@ -4,7 +4,7 @@ After=syslog.target network.target [Service] EnvironmentFile=-/etc/sysconfig/openafs -ExecStart=/usr/afs/bin/bosserver $BOSSERVER_ARGS +ExecStart=/usr/afs/bin/bosserver -nofork $BOSSERVER_ARGS ExecStop=/usr/bin/bos shutdown localhost -wait -localauth [Install]