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>
Fri, 22 Jul 2011 17:55:50 +0000 (10:55 -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.

Change-Id: I103ccb39bc7bb075cffab1d980b542ea8156f0c6
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>

src/packaging/RedHat/openafs.spec.in

index afcc2a0..821466a 100644 (file)
@@ -1295,21 +1295,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