sysutils/auto-admin: Upgrade to 0.4.8
FreeBSD changes: Roll auto-add-linproc-mount into auto-install-linux_base Remove obsolete auto-amd-nfs-setup, auto-kdm3-toggle Add scripts for installing and updating infininband kernel Factor auto-install-linux-flash out of desktop-installer New common scripts: auto-idrac-passwd auto-fetch-install-media auto-install-media-distname auto-lock-local-pw, auto-unlock-local-pw auto-root-check auto-useradd auto-user-admin
This commit is contained in:
parent
131133a6c4
commit
16a9d4a4fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507330
@ -1,9 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= auto-admin
|
||||
DISTVERSION= 0.4.7
|
||||
DISTVERSION= 0.4.8
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://acadix.biz/Ports/distfiles/
|
||||
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
|
||||
http://outpaddling.mooo.com/~bacon/Acadix/Ports/distfiles/
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
COMMENT= Portable tools for automating systems management
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1549912762
|
||||
SHA256 (auto-admin-0.4.7.tar.xz) = 905720ce99f9dc1ad23bbe6daf4bb46515ca4f492c538bf5bc1b64c202fca2ea
|
||||
SIZE (auto-admin-0.4.7.tar.xz) = 63944
|
||||
TIMESTAMP = 1564080152
|
||||
SHA256 (auto-admin-0.4.8.tar.xz) = ebb308d860ff74c294db449c3c4473e8ed1b53cc60804a9b84d30d2c19276e95
|
||||
SIZE (auto-admin-0.4.8.tar.xz) = 67272
|
||||
|
@ -2,12 +2,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
|
||||
sbin/auto-amend-fstab
|
||||
sbin/auto-append-line
|
||||
sbin/auto-ask
|
||||
@ -40,17 +38,22 @@ sbin/auto-enable-passwdqc
|
||||
sbin/auto-enable-procfs
|
||||
sbin/auto-enable-service
|
||||
sbin/auto-fastest-mirror
|
||||
sbin/auto-fetch-install-media
|
||||
sbin/auto-file-secure
|
||||
sbin/auto-harden
|
||||
sbin/auto-idrac-passwd
|
||||
sbin/auto-insert-line
|
||||
sbin/auto-install-infiniband-modules
|
||||
sbin/auto-install-linux-flash
|
||||
sbin/auto-install-linux_base
|
||||
sbin/auto-install-media-distname
|
||||
sbin/auto-install-packages
|
||||
sbin/auto-ipfw-gateway-setup
|
||||
sbin/auto-ipmi-install
|
||||
sbin/auto-kdm3-toggle
|
||||
sbin/auto-krb-auth-setup
|
||||
sbin/auto-ldap-adduser
|
||||
sbin/auto-ldap-client-setup
|
||||
sbin/auto-lock-local-pw
|
||||
sbin/auto-lock-user
|
||||
sbin/auto-mount-any
|
||||
sbin/auto-nfs-restart
|
||||
@ -74,6 +77,7 @@ sbin/auto-replace-file
|
||||
sbin/auto-restore-ownership
|
||||
sbin/auto-restore-pw
|
||||
sbin/auto-restore-user
|
||||
sbin/auto-root-check
|
||||
sbin/auto-secure-directory
|
||||
sbin/auto-service-enabled
|
||||
sbin/auto-set-hostname
|
||||
@ -83,11 +87,14 @@ sbin/auto-set-umask
|
||||
sbin/auto-ssh-authorize
|
||||
sbin/auto-ssh-reverse-authorize
|
||||
sbin/auto-transfer-pw
|
||||
sbin/auto-unlock-local-pw
|
||||
sbin/auto-unlock-user
|
||||
sbin/auto-update-infiniband-modules
|
||||
sbin/auto-update-port-framework
|
||||
sbin/auto-update-system
|
||||
sbin/auto-update-xorg.conf
|
||||
sbin/auto-using-pkgng
|
||||
sbin/auto-user-admin
|
||||
sbin/auto-useradd
|
||||
sbin/auto-using-pkgsrc
|
||||
sbin/auto-wifi-failover
|
||||
sbin/auto-xdm-toggle
|
||||
|
Loading…
Reference in New Issue
Block a user