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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to