diff options
author | Bill Nottingham <notting@redhat.com> | 2006-09-27 19:59:05 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-09-27 19:59:05 +0000 |
commit | 225f7786a51745535128be4925eced71b2fa94f1 (patch) | |
tree | 6b2b59d0b5de909cf417e133d59c7d42cbfa7116 /src/Makefile | |
parent | b3d12d60e2ef7e1795b8b1177c1d28208bc06acd (diff) | |
download | initscripts-225f7786a51745535128be4925eced71b2fa94f1.tar initscripts-225f7786a51745535128be4925eced71b2fa94f1.tar.gz initscripts-225f7786a51745535128be4925eced71b2fa94f1.tar.bz2 initscripts-225f7786a51745535128be4925eced71b2fa94f1.tar.xz initscripts-225f7786a51745535128be4925eced71b2fa94f1.zip |
move ccwgroup initialization to a udev rule (#199139, #199655, #169161)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 8228d6c3..5a6e171f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -27,6 +27,7 @@ install: install -m 755 ppp-watch $(ROOT)/sbin/ppp-watch install -m 755 consoletype $(ROOT)/sbin/consoletype install -m 755 rename_device $(ROOT)/lib/udev/rename_device + install -m 755 ccw_init $(ROOT)/lib/udev/ccw_init install -m 644 initlog.1 $(ROOT)$(mandir)/man1 install -m 644 genhostid.1 $(ROOT)$(mandir)/man1 install -m 644 doexec.1 $(ROOT)$(mandir)/man1 |