samba: Add volatiles config for samba, fixes logging issue, bump PR
authorTim 'timtim' Ellis <tim.ellis@foonas.org>
Mon, 2 Feb 2009 20:25:35 +0000 (20:25 +0000)
committerTim 'timtim' Ellis <tim.ellis@foonas.org>
Mon, 2 Feb 2009 20:25:35 +0000 (20:25 +0000)
packages/samba/files/volatiles.03_samba [new file with mode: 0644]
packages/samba/samba-ads_3.2.7.bb
packages/samba/samba-ads_3.3.0.bb
packages/samba/samba.inc
packages/samba/samba_3.0.23c.bb
packages/samba/samba_3.0.34.bb
packages/samba/samba_3.2.7.bb
packages/samba/samba_3.3.0.bb

diff --git a/packages/samba/files/volatiles.03_samba b/packages/samba/files/volatiles.03_samba
new file mode 100644 (file)
index 0000000..469bc9e
--- /dev/null
@@ -0,0 +1,2 @@
+# <type> <owner> <group> <mode> <path> <linksource>
+d root root 0755 /var/log/samba none
index 9a9bd12..83b4416 100644 (file)
@@ -1,7 +1,7 @@
 require samba.inc
 require samba-ads.inc
 
-PR = "r0"
+PR = "r1"
 SRC_URI += "file://config-lfs.patch;patch=1 \
             file://quota.patch;patch=1;pnum=0 \
             file://configure-3.2.7.patch;patch=1 \
index afbea8b..7688fd6 100644 (file)
@@ -1,7 +1,7 @@
 require samba.inc
 require samba-ads.inc
 
-PR = "r0"
+PR = "r1"
 SRC_URI += "file://config-lfs.patch;patch=1 \
             file://quota.patch;patch=1;pnum=0 \
             file://configure-3.3.0.patch;patch=1 \
index de93712..0ffd4b9 100644 (file)
@@ -3,6 +3,7 @@ LICENSE = "GPL"
 DEPENDS = "readline virtual/libiconv"
 
 SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
+           file://volatiles.03_samba \
            file://smb.conf \
            file://init \
            "
@@ -72,6 +73,8 @@ do_install_append() {
        install -d "${D}${sysconfdir}/samba"
        install -c -m 644 ${WORKDIR}/smb.conf ${D}${sysconfdir}/samba/smb.conf
        install -d ${D}/var/spool/samba
+
+       install -D -m 0644 ${WORKDIR}/volatiles.03_samba ${D}${sysconfdir}/default/volatiles/volatiles.03_samba
 }
 
 do_stage() {
index b06544e..6270ab7 100644 (file)
@@ -4,7 +4,7 @@ require samba-basic.inc
 SRC_URI += "file://configure.patch;patch=1 \
             file://cifs.patch;patch=1"
 
-PR = "r6"
+PR = "r7"
 
 PACKAGES =+ " smbfs-doc"
 
index 90b8e1d..69cf6b4 100644 (file)
@@ -6,7 +6,7 @@ SRC_URI += "file://configure.patch;patch=1 \
 SRC_URI_append_linux-uclibc        = "file://uclibc-strlcpy-strlcat.patch;patch=1"
 SRC_URI_append_linux-uclibcgnueabi = "file://uclibc-strlcpy-strlcat.patch;patch=1"
 
-PR = "r4"
+PR = "r5"
 
 PACKAGES =+ "smbfs-doc"
 
index 70aff3d..49ff24a 100644 (file)
@@ -6,7 +6,7 @@ SRC_URI += "file://configure-3.2.7.patch;patch=1 \
             file://mtab.patch;patch=1 \
                "
 
-PR = "r3"
+PR = "r4"
 
 EXTRA_OECONF += "\
        SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \
index ccdb24e..49432ec 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI += "file://configure-3.3.0.patch;patch=1 \
             file://mtab.patch;patch=1 \
                "
 
-PR = "r0"
+PR = "r1"
 
 EXTRA_OECONF += "\
        SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \