[arch-commits] Commit in openssh/trunk (PKGBUILD sshd)

Gaetan Bisson bisson at archlinux.org
Mon Jan 24 11:03:55 UTC 2011


    Date: Monday, January 24, 2011 @ 06:03:55
  Author: bisson
Revision: 107353

fix typo

Modified:
  openssh/trunk/PKGBUILD
  openssh/trunk/sshd

----------+
 PKGBUILD |    2 +-
 sshd     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-24 10:28:23 UTC (rev 107352)
+++ PKGBUILD	2011-01-24 11:03:55 UTC (rev 107353)
@@ -18,7 +18,7 @@
 sha1sums=('423e27475f06e1055847dfff7f61e1ac632b5372'
           'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
           '660092c57bde28bed82078f74011f95fc51c2293'
-          '71d67cde8044fe9b11fb5f9e3698ffe4da23f460')
+          '6b7f8ebf0c1cc37137a7d9a53447ac8a0ee6a2b5')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"

Modified: sshd
===================================================================
--- sshd	2011-01-24 10:28:23 UTC (rev 107352)
+++ sshd	2011-01-24 11:03:55 UTC (rev 107353)
@@ -6,7 +6,7 @@
 
 PIDFILE=/var/run/sshd.pid
 PID=$(cat $PIDFILE 2>/dev/null)
-if ! readlink -q /proc/$PID/exe | grep -q '^/usr/sbin/sshd[ $]'; then
+if ! readlink -q /proc/$PID/exe | grep -q '^/usr/sbin/sshd'; then
   PID=
   rm $PIDFILE 2>/dev/null
 fi




More information about the arch-commits mailing list