mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
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
3 changed files with 17 additions and 9 deletions
|
@ -1,9 +1,10 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= auto-admin
|
PORTNAME= auto-admin
|
||||||
DISTVERSION= 0.4.7
|
DISTVERSION= 0.4.8
|
||||||
CATEGORIES= sysutils
|
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
|
MAINTAINER= jwb@FreeBSD.org
|
||||||
COMMENT= Portable tools for automating systems management
|
COMMENT= Portable tools for automating systems management
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1549912762
|
TIMESTAMP = 1564080152
|
||||||
SHA256 (auto-admin-0.4.7.tar.xz) = 905720ce99f9dc1ad23bbe6daf4bb46515ca4f492c538bf5bc1b64c202fca2ea
|
SHA256 (auto-admin-0.4.8.tar.xz) = ebb308d860ff74c294db449c3c4473e8ed1b53cc60804a9b84d30d2c19276e95
|
||||||
SIZE (auto-admin-0.4.7.tar.xz) = 63944
|
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-ad-adduser
|
||||||
sbin/auto-add-fdesc-mount
|
sbin/auto-add-fdesc-mount
|
||||||
sbin/auto-add-group
|
sbin/auto-add-group
|
||||||
sbin/auto-add-linproc-mount
|
|
||||||
sbin/auto-add-proc-mount
|
sbin/auto-add-proc-mount
|
||||||
sbin/auto-add-to-group
|
sbin/auto-add-to-group
|
||||||
sbin/auto-adduser
|
sbin/auto-adduser
|
||||||
sbin/auto-admin
|
sbin/auto-admin
|
||||||
sbin/auto-amd-nfs-setup
|
|
||||||
sbin/auto-amend-fstab
|
sbin/auto-amend-fstab
|
||||||
sbin/auto-append-line
|
sbin/auto-append-line
|
||||||
sbin/auto-ask
|
sbin/auto-ask
|
||||||
|
@ -40,17 +38,22 @@ sbin/auto-enable-passwdqc
|
||||||
sbin/auto-enable-procfs
|
sbin/auto-enable-procfs
|
||||||
sbin/auto-enable-service
|
sbin/auto-enable-service
|
||||||
sbin/auto-fastest-mirror
|
sbin/auto-fastest-mirror
|
||||||
|
sbin/auto-fetch-install-media
|
||||||
sbin/auto-file-secure
|
sbin/auto-file-secure
|
||||||
sbin/auto-harden
|
sbin/auto-harden
|
||||||
|
sbin/auto-idrac-passwd
|
||||||
sbin/auto-insert-line
|
sbin/auto-insert-line
|
||||||
|
sbin/auto-install-infiniband-modules
|
||||||
|
sbin/auto-install-linux-flash
|
||||||
sbin/auto-install-linux_base
|
sbin/auto-install-linux_base
|
||||||
|
sbin/auto-install-media-distname
|
||||||
sbin/auto-install-packages
|
sbin/auto-install-packages
|
||||||
sbin/auto-ipfw-gateway-setup
|
sbin/auto-ipfw-gateway-setup
|
||||||
sbin/auto-ipmi-install
|
sbin/auto-ipmi-install
|
||||||
sbin/auto-kdm3-toggle
|
|
||||||
sbin/auto-krb-auth-setup
|
sbin/auto-krb-auth-setup
|
||||||
sbin/auto-ldap-adduser
|
sbin/auto-ldap-adduser
|
||||||
sbin/auto-ldap-client-setup
|
sbin/auto-ldap-client-setup
|
||||||
|
sbin/auto-lock-local-pw
|
||||||
sbin/auto-lock-user
|
sbin/auto-lock-user
|
||||||
sbin/auto-mount-any
|
sbin/auto-mount-any
|
||||||
sbin/auto-nfs-restart
|
sbin/auto-nfs-restart
|
||||||
|
@ -74,6 +77,7 @@ sbin/auto-replace-file
|
||||||
sbin/auto-restore-ownership
|
sbin/auto-restore-ownership
|
||||||
sbin/auto-restore-pw
|
sbin/auto-restore-pw
|
||||||
sbin/auto-restore-user
|
sbin/auto-restore-user
|
||||||
|
sbin/auto-root-check
|
||||||
sbin/auto-secure-directory
|
sbin/auto-secure-directory
|
||||||
sbin/auto-service-enabled
|
sbin/auto-service-enabled
|
||||||
sbin/auto-set-hostname
|
sbin/auto-set-hostname
|
||||||
|
@ -83,11 +87,14 @@ sbin/auto-set-umask
|
||||||
sbin/auto-ssh-authorize
|
sbin/auto-ssh-authorize
|
||||||
sbin/auto-ssh-reverse-authorize
|
sbin/auto-ssh-reverse-authorize
|
||||||
sbin/auto-transfer-pw
|
sbin/auto-transfer-pw
|
||||||
|
sbin/auto-unlock-local-pw
|
||||||
sbin/auto-unlock-user
|
sbin/auto-unlock-user
|
||||||
|
sbin/auto-update-infiniband-modules
|
||||||
sbin/auto-update-port-framework
|
sbin/auto-update-port-framework
|
||||||
sbin/auto-update-system
|
sbin/auto-update-system
|
||||||
sbin/auto-update-xorg.conf
|
sbin/auto-update-xorg.conf
|
||||||
sbin/auto-using-pkgng
|
sbin/auto-user-admin
|
||||||
|
sbin/auto-useradd
|
||||||
sbin/auto-using-pkgsrc
|
sbin/auto-using-pkgsrc
|
||||||
sbin/auto-wifi-failover
|
sbin/auto-wifi-failover
|
||||||
sbin/auto-xdm-toggle
|
sbin/auto-xdm-toggle
|
||||||
|
|
Loading…
Add table
Reference in a new issue