Date: Wednesday, June 6, 2012 @ 10:33:32
  Author: bisson
Revision: 160809

move /var/run to /run

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-06-06 13:17:41 UTC (rev 160808)
+++ PKGBUILD    2012-06-06 14:33:32 UTC (rev 160809)
@@ -42,6 +42,7 @@
                --with-xauth=/usr/bin/xauth \
                --with-mantype=man \
                --with-md5-passwords \
+               --with-pid-dir=/run \
 
        make
 }

Modified: sshd
===================================================================
--- sshd        2012-06-06 13:17:41 UTC (rev 160808)
+++ sshd        2012-06-06 14:33:32 UTC (rev 160809)
@@ -4,7 +4,7 @@
 . /etc/rc.d/functions
 . /etc/conf.d/sshd
 
-PIDFILE=/var/run/sshd.pid
+PIDFILE=/run/sshd.pid
 PID=$(cat $PIDFILE 2>/dev/null)
 if ! readlink -q /proc/$PID/exe | grep -q '^/usr/sbin/sshd'; then
        PID=

Reply via email to