aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-04-27 04:43:18 +0000
committerBill Nottingham <notting@redhat.com>2005-04-27 04:43:18 +0000
commit1635b8ae87831cc4cd836ed75bd35cbe7c05fd43 (patch)
treebf3d56ab2eb05991176b387b70405cc47cbe8650 /Makefile
parent8eeb4f9ce7d82d4d5dcdc7a435d567735b7a3bdf (diff)
downloadinitscripts-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 53a23abd..e510d7bc 100644
--- a/Makefile
+++ b/Makefile
@@ -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; \