Kaydet (Commit) 6a50df8f authored tarafından sulincix's avatar sulincix

shadow

üst b9a873ee
......@@ -2292,6 +2292,9 @@
<Path fileType="executable">/sbin</Path>
<Path fileType="executable">/bin</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/etc/login.defs" permission="0644" owner="root">login.defs</AdditionalFile>
</AdditionalFiles>
</Package>
<Package>
<Name>shadow-docs</Name>
......
465e54e02d9e75b69fb763beac8df3d54e0e1502
\ No newline at end of file
5a146edd89d16376c73e82f013b677a5fdb8d2b6
\ No newline at end of file
0961f002430c5b608f358d22a10b4ab76f1f208e
\ No newline at end of file
f1baa4be65c4782ae20d8d32527eee086a149dd4
\ No newline at end of file
......@@ -21,6 +21,7 @@ def setup():
--without-selinux \
--without-group-name-max-length""")
def build():
# Force remove man pages building
shelltools.system("rm -rf man ; mkdir man")
f=open("man/Makefile","w")
f.write("all:\n\n")
......
......@@ -31,6 +31,7 @@ class inary:
("library", "/usr/libexec"),
("executable", "/sbin"),
("executable", "/bin")]
# pam disabled
additionalfiles_disabled = [
("pam.d/chage","root","0644","/etc/pam.d/chage"),
("pam.d/chfn","root","0644","/etc/pam.d/chfn"),
......@@ -57,7 +58,9 @@ class inary:
("pam.d/useradd","root","0644","/etc/pam.d/useradd"),
("pam.d/userdel","root","0644","/etc/pam.d/userdel"),
("pam.d/usermod","root","0644","/etc/pam.d/usermod"),
("login.defs","root","0644","/etc/login.defs"),
]
additionalfiles = [
("login.defs","root","0644","/etc/login.defs"),
]
class package_docs:
name = "shadow-docs"
......
......@@ -34,6 +34,9 @@
<Path fileType="executable">/sbin</Path>
<Path fileType="executable">/bin</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/etc/login.defs">login.defs</AdditionalFile>
</AdditionalFiles>
</Package>
<Package>
......
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