diff options
author | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-13 02:58:56 +0900 |
---|---|---|
committer | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-13 02:58:56 +0900 |
commit | 910085b002957922f76374d10c46075688085d0d (patch) | |
tree | 99d3a36381e0cca4b3678b786427299846d772a6 | |
parent | 7f021ded4b6aff1e786a67ee764f73baaeb67b6d (diff) | |
download | system-plugin-mount-910085b002957922f76374d10c46075688085d0d.tar.gz system-plugin-mount-910085b002957922f76374d10c46075688085d0d.tar.bz2 system-plugin-mount-910085b002957922f76374d10c46075688085d0d.zip |
sync
-rw-r--r-- | etc/mdev.conf | 22 | ||||
-rwxr-xr-x | lib/systemd/system/local-fs.target.wants/mnt-csc.automount | 6 | ||||
-rwxr-xr-x | lib/systemd/system/mnt-csc.automount | 6 | ||||
-rwxr-xr-x | lib/udev/rules.d/99-serial-console.rules | 2 |
4 files changed, 0 insertions, 36 deletions
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" |