sysutils/auto-admin: Update to 0.7.9
Several new scripts, bug fixes, and minor enhancements Changes: https://github.com/outpaddling/auto-admin/tags PR: 261386 Reported by: grahamperrin
This commit is contained in:
parent
26b0cd8ce2
commit
6f88d32b29
3 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= auto-admin
|
||||
DISTVERSION= 0.7.8
|
||||
DISTVERSION= 0.7.9
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
@ -15,11 +15,4 @@ GH_ACCOUNT= outpaddling
|
|||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/sbin ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_DATA} ${WRKSRC}/Data/* ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
|
||||
${STAGEDIR}${MANPREFIX}/man/man1/auto-admin.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1639319517
|
||||
SHA256 (outpaddling-auto-admin-0.7.8_GH0.tar.gz) = fecb57a90c1b2958bf6c09102187d90172765f5de46f585ad9af2c365ca88289
|
||||
SIZE (outpaddling-auto-admin-0.7.8_GH0.tar.gz) = 115041
|
||||
TIMESTAMP = 1642797437
|
||||
SHA256 (outpaddling-auto-admin-0.7.9_GH0.tar.gz) = 8982c4cf83c42804143dbeeaf3152ca10cafca314ae2a2727572d594779dbadd
|
||||
SIZE (outpaddling-auto-admin-0.7.9_GH0.tar.gz) = 118531
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
man/man1/auto-add-swap.1.gz
|
||||
man/man1/auto-admin.1.gz
|
||||
man/man1/auto-update-system.1.gz
|
||||
sbin/auto-ad-adduser
|
||||
sbin/auto-add-fdesc-mount
|
||||
sbin/auto-add-group
|
||||
sbin/auto-add-hosts-entry
|
||||
sbin/auto-add-proc-mount
|
||||
sbin/auto-add-swap
|
||||
sbin/auto-add-to-group
|
||||
sbin/auto-adduser
|
||||
sbin/auto-admin
|
||||
|
@ -56,6 +59,7 @@ sbin/auto-get-network
|
|||
sbin/auto-gpu-setup
|
||||
sbin/auto-group-check
|
||||
sbin/auto-harden
|
||||
sbin/auto-hardware-specs
|
||||
sbin/auto-hex-to-octet
|
||||
sbin/auto-hyperthreading-toggle
|
||||
sbin/auto-idrac-config
|
||||
|
@ -73,8 +77,10 @@ sbin/auto-ipmi-remote-access
|
|||
sbin/auto-ipmi-remote-power
|
||||
sbin/auto-ipmi-remote-status
|
||||
sbin/auto-krb-auth-setup
|
||||
sbin/auto-last-update
|
||||
sbin/auto-ldap-adduser
|
||||
sbin/auto-ldap-client-setup
|
||||
sbin/auto-localbase
|
||||
sbin/auto-lock-local-pw
|
||||
sbin/auto-lock-user
|
||||
sbin/auto-mark-install-from-source
|
||||
|
@ -134,6 +140,7 @@ sbin/auto-sound-driver-setup
|
|||
sbin/auto-ssh-authorize
|
||||
sbin/auto-ssh-reverse-authorize
|
||||
sbin/auto-su+j-toggle
|
||||
sbin/auto-sync-pxe-root-pw
|
||||
sbin/auto-sys-manager
|
||||
sbin/auto-transfer-pw
|
||||
sbin/auto-unlock-local-pw
|
||||
|
|
Loading…
Reference in a new issue