chiark / gitweb /
delete tmp.mount which may conflict with an unrelated fstab entry
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 15 Nov 2010 18:47:25 +0000 (19:47 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 15 Nov 2010 18:47:25 +0000 (19:47 +0100)
Makefile.am
TODO
units/tmp.mount [deleted file]

index a86639d7a2f7f87be49135c60e14966aa445feb8..3389f436dfc73ac12e551b542bb8befb9e7ff188 100644 (file)
@@ -218,7 +218,6 @@ dist_systemunit_DATA = \
        units/sys-kernel-debug.mount \
        units/sys-kernel-security.automount \
        units/sys-kernel-security.mount \
        units/sys-kernel-debug.mount \
        units/sys-kernel-security.automount \
        units/sys-kernel-security.mount \
-       units/tmp.mount \
        units/var-lock.mount \
        units/var-run.mount \
        units/hwclock-load.service \
        units/var-lock.mount \
        units/var-run.mount \
        units/hwclock-load.service \
diff --git a/TODO b/TODO
index 7b41702e7378a6fb31020feb3833f4001c03989e..287de70acea55b5da6936662009ebc6547cc1ac7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,6 @@
 * check if bind mounts work:
     https://bugzilla.novell.com/show_bug.cgi?id=652762
 
 * check if bind mounts work:
     https://bugzilla.novell.com/show_bug.cgi?id=652762
 
-* /lib/systemd/system/tmp.mount conflicts with possible unrelated
-  fstab entry
-
 * oneshot services which do not remain: 'exited' instead of 'dead'?
   it should be visible in 'systemctl' that they have been run
 
 * oneshot services which do not remain: 'exited' instead of 'dead'?
   it should be visible in 'systemctl' that they have been run
 
diff --git a/units/tmp.mount b/units/tmp.mount
deleted file mode 100644 (file)
index 8d0b8af..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#  This file is part of systemd.
-#
-#  systemd 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.
-
-[Unit]
-Description=Temporary Directory
-Before=local-fs.target
-
-[Mount]
-What=tmpfs
-Where=/tmp
-Type=tmpfs
-Options=mode=1777