diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-18 18:53:48 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:56:28 +0200 |
| commit | 289217bbc3c5c53f486ab5615a6d6196e3c12cf2 (patch) | |
| tree | f9551306e700a0ba0218177f3ec417f76d1f5759 /meta-networking/recipes-daemons | |
| parent | f2bec07b87b3f1118aa1d1f194d230920f1afe01 (diff) | |
| download | meta-openembedded-289217bbc3c5c53f486ab5615a6d6196e3c12cf2.tar.gz | |
meta-oe: fix indentation
* remove tabs which sneaked in since last cleanup
* meta-oe layers are using consistent indentation with 4 spaces, see
http://www.openembedded.org/wiki/Styleguide
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
5 files changed, 20 insertions, 20 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb index 3b52ed475b..4a888c84fd 100644 --- a/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb +++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb | |||
| @@ -57,10 +57,10 @@ do_configure_prepend () { | |||
| 57 | 57 | ||
| 58 | do_install_append () { | 58 | do_install_append () { |
| 59 | if [ -d ${D}/run ]; then | 59 | if [ -d ${D}/run ]; then |
| 60 | rmdir ${D}/run | 60 | rmdir ${D}/run |
| 61 | fi | 61 | fi |
| 62 | if [ -d ${D}${localstatedir}/run ]; then | 62 | if [ -d ${D}${localstatedir}/run ]; then |
| 63 | rmdir ${D}${localstatedir}/run | 63 | rmdir ${D}${localstatedir}/run |
| 64 | fi | 64 | fi |
| 65 | } | 65 | } |
| 66 | 66 | ||
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb index 50468184b2..23cfc49ada 100644 --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | |||
| @@ -5,14 +5,14 @@ LICENSE = "BSD" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396" |
| 6 | 6 | ||
| 7 | SRC_URI = "ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${PV}.tar.gz \ | 7 | SRC_URI = "ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${PV}.tar.gz \ |
| 8 | file://avoid-to-call-AC_TRY_RUN.patch \ | 8 | file://avoid-to-call-AC_TRY_RUN.patch \ |
| 9 | file://Fix-hardcoded-libdir.patch \ | 9 | file://Fix-hardcoded-libdir.patch \ |
| 10 | file://debian_patches_0009_sasldb_al.diff \ | 10 | file://debian_patches_0009_sasldb_al.diff \ |
| 11 | file://debian_patches_0014_avoid_pic_overwrite.diff \ | 11 | file://debian_patches_0014_avoid_pic_overwrite.diff \ |
| 12 | file://sasl.h-include-stddef.h-for-size_t-on-NetBSD.patch \ | 12 | file://sasl.h-include-stddef.h-for-size_t-on-NetBSD.patch \ |
| 13 | file://saslauthd.service \ | 13 | file://saslauthd.service \ |
| 14 | file://saslauthd.conf \ | 14 | file://saslauthd.conf \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | inherit autotools-brokensep pkgconfig useradd systemd | 17 | inherit autotools-brokensep pkgconfig useradd systemd |
| 18 | 18 | ||
diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc b/meta-networking/recipes-daemons/radvd/radvd.inc index 47e4736b77..bff693ca97 100644 --- a/meta-networking/recipes-daemons/radvd/radvd.inc +++ b/meta-networking/recipes-daemons/radvd/radvd.inc | |||
| @@ -62,6 +62,6 @@ USERADD_PARAM_${PN} = "--system --home ${localstatedir}/run/radvd/ -M -g nogroup | |||
| 62 | 62 | ||
| 63 | pkg_postinst_${PN} () { | 63 | pkg_postinst_${PN} () { |
| 64 | if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then | 64 | if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then |
| 65 | /etc/init.d/populate-volatile.sh update | 65 | /etc/init.d/populate-volatile.sh update |
| 66 | fi | 66 | fi |
| 67 | } | 67 | } |
diff --git a/meta-networking/recipes-daemons/squid/squid_3.5.20.bb b/meta-networking/recipes-daemons/squid/squid_3.5.20.bb index 3ce195a58e..5595bdff73 100644 --- a/meta-networking/recipes-daemons/squid/squid_3.5.20.bb +++ b/meta-networking/recipes-daemons/squid/squid_3.5.20.bb | |||
| @@ -67,10 +67,10 @@ do_install_ptest() { | |||
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | do_install_append() { | 69 | do_install_append() { |
| 70 | install -d ${D}${sysconfdir}/default/volatiles | 70 | install -d ${D}${sysconfdir}/default/volatiles |
| 71 | install -m 0644 ${WORKDIR}/volatiles.03_squid ${D}${sysconfdir}/default/volatiles/volatiles.03_squid | 71 | install -m 0644 ${WORKDIR}/volatiles.03_squid ${D}${sysconfdir}/default/volatiles/volatiles.03_squid |
| 72 | rmdir "${D}${localstatedir}/run/${BPN}" | 72 | rmdir "${D}${localstatedir}/run/${BPN}" |
| 73 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}/run" | 73 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}/run" |
| 74 | } | 74 | } |
| 75 | 75 | ||
| 76 | FILES_${PN} += "${libdir} ${datadir}/errors ${datadir}/icons" | 76 | FILES_${PN} += "${libdir} ${datadir}/errors ${datadir}/icons" |
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb index 6c8ba91645..e398799fe9 100644 --- a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb +++ b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb | |||
| @@ -100,10 +100,10 @@ SYSTEMD_SERVICE_${PN} = "vsftpd.service" | |||
| 100 | 100 | ||
| 101 | pkg_postinst_${PN}() { | 101 | pkg_postinst_${PN}() { |
| 102 | if [ -z "$D" ]; then | 102 | if [ -z "$D" ]; then |
| 103 | if type systemd-tmpfiles >/dev/null; then | 103 | if type systemd-tmpfiles >/dev/null; then |
| 104 | systemd-tmpfiles --create | 104 | systemd-tmpfiles --create |
| 105 | elif [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then | 105 | elif [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then |
| 106 | ${sysconfdir}/init.d/populate-volatile.sh update | 106 | ${sysconfdir}/init.d/populate-volatile.sh update |
| 107 | fi | 107 | fi |
| 108 | fi | 108 | fi |
| 109 | } | 109 | } |
