@ -1,35 +0,0 @@ |
|||||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# Please add additional copyright information _after_ the line containing |
|
||||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
||||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
||||
# |
|
||||
# ROCK Linux: rock-src/package/base/hotplug/config.in |
|
||||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; either version 2 of the License, or |
|
||||
# (at your option) any later version. A copy of the GNU General Public |
|
||||
# License can be found at Documentation/COPYING. |
|
||||
# |
|
||||
# Many people helped and are helping developing ROCK Linux. Please |
|
||||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|
||||
# file for details. |
|
||||
# |
|
||||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
if pkgcheck rockplug X ; then |
|
||||
menu_begin MENU_PKG_HOTPLUG 'Hotplug Options' |
|
||||
bool 'Use the original hotplug version by Greg K-H' \ |
|
||||
ROCKCFG_PKG_HOTPLUG 0 |
|
||||
|
|
||||
if [ "$ROCKCFG_PKG_HOTPLUG" = 1 ] ; then |
|
||||
pkgremove rockplug |
|
||||
else |
|
||||
pkgremove hotplug |
|
||||
fi |
|
||||
menu_end |
|
||||
fi |
|
||||
|
|
@ -0,0 +1,11 @@ |
|||||
|
--- ./etc/stone.d/mod_rockplug.sh.orig 2004-12-24 00:33:47.647396336 +0100
|
||||
|
+++ ./etc/stone.d/mod_rockplug.sh 2004-12-24 00:34:24.846741176 +0100
|
||||
|
@@ -19,8 +19,6 @@
|
||||
|
# file for details. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
-#
|
||||
|
-# [MAIN] 20 rockplug ROCK-Plug/Drivers Configuration
|
||||
|
|
||||
|
###################################################################### |
||||
|
# DEFAULT CONFIG GENERATION |
@ -1,2 +1 @@ |
|||||
HARDWARE_SETUP=rockplug |
|
||||
|
|
||||
|
HARDWARE_SETUP=hotplug |
@ -1,41 +0,0 @@ |
|||||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# Please add additional copyright information _after_ the line containing |
|
||||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
||||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
||||
# |
|
||||
# ROCK Linux: rock-src/package/base/udev/config.in |
|
||||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; either version 2 of the License, or |
|
||||
# (at your option) any later version. A copy of the GNU General Public |
|
||||
# License can be found at Documentation/COPYING. |
|
||||
# |
|
||||
# Many people helped and are helping developing ROCK Linux. Please |
|
||||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|
||||
# file for details. |
|
||||
# |
|
||||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
if pkgcheck udev X ; then |
|
||||
if ! pkgcheck linux=linux26 X ; then |
|
||||
comment '--- udev disabled because no 2.6 kernel will be built' ; |
|
||||
pkgremove udev ; |
|
||||
elif ! pkgcheck hotplug X ; then |
|
||||
comment '--- udev disabled because hotplug will not be built' ; |
|
||||
pkgremove udev ; |
|
||||
else |
|
||||
menu_begin MENU_PKG_UDEV 'udev Options' |
|
||||
text 'udev dev-directory' \ |
|
||||
ROCKCFG_PKG_UDEV_DEVDIR '/udev' ; |
|
||||
if [ "$ROCKCFG_PKG_UDEV_DEVDIR" == "/dev" ] ; then |
|
||||
comment '--- /dev ?? you sure are brave ! ---' ; |
|
||||
fi |
|
||||
menu_end |
|
||||
fi |
|
||||
|
|
||||
fi |
|
||||
|
|
@ -0,0 +1,82 @@ |
|||||
|
# name:user:group:mode |
||||
|
|
||||
|
# character devices |
||||
|
|
||||
|
ptmx:root:tty:0666 |
||||
|
random:root:root:0666 |
||||
|
urandom:root:root:0444 |
||||
|
kmem:root:kmem:0640 |
||||
|
mem:root:kmem:0640 |
||||
|
port:root:kmem:0640 |
||||
|
null:root:root:0666 |
||||
|
zero:root:root:0666 |
||||
|
full:root:root:0666 |
||||
|
|
||||
|
misc/nvram:root:root:660 |
||||
|
nvram:root:root:660 |
||||
|
misc/rtc:root:sound:0664 |
||||
|
rtc:root:sound:0664 |
||||
|
|
||||
|
tty:root:tty:0666 |
||||
|
|
||||
|
snd/*:root:sound:0660 |
||||
|
sound/*:root:sound:0660 |
||||
|
admmidi*:root:sound:0660 |
||||
|
adsp*:root:sound:0660 |
||||
|
aload*:root:sound:0660 |
||||
|
amidi*:root:sound:0660 |
||||
|
amixer*:root:sound:0660 |
||||
|
audio*:root:sound:0660 |
||||
|
dmfm*:root:sound:0660 |
||||
|
dsp*:root:sound:0660 |
||||
|
audio*:root:sound:0660 |
||||
|
mixer*:root:sound:0660 |
||||
|
music:root:sound:0660 |
||||
|
sequencer*:root:sound:0660 |
||||
|
|
||||
|
input/mice:root:root:0600 |
||||
|
input/mouse[0-9]*:root:root:0600 |
||||
|
input/js[0-9]*:root:root:0644 |
||||
|
input/*:root:root:0600 |
||||
|
mouse[0-9]*:root:root:0600 |
||||
|
js[0-9]*:root:root:0644 |
||||
|
|
||||
|
nvidia*:root:root:0660 |
||||
|
|
||||
|
# block devices |
||||
|
|
||||
|
floppy/*:root:disk:0660 |
||||
|
fd[0-9]*:root:disk:0660 |
||||
|
cdemu/*:root:disk:0660 |
||||
|
pktcdvd[0-9]*:root:disk:0660 |
||||
|
|
||||
|
ram[0-9]*:root:disk:0660 |
||||
|
raw/*:root:disk:0660 |
||||
|
|
||||
|
ide/*/cd:root:disk:0660 |
||||
|
ide/*:root:disk:0660 |
||||
|
hd[a-s]:root:disk:0660 |
||||
|
hd[a-s][0-9]*:root:disk:0660 |
||||
|
|
||||
|
scsi/*/cd:root:disk:0660 |
||||
|
scsi/*:root:disk:0660 |
||||
|
sd[a-z]:root:disk:0660 |
||||
|
sd[a-z][0-9]*:root:disk:0660 |
||||
|
sd[a-i][a-z]:root:disk:0660 |
||||
|
sd[a-i][a-z][0-9]*:root:disk:0660 |
||||
|
s[gr][0-9]*:root:disk:0660 |
||||
|
scd[0-9]*:root:disk:0660 |
||||
|
|
||||
|
dasd[0-9]*:root:disk:0660 |
||||
|
ataraid[0-9]*:root:disk:0660 |
||||
|
|
||||
|
loop/*:root:disk:0660 |
||||
|
loop[0-9]*:root:disk:0660 |
||||
|
md/*:root:disk:0660 |
||||
|
md[0-9]*:root:disk:0660 |
||||
|
dm-*:root:disk:0640 |
||||
|
|
||||
|
sgi_fetchop:root:root:666 |
||||
|
iseries/vcd*:root:disk:660 |
||||
|
iseries/vd*:root:disk:660 |
||||
|
|