summaryrefslogtreecommitdiffstats
path: root/remote/modules/nscd
diff options
context:
space:
mode:
authorJonathan Bauer2014-03-25 16:05:27 +0100
committerJonathan Bauer2014-03-25 16:05:27 +0100
commit249e951ce236e3bbeb32b5a943215524a81f42f2 (patch)
treee7538724066c4a0330f2e6588e956680613bff57 /remote/modules/nscd
parent[consolekit] woops, delete old files (diff)
downloadtm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip
woopsie, the return ;)
Diffstat (limited to 'remote/modules/nscd')
-rw-r--r--remote/modules/nscd/nscd.build17
-rw-r--r--remote/modules/nscd/nscd.conf3
-rw-r--r--remote/modules/nscd/nscd.conf.debian6
-rw-r--r--remote/modules/nscd/nscd.conf.opensuse6
-rw-r--r--remote/modules/nscd/nscd.conf.ubuntu6
5 files changed, 0 insertions, 38 deletions
diff --git a/remote/modules/nscd/nscd.build b/remote/modules/nscd/nscd.build
deleted file mode 100644
index bd189b66..00000000
--- a/remote/modules/nscd/nscd.build
+++ /dev/null
@@ -1,17 +0,0 @@
-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
deleted file mode 100644
index 74af4cfb..00000000
--- a/remote/modules/nscd/nscd.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-REQUIRED_BINARIES="
- nscd
-"
diff --git a/remote/modules/nscd/nscd.conf.debian b/remote/modules/nscd/nscd.conf.debian
deleted file mode 100644
index 4a61cc19..00000000
--- a/remote/modules/nscd/nscd.conf.debian
+++ /dev/null
@@ -1,6 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- nscd
-"
-REQUIRED_CONTENT_PACKAGES="
- nscd
-"
diff --git a/remote/modules/nscd/nscd.conf.opensuse b/remote/modules/nscd/nscd.conf.opensuse
deleted file mode 100644
index 4a61cc19..00000000
--- a/remote/modules/nscd/nscd.conf.opensuse
+++ /dev/null
@@ -1,6 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- nscd
-"
-REQUIRED_CONTENT_PACKAGES="
- nscd
-"
diff --git a/remote/modules/nscd/nscd.conf.ubuntu b/remote/modules/nscd/nscd.conf.ubuntu
deleted file mode 100644
index 4a61cc19..00000000
--- a/remote/modules/nscd/nscd.conf.ubuntu
+++ /dev/null
@@ -1,6 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- nscd
-"
-REQUIRED_CONTENT_PACKAGES="
- nscd
-"