summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorSimon Rettberg2013-06-19 23:09:05 +0200
committerSimon Rettberg2013-06-19 23:09:05 +0200
commit719b3be14f5689d750e898fd7c9ac2fb6cd9c18f (patch)
treea25273b6b35f4bfad22b3cc0f86019f429ad4bb6 /remote
parent[pam] added ldapserach for suse (diff)
downloadtm-scripts-719b3be14f5689d750e898fd7c9ac2fb6cd9c18f.tar.gz
tm-scripts-719b3be14f5689d750e898fd7c9ac2fb6cd9c18f.tar.xz
tm-scripts-719b3be14f5689d750e898fd7c9ac2fb6cd9c18f.zip
[pam] remove old test
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/pam/pam.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/remote/modules/pam/pam.build b/remote/modules/pam/pam.build
index 1fc65091..60e18414 100644
--- a/remote/modules/pam/pam.build
+++ b/remote/modules/pam/pam.build
@@ -5,7 +5,6 @@ fetch_source() {
build() {
mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin"
gcc -o "$MODULE_BUILD_DIR/opt/openslx/bin/sslconnect" "$MODULE_DIR/sslconnect.c" -lssl -lcrypto -O3 || perror "Could not compile sslconnect.c"
- list_packet_files > /tmp/jonathan
tarcopy "$(list_packet_files | sort -u)" "${MODULE_BUILD_DIR}"
}