]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
rpm: remove postinstall message from openafs-client
authorAndy Cobaugh <phalenor@gmail.com>
Fri, 15 Jul 2011 16:06:12 +0000 (12:06 -0400)
committerDerrick Brashear <shadow@dementia.org>
Thu, 11 Aug 2011 14:53:20 +0000 (07:53 -0700)
Printing out information on how to configure cacheinfo and ThisCell
is a bit noisy, and pam_afs.so is probably not what most people
want to use nowadays.

Reviewed-on: http://gerrit.openafs.org/5026
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 30cd8dafa73d90a943f00af05e4841699bc18534)

Change-Id: Ib6b7448b5e123a593d595b73f8102d82d1ae2535
Reviewed-on: http://gerrit.openafs.org/5203
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/packaging/RedHat/openafs.spec.in

index 42b6b819ac1a6c4542590cc5b8937c543a6b21b8..b4a6f13950c9c691fe5b6d15a72b6271b9b668bf 100644 (file)
@@ -1291,21 +1291,6 @@ fi
   cat CellServDB.local CellServDB.dist > CellServDB ; \
   chmod 644 CellServDB )
 
-echo
-echo The AFS cache is configured for 100 MB. Edit the
-echo /usr/vice/etc/cacheinfo file to change this before
-echo running AFS for the first time. You should also
-echo set your home cell in /usr/vice/etc/ThisCell.
-echo
-echo Also, you may want to edit /etc/pam.d/login and
-echo possibly others there to get an AFS token on login.
-echo Put the line:
-echo 
-echo    auth      sufficient   %{pamdir}/pam_afs.so try_first_pass ignore_root
-echo
-echo before the one for pwdb.
-echo
-
 %post server
 #on an upgrade, don't enable if we were disabled
 if [ $1 = 1 ] ; then