diff options
author | Bill Nottingham <notting@redhat.com> | 2005-12-21 22:43:22 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-12-21 22:43:22 +0000 |
commit | 4c808a519b915dee8be333e6926bcda294efe8c1 (patch) | |
tree | 9a612eac965a9772490a8c3c32458fde1692dae4 /src/Makefile | |
parent | 3188d78b93c77011af7ea4b3251a899e3d445e66 (diff) | |
download | initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.tar initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.tar.gz initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.tar.bz2 initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.tar.xz initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.zip |
udev now loads modules - use that, remove the kmodule stuff
don't set hotplug, it can't possibly work
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 9ef54794..836ae70b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ CFLAGS+=$(RPM_OPT_FLAGS) -Wall -D_GNU_SOURCE PROGS=usernetctl doexec netreport testd usleep ipcalc initlog \ - getkey ppp-watch consoletype genhostid kmodule + getkey ppp-watch consoletype genhostid PPPWATCH_OBJS=ppp-watch.o shvar.o INITLOG_OBJS=initlog.o process.o USLEEP_OBJS=usleep.o @@ -16,7 +16,6 @@ clean: install: mkdir -p $(ROOT)/bin $(ROOT)/usr/sbin $(ROOT)$(mandir)/man{1,8} $(ROOT)/etc install -m 755 doexec $(ROOT)/bin/doexec - install -m 755 kmodule $(ROOT)/sbin/kmodule install -m 755 usleep $(ROOT)/bin/usleep install -m 4755 usernetctl $(ROOT)/usr/sbin/usernetctl install -m 2755 netreport $(ROOT)/sbin/netreport |