Changeset 5f6535b for udev


Ignore:
Timestamp:
Feb 21, 2006, 2:05:35 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e2b3c84
Parents:
615dd64
Message:

r1031@server (orig r1029): jim | 2006-01-09 08:02:55 -0800

r1328@server: jim | 2006-01-09 08:02:36 -0800
Added udev_helper file


Location:
udev
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • udev/Makefile

    r615dd64 r5f6535b  
    8383install-helper-functions:
    8484        install -m 644 contrib/common/helper.functions ${DESTDIR}/lib/udev/helper.functions
     85        install -m 644 contrib/common/udev_helper ${DESTDIR}/etc/sysconfig/udev_helper
    8586       
    86 install-network: install-helper-functions
    87         install -m ${SCRIPTMODE} contrib/network/network_helper.sh ${DESTDIR}/lib/udev/network_helper.sh
    88         install -m ${INITMODE} contrib/network/network ${DESTDIR}/etc/rc.d/init.d/network
     87install-network: install-helper-functions install-network-update
    8988        @echo "Adding rules to ${DESTDIR}/etc/udev/rules.d/35-helper.rules."
    9089        @cp ${DESTDIR}/etc/udev/rules.d/35-helper.rules /tmp/first
Note: See TracChangeset for help on using the changeset viewer.