Accepting request 58667 from Base:System
Accepted submit request 58667 from user kay_sievers OBS-URL: https://build.opensuse.org/request/show/58667 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=109
This commit is contained in:
parent
13a64b99cd
commit
00799cc056
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 18 09:47:11 UTC 2011 - bwiedemann@novell.com
|
||||||
|
|
||||||
|
- fix bnc#664873
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 6 16:43:46 UTC 2011 - puzel@novell.com
|
Thu Jan 6 16:43:46 UTC 2011 - puzel@novell.com
|
||||||
|
|
||||||
|
@ -394,7 +394,7 @@ fi
|
|||||||
|
|
||||||
# if /etc/mtab is a regular file, replace it with a symlink to /proc/self/mounts
|
# if /etc/mtab is a regular file, replace it with a symlink to /proc/self/mounts
|
||||||
# (regular mtab is not written/cleaned-up/supported by systemd)
|
# (regular mtab is not written/cleaned-up/supported by systemd)
|
||||||
if [ -f /etc/mtab ]; then
|
if [ -f /etc/mtab -o ! -e /etc/mtab ]; then
|
||||||
ln -sf /proc/self/mounts /etc/mtab || :
|
ln -sf /proc/self/mounts /etc/mtab || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user