openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : openap-main/config/wl11000 rules.mk,1.2,1.3


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main/config/wl11000 rules.mk,1.2,1.3
Date: Thu, 08 Aug 2002 16:48:02 -0400

Update of /cvsroot/openap/openap-main/config/wl11000
In directory subversions:/tmp/cvs-serv21198/config/wl11000

Modified Files:
        rules.mk 
Log Message:
cleanup, consolidation, cruft removal.


Index: rules.mk
===================================================================
RCS file: /cvsroot/openap/openap-main/config/wl11000/rules.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rules.mk    8 Aug 2002 20:30:15 -0000       1.2
+++ rules.mk    8 Aug 2002 20:47:58 -0000       1.3
@@ -36,6 +36,14 @@
 # FIXME : there should be a better way of creating these devices, possible
 # using metafiles
 wl11000_devices:
+       @if [ ! -u $(MKNOD) ] ; then \
+               echo "Only root can make special device files.  To allow a 
normal user"; \
+               echo "to create special device files please do, as root:" ; \
+               echo "chmod +s $(MKNOD)" ; \
+               echo ; \
+               echo ; \
+               /bin/false ; \
+       fi
        mkdir -p $(DESTDIR)/dev/
        $(MKNOD) $(DESTDIR)/dev/console c 5 1
        $(MKNOD) $(DESTDIR)/dev/initctl p




reply via email to

[Prev in Thread] Current Thread [Next in Thread]