pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/slim



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu May 29 14:35:59 UTC 2025

Modified Files:
        pkgsrc/x11/slim: Makefile
        pkgsrc/x11/slim/files: slim.sh

Log Message:
slim: correct the path to the PID file in the RC script

This fixes obtaining the status or restarting the slim greeter.

Bumps PKGREVISION.

Tested on NetBSD/amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/slim/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/slim/files/slim.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/slim/Makefile
diff -u pkgsrc/x11/slim/Makefile:1.23 pkgsrc/x11/slim/Makefile:1.24
--- pkgsrc/x11/slim/Makefile:1.23       Thu May 29 12:53:40 2025
+++ pkgsrc/x11/slim/Makefile    Thu May 29 14:35:59 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2025/05/29 12:53:40 khorben Exp $
+# $NetBSD: Makefile,v 1.24 2025/05/29 14:35:59 khorben Exp $
 
 DISTNAME=      slim-1.4.0
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=slim-fork/}
 

Index: pkgsrc/x11/slim/files/slim.sh
diff -u pkgsrc/x11/slim/files/slim.sh:1.2 pkgsrc/x11/slim/files/slim.sh:1.3
--- pkgsrc/x11/slim/files/slim.sh:1.2   Fri Jan 10 19:13:33 2020
+++ pkgsrc/x11/slim/files/slim.sh       Thu May 29 14:35:59 2025
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: slim.sh,v 1.2 2020/01/10 19:13:33 maya Exp $
+# $NetBSD: slim.sh,v 1.3 2025/05/29 14:35:59 khorben Exp $
 #
 
 # PROVIDE: slim
@@ -15,7 +15,7 @@ name="slim"
 rcvar=${name}
 command="@PREFIX@/bin/${name}"
 command_args="-d"
-pidfile="/var/run/${name}.lock"
+pidfile="/var/run/${name}.pid"
 required_files="@PKG_SYSCONFDIR@/slim.conf"
 
 if [ -f /etc/rc.subr ]; then



Home | Main Index | Thread Index | Old Index