From: Oyvind Repvik Date: Tue, 19 Jul 2005 16:23:23 +0000 (+0000) Subject: Added smb.conf to CONFFILES X-Git-Tag: Release-2010-05/1~9453^2~4123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a004b4963180707c55da6ffb4199b28a67c72868;p=openembedded.git Added smb.conf to CONFFILES --- 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"