diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-02-02 12:04:41 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-02-02 12:04:41 -0300 |
commit | 58a2ee84f87f793f51b2d2f5a2da95a8e8a015f8 (patch) | |
tree | 1730c828c21622ee8e7986a11cafaa64188a8160 /libre/filesystem/filesystem.install | |
parent | f84cd7d1d50ebdbd10c36b7436e17742a9514f67 (diff) |
libre/filesystem-2011.12-1
Diffstat (limited to 'libre/filesystem/filesystem.install')
-rw-r--r-- | libre/filesystem/filesystem.install | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install index 640cd5c1d..0ecc27e65 100644 --- a/libre/filesystem/filesystem.install +++ b/libre/filesystem/filesystem.install @@ -1,9 +1,6 @@ post_install() { [ -f var/log/lastlog ] || : >var/log/lastlog [ -f var/log/wtmp ] || : >var/log/wtmp - [ -f var/run/utmp ] || : >var/run/utmp - chown root:20 var/run/utmp - chmod 664 var/run/utmp [ -f var/log/btmp ] || (: >var/log/btmp && bin/chmod 600 var/log/btmp) # workaround for bug #7194 # readded due to bug #9465 |