Date: Sat, 17 Nov 2018 20:33:28 +0000 (UTC) From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485194 - head/sysutils/auto-admin Message-ID: <201811172033.wAHKXSeQ068023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jwb Date: Sat Nov 17 20:33:27 2018 New Revision: 485194 URL: https://svnweb.freebsd.org/changeset/ports/485194 Log: auto-admin: Add several scripts to support wip/cluster-admin Approved by: jrm (mentor, implicit) Modified: head/sysutils/auto-admin/Makefile head/sysutils/auto-admin/distinfo head/sysutils/auto-admin/pkg-plist Modified: head/sysutils/auto-admin/Makefile ============================================================================== --- head/sysutils/auto-admin/Makefile Sat Nov 17 20:29:33 2018 (r485193) +++ head/sysutils/auto-admin/Makefile Sat Nov 17 20:33:27 2018 (r485194) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= auto-admin -DISTVERSION= 0.4.4 +DISTVERSION= 0.4.5 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ Modified: head/sysutils/auto-admin/distinfo ============================================================================== --- head/sysutils/auto-admin/distinfo Sat Nov 17 20:29:33 2018 (r485193) +++ head/sysutils/auto-admin/distinfo Sat Nov 17 20:33:27 2018 (r485194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540133709 -SHA256 (auto-admin-0.4.4.tar.xz) = 68d85ce8a660a47247323de06e77ba378a816e31284f1275be0fac64a4da3bea -SIZE (auto-admin-0.4.4.tar.xz) = 59456 +TIMESTAMP = 1541795609 +SHA256 (auto-admin-0.4.5.tar.xz) = 6eab947bee4f61708ce7931d17e47e7ad17ec5ab4fefbda76bec1604ce2186fa +SIZE (auto-admin-0.4.5.tar.xz) = 59892 Modified: head/sysutils/auto-admin/pkg-plist ============================================================================== --- head/sysutils/auto-admin/pkg-plist Sat Nov 17 20:29:33 2018 (r485193) +++ head/sysutils/auto-admin/pkg-plist Sat Nov 17 20:33:27 2018 (r485194) @@ -1,8 +1,10 @@ man/man1/auto-admin.1.gz sbin/auto-ad-adduser sbin/auto-add-fdesc-mount +sbin/auto-add-group sbin/auto-add-linproc-mount sbin/auto-add-proc-mount +sbin/auto-add-to-group sbin/auto-adduser sbin/auto-admin sbin/auto-amd-nfs-setup @@ -44,11 +46,13 @@ sbin/auto-kdm3-toggle sbin/auto-krb-auth-setup sbin/auto-ldap-adduser sbin/auto-ldap-client-setup +sbin/auto-lock-user sbin/auto-mount-any sbin/auto-os-release sbin/auto-ostype sbin/auto-package-installed sbin/auto-passwd-user-expiration +sbin/auto-password-status sbin/auto-pkg-latest sbin/auto-pkgsrc-dir sbin/auto-pkgsrc-prefix @@ -58,6 +62,7 @@ sbin/auto-ports-setup sbin/auto-print-make-variable sbin/auto-pxe-installer-setup sbin/auto-pxe-node-discover +sbin/auto-remove-user sbin/auto-replace-file sbin/auto-restore-pw sbin/auto-restore-user @@ -69,6 +74,7 @@ sbin/auto-set-sysctl sbin/auto-set-umask sbin/auto-ssh-authorize sbin/auto-ssh-reverse-authorize +sbin/auto-unlock-user sbin/auto-update-port-framework sbin/auto-update-system sbin/auto-update-xorg.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811172033.wAHKXSeQ068023>