summaryrefslogtreecommitdiffstats
path: root/remote/modules/pam/module.conf.ubuntu.14
diff options
context:
space:
mode:
authorroot2014-07-17 15:11:20 +0200
committerroot2014-07-17 15:11:20 +0200
commit9c547a5e5b50813f9441a96f3f8a7bd62d90f0e9 (patch)
tree06abde51e32806f2bd157a1d2d07d0d15820326b /remote/modules/pam/module.conf.ubuntu.14
parent[idleaction] Restart cron daemon after creating new crontab (diff)
downloadtm-scripts-9c547a5e5b50813f9441a96f3f8a7bd62d90f0e9.tar.gz
tm-scripts-9c547a5e5b50813f9441a96f3f8a7bd62d90f0e9.tar.xz
tm-scripts-9c547a5e5b50813f9441a96f3f8a7bd62d90f0e9.zip
[pam] reworked how we determine path to PAM-modules
detect the path in remote/helper/paths.inc and use that global path in the build scripts
Diffstat (limited to 'remote/modules/pam/module.conf.ubuntu.14')
-rw-r--r--remote/modules/pam/module.conf.ubuntu.145
1 files changed, 2 insertions, 3 deletions
diff --git a/remote/modules/pam/module.conf.ubuntu.14 b/remote/modules/pam/module.conf.ubuntu.14
index 2f46770c..26307d84 100644
--- a/remote/modules/pam/module.conf.ubuntu.14
+++ b/remote/modules/pam/module.conf.ubuntu.14
@@ -39,20 +39,19 @@ REQUIRED_BINARIES+="
mount.cifs
"
REQUIRED_DIRECTORIES+="
+ $SYS_PAM_MODULES_PATH
/lib
/usr/lib
"
REQUIRED_SYSTEM_FILES+="
/etc/pam.conf
/etc/default/locale
- /lib/${ARCH_TRIPLET}/security
- /sbin/mkhomedir_helper
"
# For Ubuntu 14.04: Both packages were dropped from official repos. Do not change the
# order, as these packages will be installed via dpkg and depend on each other.
REQUIRED_DOWNLOAD_URLS="
- de.archive.ubuntu.com/ubuntu/pool/universe/n/ncpfs/libncp_2.2.6-9ubuntu1_amd64.deb
+ de.archive.ubuntu.com/ubuntu/pool/universe/n/ncpfs/libncp_2.2.6-9ubuntu1_amd64.deb
de.archive.ubuntu.com/ubuntu/pool/universe/n/ncpfs/libpam-ncp_2.2.6-9ubuntu1_amd64.deb
de.archive.ubuntu.com/ubuntu/pool/universe/n/ncpfs/ncpfs_2.2.6-9ubuntu1_amd64.deb
"