packages: systemd/systemd.spec - disable SYSV console service

cactus cactus at pld-linux.org
Tue Jan 17 17:48:23 CET 2012


Author: cactus                       Date: Tue Jan 17 16:48:23 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable SYSV console service

---- Files affected:
packages/systemd:
   systemd.spec (1.75 -> 1.76) 

---- Diffs:

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.75 packages/systemd/systemd.spec:1.76
--- packages/systemd/systemd.spec:1.75	Tue Jan 17 02:29:15 2012
+++ packages/systemd/systemd.spec	Tue Jan 17 17:48:17 2012
@@ -229,7 +229,9 @@
 ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/telinit
 
 ln -s ../modules $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/modules.conf
+# disable random and console SYSV service 
 ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/random.service
+ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/console.service
 
 # All wants links are created at %post to make sure they are not owned
 # and hence overriden by rpm if the user deletes them (missingok?)
@@ -524,6 +526,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.76  2012/01/17 16:48:17  cactus
+- disable SYSV console service
+
 Revision 1.75  2012/01/17 01:29:15  cactus
 - use lib because of problems on x86_64 install
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.75&r2=1.76&f=u



More information about the pld-cvs-commit mailing list