Changeset f013de9


Ignore:
Timestamp:
Feb 21, 2006, 2:06:47 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:
27178ae
Parents:
ea93dc0
Message:

r1040@server (orig r1038): jim | 2006-01-10 13:28:14 -0800

r1343@server: jim | 2006-01-10 13:27:38 -0800
Fixed non-root user installation


File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/Makefile

    rea93dc0 rf013de9  
    6262                        echo "You will need to issue the following command as the root user" ;\
    6363                        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" ;\
    6665                fi \
    6766        fi
    6867        @if [ "$$UID" != "0" ]; then \
    6968                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" ;\
    7170                        echo "" ;\
    72                         mknod -m 0600 ${DESTDIR}/lib/udev/devices/console c 5 1 ;\
    7371                fi \
    7472        fi
Note: See TracChangeset for help on using the changeset viewer.