pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/pbulk



Module Name:    pkgsrc
Committed By:   sevan
Date:           Mon Oct 29 02:47:08 UTC 2018

Modified Files:
        pkgsrc/mk/pbulk: pbulk.sh

Log Message:
Use the same method to create the pbulk user on Minix as NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mk/pbulk/pbulk.sh

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

Modified files:

Index: pkgsrc/mk/pbulk/pbulk.sh
diff -u pkgsrc/mk/pbulk/pbulk.sh:1.7 pkgsrc/mk/pbulk/pbulk.sh:1.8
--- pkgsrc/mk/pbulk/pbulk.sh:1.7        Thu Feb  8 12:59:28 2018
+++ pkgsrc/mk/pbulk/pbulk.sh    Mon Oct 29 02:47:08 2018
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: pbulk.sh,v 1.7 2018/02/08 12:59:28 triaxx Exp $
+# $NetBSD: pbulk.sh,v 1.8 2018/10/29 02:47:08 sevan Exp $
 set -e
 
 usage="usage: ${0##*/} [-lun] [-c mk.conf.fragment] [-d nodes]"
@@ -46,7 +46,7 @@ fi
 # Do it early since adding it after it fails is problematic:
 if [ ! -n "$unprivileged" ]; then
 case "$(uname)" in
-NetBSD)
+NetBSD|Minix)
 if ! id pbulk; then user add -m -g users pbulk; fi
 ;;
 FreeBSD)



Home | Main Index | Thread Index | Old Index