Kaydet (Commit) 6ddfe4de authored tarafından Your Name's avatar Your Name

remove useless sysconf

üst d55ba003
......@@ -108,8 +108,6 @@ def proceed(force=False):
t("exebin", "/bin", "chmod +x -R /bin")
t("libexec", "/usr/libexec", "chmod +x -R /usr/libexec")
t("ca-certficates", "/etc/ssl/certs", "update-ca-certificates --fresh")
t("baselayout_owner", "/", "chown root /* ; chown root /usr/* ; chown root /var/*")
t("baselayout_group", "/", "chgrp root /* ; chgrp root /usr/* ; chgrp root /var/*")
t("cracklib", "/usr/share/cracklib/",
"create-cracklib-dict /usr/share/cracklib/*")
sys.stdout.write("\n")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment