diff options
author | Bill Nottingham <notting@redhat.com> | 2005-04-27 04:43:18 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-04-27 04:43:18 +0000 |
commit | 1635b8ae87831cc4cd836ed75bd35cbe7c05fd43 (patch) | |
tree | bf3d56ab2eb05991176b387b70405cc47cbe8650 /Makefile | |
parent | 8eeb4f9ce7d82d4d5dcdc7a435d567735b7a3bdf (diff) | |
download | initscripts-1635b8ae87831cc4cd836ed75bd35cbe7c05fd43.tar initscripts-1635b8ae87831cc4cd836ed75bd35cbe7c05fd43.tar.gz initscripts-1635b8ae87831cc4cd836ed75bd35cbe7c05fd43.tar.bz2 initscripts-1635b8ae87831cc4cd836ed75bd35cbe7c05fd43.tar.xz initscripts-1635b8ae87831cc4cd836ed75bd35cbe7c05fd43.zip |
oops, do btmp here toor8-09
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ install: chmod u=rwx,g=rwx,o=rx $(ROOT)/var/run/netreport touch $(ROOT)/var/run/utmp touch $(ROOT)/var/log/wtmp + touch $(ROOT)/var/log/btmp for i in 0 1 2 3 4 5 6 ; do \ dir=$(ROOT)/etc/rc.d/rc$$i.d; \ |