diff --git a/system/etc/SCHEMATIC b/system/etc/SCHEMATIC index e5dfbae..79fca73 100644 --- a/system/etc/SCHEMATIC +++ b/system/etc/SCHEMATIC @@ -3,8 +3,7 @@ name="etc" short_desc="Necessary /etc files (do NOT uninstall)" desc="This package contains the necessary files required for user management. The contents are: /etc/passwd -/etc/group -/etc/pam.d/other" +/etc/group" category="system" version="KROS" maintainer="ffqq@danwin1210.de" @@ -17,7 +16,6 @@ build_dependencies=() run_dependencies=("system/glibc") build_process() { - mkdir -p $TAMANDUA_STAGE_DIR/etc/pam.d + mkdir -p $TAMANDUA_STAGE_DIR/etc cp $TAMANDUA_FILES_DIR/{group,passwd} $TAMANDUA_STAGE_DIR/etc - cp $TAMANDUA_FILES_DIR/other $TAMANDUA_STAGE_DIR/etc/pam.d } \ No newline at end of file diff --git a/system/etc/files/other b/system/etc/files/other deleted file mode 100644 index 387f477..0000000 --- a/system/etc/files/other +++ /dev/null @@ -1,4 +0,0 @@ -auth required pam_deny.so -account required pam_deny.so -password required pam_deny.so -session required pam_deny.so \ No newline at end of file