vdr/nvram-wakeup/debian postinst

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Wed, 07 Jul 2004 16:08:11 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian
In directory haydn:/tmp/cvs-serv11822/vdr/nvram-wakeup/debian

Modified Files:
	postinst 
Log Message:
removed this call, because it will fail, and also the /dev/mem device belongs to the list of standard-devices, which should be generated by MAKEDEV std in the installation of the system

Index: postinst
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/postinst,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- postinst	7 Jul 2004 14:23:59 -0000	1.6
+++ postinst	7 Jul 2004 16:08:09 -0000	1.7
@@ -27,7 +27,6 @@
 then
 	cd /dev && /dev/MAKEDEV nvram
 	cd /dev && /dev/MAKEDEV rtc
-	cd /dev && /dev/MAKEDEV mem
 fi
 
 case "$1" in