From 910085b002957922f76374d10c46075688085d0d Mon Sep 17 00:00:00 2001 From: Jinkun Jang Date: Wed, 13 Mar 2013 02:58:56 +0900 Subject: sync --- etc/mdev.conf | 22 ---------------------- .../system/local-fs.target.wants/mnt-csc.automount | 6 ------ lib/systemd/system/mnt-csc.automount | 6 ------ lib/udev/rules.d/99-serial-console.rules | 2 -- 4 files changed, 36 deletions(-) delete mode 100644 etc/mdev.conf delete mode 100755 lib/systemd/system/local-fs.target.wants/mnt-csc.automount delete mode 100755 lib/systemd/system/mnt-csc.automount delete mode 100755 lib/udev/rules.d/99-serial-console.rules diff --git a/etc/mdev.conf b/etc/mdev.conf deleted file mode 100644 index 8376ef3..0000000 --- a/etc/mdev.conf +++ /dev/null @@ -1,22 +0,0 @@ -audio 0:5 0666 -console 0:5 0600 -controlC[0-9] 0:0 0660 @cp -R /dev/$MDEV /dev/snd/ -dsp 0:5 0666 -event[0-9] 0:0 0600 -fb 0:5 0666 -nfs 0:5 0770 -null 0:0 0777 -pcmC[0-1]D[0-9][a-z] 0:0 0660 @mv /dev/$MDEV /dev/snd/ -timer 0:0 0660 @mv /dev/$MDEV /dev/snd/ -rtc 0:0 0666 -tty 0:5 0660 -tty0* 0:5 0660 -tty1* 0:5 0660 -tty2* 0:5 0660 -tty3* 0:5 0660 -tty4* 0:5 0660 -tty5* 0:5 0660 -tty6* 0:5 0660 -ttyS* 0:5 0640 -urandom 0:0 0444 -zero 0:0 0666 diff --git a/lib/systemd/system/local-fs.target.wants/mnt-csc.automount b/lib/systemd/system/local-fs.target.wants/mnt-csc.automount deleted file mode 100755 index 96ec825..0000000 --- a/lib/systemd/system/local-fs.target.wants/mnt-csc.automount +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -Description=/mnt/csc Automount Point -DefaultDependencies=no - -[Automount] -Where=/mnt/csc diff --git a/lib/systemd/system/mnt-csc.automount b/lib/systemd/system/mnt-csc.automount deleted file mode 100755 index 96ec825..0000000 --- a/lib/systemd/system/mnt-csc.automount +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -Description=/mnt/csc Automount Point -DefaultDependencies=no - -[Automount] -Where=/mnt/csc diff --git a/lib/udev/rules.d/99-serial-console.rules b/lib/udev/rules.d/99-serial-console.rules deleted file mode 100755 index ba90a46..0000000 --- a/lib/udev/rules.d/99-serial-console.rules +++ /dev/null @@ -1,2 +0,0 @@ -ACTION=="add|change", SUBSYSTEM=="tty", KERNEL=="ttySAC2", SYMLINK+="serial_console" -SUBSYSTEM=="tty", KERNEL=="ttySAC[0-9]*", TAG+="systemd" -- cgit v1.2.3