diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-03 08:24:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-03 08:24:44 +0000 |
commit | 65f6ebb13d3ce7bff3c395768e319aa8a344c074 (patch) | |
tree | f360833bf0ed76fc53d50a29a38ed1c20ff4f054 | |
parent | 40cb9df2862aca147dbe0098ff28d0b295429130 (diff) |
Added CONFFILES
-rw-r--r-- | packages/samba/samba_3.0.14a.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/samba/samba_3.0.14a.bb b/packages/samba/samba_3.0.14a.bb index 3c660ed5c1..c008fe27f5 100644 --- a/packages/samba/samba_3.0.14a.bb +++ b/packages/samba/samba_3.0.14a.bb @@ -1,4 +1,4 @@ -PR = "r11" +PR = "r12" SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \ file://configure.patch;patch=1 \ @@ -17,7 +17,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_${PN} = "${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 |