Changeset f013de9
- Timestamp:
- Feb 21, 2006, 2:06:47 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 27178ae
- Parents:
- ea93dc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/Makefile
rea93dc0 rf013de9 62 62 echo "You will need to issue the following command as the root user" ;\ 63 63 echo "" ;\ 64 mknod -m 0666 ${DESTDIR}/lib/udev/devices/null c 1 3 ;\ 65 echo "" ;\ 64 echo "mknod -m 0666 ${DESTDIR}/lib/udev/devices/null c 1 3" ;\ 66 65 fi \ 67 66 fi 68 67 @if [ "$$UID" != "0" ]; then \ 69 68 if ! [ -e ${DESTDIR}/lib/udev/devices/console ]; then \ 70 echo " You will need to issue the following command as the root user" ;\69 echo "mknod -m 0600 ${DESTDIR}/lib/udev/devices/console c 5 1" ;\ 71 70 echo "" ;\ 72 mknod -m 0600 ${DESTDIR}/lib/udev/devices/console c 5 1 ;\73 71 fi \ 74 72 fi
Note:
See TracChangeset
for help on using the changeset viewer.