From 30cd8dafa73d90a943f00af05e4841699bc18534 Mon Sep 17 00:00:00 2001 From: Andy Cobaugh Date: Fri, 15 Jul 2011 12:06:12 -0400 Subject: [PATCH] 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 --- src/packaging/RedHat/openafs.spec.in | 15 --------------- 1 file changed, 15 deletions(-) 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 -- 2.39.5