Date: Saturday, April 27, 2013 @ 15:41:32 Author: tomegun Revision: 183733
upgpkg: ypbind-mt 1.37.1-4 don't pipe output to /dev/null Put the output from the 'hack' in the journal so people can see what is going on (and perhaps it will make someone feel like fixing it). Modified: ypbind-mt/trunk/PKGBUILD ypbind-mt/trunk/ypbind.service ----------------+ PKGBUILD | 4 ++-- ypbind.service | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-27 13:29:00 UTC (rev 183732) +++ PKGBUILD 2013-04-27 13:41:32 UTC (rev 183733) @@ -6,7 +6,7 @@ pkgname=ypbind-mt pkgver=1.37.1 -pkgrel=3 +pkgrel=4 pkgdesc='Linux NIS daemon' url='http://www.linux-nis.org/nis/ypbind-mt/' license=('GPL2') @@ -36,4 +36,4 @@ install -d -m755 "${pkgdir}"/var/yp/binding } md5sums=('8af8d35e7b9a7fcc3a1576697a04bd82' - '8e6d8773fb610b216c4f4c866d815234') + '9083debd16fc49c6645372caa25969b5') Modified: ypbind.service =================================================================== --- ypbind.service 2013-04-27 13:29:00 UTC (rev 183732) +++ ypbind.service 2013-04-27 13:41:32 UTC (rev 183733) @@ -10,7 +10,7 @@ ExecStart=/usr/sbin/ypbind # Terrible hack, upstream ypbind should sort something out # Wait for at most 10 seconds for a NIS master to become available -ExecStartPost=/bin/sh -c "for i in 1 2 3 4 5 6 7 8 9 10; do ypwhich >/dev/null && break; sleep 1; done" +ExecStartPost=/bin/sh -c "for i in 1 2 3 4 5 6 7 8 9 10; do ypwhich && break; sleep 1; done" [Install] WantedBy=multi-user.target
