From 3d1235af060955e271be68240c0ca46bc6d81b03 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 25 Mar 2014 15:24:04 +0100 Subject: [modules] new module naming convention rename $MODULE.{conf,build} to module.{conf,build} --- remote/modules/samba/module.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 remote/modules/samba/module.conf (limited to 'remote/modules/samba/module.conf') diff --git a/remote/modules/samba/module.conf b/remote/modules/samba/module.conf new file mode 100644 index 00000000..00063187 --- /dev/null +++ b/remote/modules/samba/module.conf @@ -0,0 +1,24 @@ +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 +" -- cgit v1.2.3-55-g7522