diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-19 19:11:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-19 19:11:39 +0000 |
commit | 897c5ef1fa31b889875a63356f22c1502be45081 (patch) | |
tree | fd109240e8a6939b22295313f5271d4e649383b0 | |
parent | a004b4963180707c55da6ffb4199b28a67c72868 (diff) |
Back out CONFFILES change that only worked in my imagination
-rw-r--r-- | packages/samba/samba_3.0.14a.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/samba/samba_3.0.14a.bb b/packages/samba/samba_3.0.14a.bb index 8f1b6cf35f..fdd3cd6685 100644 --- a/packages/samba/samba_3.0.14a.bb +++ b/packages/samba/samba_3.0.14a.bb @@ -16,7 +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" +#CONFFILES_${PN} = "${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 |