SPECS: pam.spec - redirect errors to /dev/null; there can be no fi...

arekm arekm at pld-linux.org
Thu Feb 15 11:09:47 CET 2007


Author: arekm                        Date: Thu Feb 15 10:09:47 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- redirect errors to /dev/null; there can be no files in console dir

---- Files affected:
SPECS:
   pam.spec (1.262 -> 1.263) 

---- Diffs:

================================================================
Index: SPECS/pam.spec
diff -u SPECS/pam.spec:1.262 SPECS/pam.spec:1.263
--- SPECS/pam.spec:1.262	Wed Feb 14 18:03:47 2007
+++ SPECS/pam.spec	Thu Feb 15 11:09:41 2007
@@ -377,7 +377,7 @@
 	esac
 done
 if [ -d /var/lock/console -a -d /var/run/console ]; then
-	cp -a /var/lock/console/* /var/run/console/
+	cp -a /var/lock/console/* /var/run/console/ 2> /dev/null
 	rm -rf /var/lock/console
 fi
 
@@ -526,6 +526,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.263  2007/02/15 10:09:41  arekm
+- redirect errors to /dev/null; there can be no files in console dir
+
 Revision 1.262  2007/02/14 17:03:47  baggins
 - touch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pam.spec?r1=1.262&r2=1.263&f=u



More information about the pld-cvs-commit mailing list