diff options
| author | Jonathan Bauer | 2014-03-25 16:05:27 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-03-25 16:05:27 +0100 |
| commit | 249e951ce236e3bbeb32b5a943215524a81f42f2 (patch) | |
| tree | e7538724066c4a0330f2e6588e956680613bff57 /remote/modules/samba | |
| parent | [consolekit] woops, delete old files (diff) | |
| download | tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip | |
woopsie, the return ;)
Diffstat (limited to 'remote/modules/samba')
| -rw-r--r-- | remote/modules/samba/samba.build | 26 | ||||
| -rw-r--r-- | remote/modules/samba/samba.conf | 24 | ||||
| -rw-r--r-- | remote/modules/samba/samba.conf.opensuse | 24 | ||||
| -rw-r--r-- | remote/modules/samba/samba.conf.ubuntu | 20 |
4 files changed, 0 insertions, 94 deletions
diff --git a/remote/modules/samba/samba.build b/remote/modules/samba/samba.build deleted file mode 100644 index a0a60831..00000000 --- a/remote/modules/samba/samba.build +++ /dev/null @@ -1,26 +0,0 @@ -fetch_source() { - : -} - -build() { - COPYLIST="list_dpkg_output" - [ -e "$COPYLIST" ] && rm "$COPYLIST" - - if [ "x$PACKET_MANAGER" == "xzypper" ]; then - if [ $(zypper lr | grep -ci filesystems) -eq 0 ]; then - zypper addrepo http://download.opensuse.org/repositories/filesystems/openSUSE_${SYS_VERSION} Filesystems - pinfo "Repository added: OpenSuse Build filesystems" - fi - # Ubuntu writes to /etc, Suse does not: - mkdir "$MODULE_BUILD_DIR"/etc/ - cp /usr/share/doc/packages/smbnetfs/smbnetfs.conf "$MODULE_BUILD_DIR"/etc/ - fi - - list_packet_files >> "$COPYLIST" - tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}" - return 0 -} - -post_copy() { - : -} diff --git a/remote/modules/samba/samba.conf b/remote/modules/samba/samba.conf deleted file mode 100644 index 00063187..00000000 --- a/remote/modules/samba/samba.conf +++ /dev/null @@ -1,24 +0,0 @@ -REQUIRED_BINARIES=" - smbd - nmbd - smbclient - winbindd - smbnetfs - fusermount - keyctl - request-key - key.dns_resolver -" -REQUIRED_FILES=" - /etc/smbnetfs.conf - /etc/request-key.conf - /etc/request-key.d -" -# TODO dont copy all the binaries, strip the list down. -REQUIRED_DIRECTORIES=" - /usr/bin -" -# TODO check if the /var/lib/samba/*.tdg can be generated by mltk. -REQUIRED_SYSTEM_FILES=" - /var/lib/samba -" diff --git a/remote/modules/samba/samba.conf.opensuse b/remote/modules/samba/samba.conf.opensuse deleted file mode 100644 index fd06e50a..00000000 --- a/remote/modules/samba/samba.conf.opensuse +++ /dev/null @@ -1,24 +0,0 @@ -REQUIRED_INSTALLED_PACKAGES=" - samba - samba-client - samba-winbind - krb5-client - cifs-utils - smbnetfs - fuse - keyutils -" -REQUIRED_CONTENT_PACKAGES=" - samba - samba-client - samba-winbind - krb5-client - cifs-utils - smbnetfs - fuse - keyutils -" - -# This is just a list for grep excludes used in samba.build opensuse branch -# Please use pipe symbol and backslash (\|) as separator as being used in grep -REQUIRED_PACKET_FILES_BLACKLIST="/etc/samba/smbpasswd\|/ding/dong" diff --git a/remote/modules/samba/samba.conf.ubuntu b/remote/modules/samba/samba.conf.ubuntu deleted file mode 100644 index 20bb46ba..00000000 --- a/remote/modules/samba/samba.conf.ubuntu +++ /dev/null @@ -1,20 +0,0 @@ -REQUIRED_INSTALLED_PACKAGES=" - samba - smbclient - winbind - krb5-user - cifs-utils - smbnetfs - fuse - keyutils -" -REQUIRED_CONTENT_PACKAGES=" - samba - smbclient - winbind - krb5-user - cifs-utils - smbnetfs - fuse - keyutils -" |
