aboutsummaryrefslogtreecommitdiffstats
path: root/packages/samba/samba_3.0.14a.bb
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2005-07-19 16:23:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-19 16:23:23 +0000
commita004b4963180707c55da6ffb4199b28a67c72868 (patch)
tree1c7be7e274cccf61896f95262ad3394fc9244b1e /packages/samba/samba_3.0.14a.bb
parent9de11cb504b6552a72c135a6d221fd24235884f4 (diff)
downloadopenembedded-a004b4963180707c55da6ffb4199b28a67c72868.tar.gz
Added smb.conf to CONFFILES
Diffstat (limited to 'packages/samba/samba_3.0.14a.bb')
-rw-r--r--packages/samba/samba_3.0.14a.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/samba/samba_3.0.14a.bb b/packages/samba/samba_3.0.14a.bb
index 395decfdf8..8f1b6cf35f 100644
--- a/packages/samba/samba_3.0.14a.bb
+++ b/packages/samba/samba_3.0.14a.bb
@@ -16,6 +16,7 @@ INITSCRIPT_NAME = "samba"
# level, later levels put the shutdown later too - see the links
# in rc6.d, the shutdown must precede network shutdown).
INITSCRIPT_PARAMS = "defaults"
+CONFFILES = "${sysconfdir}/samba/smb.conf"
# The file system settings --foodir=dirfoo and overridden unconditionally
# in the samba config by --with-foodir=dirfoo - even if the --with is not
@@ -39,7 +40,7 @@ do_install_append() {
install -d "${D}${sysconfdir}/init.d"
install -c -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/samba
install -d "${D}${sysconfdir}/samba"
- install -c -m 644 ../examples/smb.conf.default ${D}${sysconfdir}/samba/smb.conf.default
+ install -c -m 644 ../examples/smb.conf.default ${D}${sysconfdir}/samba/smb.conf
}
PACKAGES =+ "swat"