[Uludag-commits] r14667 - trunk/comar/mudur/bin
uludag-commits at pardus.org.tr
uludag-commits at pardus.org.tr
3 Tem 2007 Sal 09:23:49 EEST
Author: caglar
Date: Tue Jul 3 09:23:49 2007
New Revision: 14667
Modified:
trunk/comar/mudur/bin/mudur.py
Log:
Oscar goes to İsmail, remove e2fsprogs workaround...
Modified: trunk/comar/mudur/bin/mudur.py
=================================================================
--- trunk/comar/mudur/bin/mudur.py (original)
+++ trunk/comar/mudur/bin/mudur.py Tue Jul 3 09:23:49 2007
@@ -550,10 +550,10 @@
if config.get("forcefsck") or (len(ent) > 5 and ent[5] != "0"):
if config.get("forcefsck"):
ui.info(_("Checking root filesystem (full check forced)"))
- t = os.system("LC_ALL=C /sbin/fsck -C -a -f /")
+ t = os.system("/sbin/fsck -C -a -f /")
else:
ui.info(_("Checking root filesystem"))
- t = os.system("LC_ALL=C /sbin/fsck -C -T -a /")
+ t = os.system("/sbin/fsck -C -T -a /")
if t == 0:
pass
elif t == 2 or t == 3:
@@ -650,7 +650,7 @@
return
ui.info(_("Checking all filesystems"))
- t = os.system("LC_ALL=C /sbin/fsck -C -T -R -A -a")
+ t = os.system("/sbin/fsck -C -T -R -A -a")
if t == 0:
pass
elif t >= 2 and t <= 3:
Uludag-commits mesaj listesiyle ilgili
daha fazla bilgi