diff options
| author | Jonathan Bauer | 2013-07-02 15:32:38 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-07-02 15:32:38 +0200 |
| commit | 1bc4a11bb1d97253c49077ef51fba576988d5f96 (patch) | |
| tree | 01bd03e66d1275969afd277da489dc868e7e66aa /remote/modules | |
| parent | Merge branch 'master' of git:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-1bc4a11bb1d97253c49077ef51fba576988d5f96.tar.gz tm-scripts-1bc4a11bb1d97253c49077ef51fba576988d5f96.tar.xz tm-scripts-1bc4a11bb1d97253c49077ef51fba576988d5f96.zip | |
[nscd] extra module for nscd, removed from pam module
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/nscd/data/etc/nscd.conf (renamed from remote/modules/pam/data/etc/nscd.conf) | 0 | ||||
| -rw-r--r-- | remote/modules/nscd/data/etc/tmpfiles.d/nscd.conf (renamed from remote/modules/pam/data/etc/tmpfiles.d/nscd.conf) | 0 | ||||
| -rw-r--r-- | remote/modules/nscd/nscd.build | 17 | ||||
| -rw-r--r-- | remote/modules/nscd/nscd.conf | 9 | ||||
| -rw-r--r-- | remote/modules/pam/pam.conf | 3 |
5 files changed, 26 insertions, 3 deletions
diff --git a/remote/modules/pam/data/etc/nscd.conf b/remote/modules/nscd/data/etc/nscd.conf index d0a3b107..d0a3b107 100644 --- a/remote/modules/pam/data/etc/nscd.conf +++ b/remote/modules/nscd/data/etc/nscd.conf diff --git a/remote/modules/pam/data/etc/tmpfiles.d/nscd.conf b/remote/modules/nscd/data/etc/tmpfiles.d/nscd.conf index 57c16660..57c16660 100644 --- a/remote/modules/pam/data/etc/tmpfiles.d/nscd.conf +++ b/remote/modules/nscd/data/etc/tmpfiles.d/nscd.conf diff --git a/remote/modules/nscd/nscd.build b/remote/modules/nscd/nscd.build new file mode 100644 index 00000000..bd189b66 --- /dev/null +++ b/remote/modules/nscd/nscd.build @@ -0,0 +1,17 @@ +fetch_source() { + : +} + +build() { + COPYLIST="list_dpkg_output" + [ -e "$COPYLIST" ] && rm "$COPYLIST" + + list_packet_files >> "$COPYLIST" + tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}" + + return 0 +} + +post_copy() { + : +} diff --git a/remote/modules/nscd/nscd.conf b/remote/modules/nscd/nscd.conf new file mode 100644 index 00000000..3f25aea9 --- /dev/null +++ b/remote/modules/nscd/nscd.conf @@ -0,0 +1,9 @@ +REQUIRED_INSTALLED_PACKAGES=" + nscd +" +REQUIRED_CONTENT_PACKAGES=" + nscd +" +REQUIRED_BINARIES=" + nscd +" diff --git a/remote/modules/pam/pam.conf b/remote/modules/pam/pam.conf index 3adc2b98..a3399190 100644 --- a/remote/modules/pam/pam.conf +++ b/remote/modules/pam/pam.conf @@ -9,7 +9,6 @@ REQUIRED_INSTALLED_PACKAGES=" ldap-utils libnfsidmap2 nfs-common - nscd " REQUIRED_CONTENT_PACKAGES=" libpam0g @@ -26,14 +25,12 @@ REQUIRED_CONTENT_PACKAGES=" ldap-utils libnfsidmap2 nfs-common - nscd " REQUIRED_BINARIES=" rpc.gssd rpc.idmapd sslconnect ldapsearch - nscd " REQUIRED_LIBRARIES=" nsswitch |
