pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/got



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 10 09:47:23 UTC 2024

Modified Files:
        pkgsrc/devel/got: Makefile

Log Message:
got: Use NOLOGIN.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/got/Makefile

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

Modified files:

Index: pkgsrc/devel/got/Makefile
diff -u pkgsrc/devel/got/Makefile:1.9 pkgsrc/devel/got/Makefile:1.10
--- pkgsrc/devel/got/Makefile:1.9       Sun Jun  9 13:25:05 2024
+++ pkgsrc/devel/got/Makefile   Mon Jun 10 09:47:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/06/09 13:25:05 vins Exp $
+# $NetBSD: Makefile,v 1.10 2024/06/10 09:47:23 jperkin Exp $
 
 DISTNAME=      got-portable-0.100
 PKGNAME=       ${DISTNAME:S/-portable//}
@@ -23,7 +23,7 @@ USE_NCURSES=  yes
 PKG_GROUPS=            _gotd
 PKG_USERS=             _gotd:_gotd
 PKG_GECOS._gotd=       Game of Trees Daemon
-PKG_SHELL._gotd=       /sbin/nologin
+PKG_SHELL._gotd=       ${NOLOGIN}
 PKG_HOME._gotd=                /nonexistent
 
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index