]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- removed. This was (my) silly idea.
authorkloczek <kloczek@pld-linux.org>
Tue, 15 Jun 1999 18:06:17 +0000 (18:06 +0000)
committerkloczek <kloczek@pld-linux.org>
Tue, 15 Jun 1999 18:06:17 +0000 (18:06 +0000)
svn-id: @371

rc.d/rc.media [deleted file]

diff --git a/rc.d/rc.media b/rc.d/rc.media
deleted file mode 100755 (executable)
index 167b8da..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-. /etc/sysconfig/system
-
-# This script chnges on start up permission on /dev/hd? depending
-# IDE devices media type.
-
-if [ "$DO_AUTO_SETUP_MEDIA" = "yes" ]; then
-    for i in `(cd /dev; ls -a hd?)`; do
-       if [ -f /proc/ide/$i/media -a `cat /proc/ide/$i/media` = "cdrom" ];
-           then
-               # if deveice is cdrom change permission to allow read for
-               # all
-               chmod 664 /dev/$i
-           else
-               chmod 660 /dev/$i
-       fi
-    done
-fi
\ No newline at end of file
This page took 0.042738 seconds and 4 git commands to generate.