From: Andy Cobaugh Date: Fri, 15 Jul 2011 16:06:12 +0000 (-0400) Subject: rpm: remove postinstall message from openafs-client X-Git-Tag: upstream/1.8.0_pre1^2~3498 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=30cd8dafa73d90a943f00af05e4841699bc18534;p=packages%2Fo%2Fopenafs.git rpm: remove postinstall message from openafs-client 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 Reviewed-by: Simon Wilkinson Tested-by: BuildBot --- diff --git a/src/packaging/RedHat/openafs.spec.in b/src/packaging/RedHat/openafs.spec.in index afcc2a046..821466aac 100644 --- a/src/packaging/RedHat/openafs.spec.in +++ b/src/packaging/RedHat/openafs.spec.in @@ -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