diff options
author | Olivier Blin <dev@blino.org> | 2012-07-22 20:05:15 +0200 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2012-10-23 23:30:17 +0200 |
commit | 4d757d4cbe59318b9419744d11c0e2742e702dd3 (patch) | |
tree | 4f72cd381f24d305a1fd11151368004a47b2c70d /Makefile | |
parent | 03d54af2ff1d83ce5b69bd6524f622bc72492f87 (diff) | |
download | initscripts-4d757d4cbe59318b9419744d11c0e2742e702dd3.tar initscripts-4d757d4cbe59318b9419744d11c0e2742e702dd3.tar.gz initscripts-4d757d4cbe59318b9419744d11c0e2742e702dd3.tar.bz2 initscripts-4d757d4cbe59318b9419744d11c0e2742e702dd3.tar.xz initscripts-4d757d4cbe59318b9419744d11c0e2742e702dd3.zip |
remove mandriva-clean-var-run-lock systemd service, unneded now that /var/lock is a symlink to /run/lock
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -141,7 +141,6 @@ install: ln -s ../fedora-storage-init.service $(ROOT)/lib/systemd/system/local-fs.target.wants ln -s ../fedora-storage-init-late.service $(ROOT)/lib/systemd/system/local-fs.target.wants ln -s ../mandriva-kmsg-loglevel.service $(ROOT)/lib/systemd/system/sysinit.target.wants - ln -s ../mandriva-clean-var-run-lock.service $(ROOT)/lib/systemd/system/sysinit.target.wants ln -s ../mandriva-boot-links.service $(ROOT)/lib/systemd/system/basic.target.wants ln -s ../mandriva-save-dmesg.service $(ROOT)/lib/systemd/system/basic.target.wants ln -s ../mandriva-everytime.service $(ROOT)/lib/systemd/system/basic.target.wants |