mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
sysutils/auto-admin: Upgrade to 0.6.4
Add Scripts for toggling UFS su+j and hardware write cache Add auto-set-conf-var, sysrc-like script for sysctl and loader.conf Move upstream to Github
This commit is contained in:
parent
5011a0a0fe
commit
b2d5efdeff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537564
3 changed files with 11 additions and 7 deletions
|
@ -1,17 +1,18 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= auto-admin
|
PORTNAME= auto-admin
|
||||||
DISTVERSION= 0.6.2
|
DISTVERSION= 0.6.4
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
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
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= tar:xz
|
USE_GITHUB= yes
|
||||||
|
|
||||||
|
GH_ACCOUNT= outpaddling
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1588342252
|
TIMESTAMP = 1591120881
|
||||||
SHA256 (auto-admin-0.6.2.tar.xz) = ebfb76f128f10e9505de4cdea230d57f3aff3fa01c8fc5e797b5ff4ea72e9684
|
SHA256 (outpaddling-auto-admin-0.6.4_GH0.tar.gz) = 5f362dc63bc619e8895478f5385d5e6aea0045e461c1f31f01f1cf6d1f4c323e
|
||||||
SIZE (auto-admin-0.6.2.tar.xz) = 73200
|
SIZE (outpaddling-auto-admin-0.6.4_GH0.tar.gz) = 91800
|
||||||
|
|
|
@ -103,6 +103,7 @@ sbin/auto-restore-user
|
||||||
sbin/auto-root-check
|
sbin/auto-root-check
|
||||||
sbin/auto-secure-directory
|
sbin/auto-secure-directory
|
||||||
sbin/auto-service-enabled
|
sbin/auto-service-enabled
|
||||||
|
sbin/auto-set-conf-var
|
||||||
sbin/auto-set-hostname
|
sbin/auto-set-hostname
|
||||||
sbin/auto-set-lid-switch-mode
|
sbin/auto-set-lid-switch-mode
|
||||||
sbin/auto-set-memory-limits
|
sbin/auto-set-memory-limits
|
||||||
|
@ -111,6 +112,7 @@ sbin/auto-set-umask
|
||||||
sbin/auto-sound-driver-setup
|
sbin/auto-sound-driver-setup
|
||||||
sbin/auto-ssh-authorize
|
sbin/auto-ssh-authorize
|
||||||
sbin/auto-ssh-reverse-authorize
|
sbin/auto-ssh-reverse-authorize
|
||||||
|
sbin/auto-su+j-toggle
|
||||||
sbin/auto-transfer-pw
|
sbin/auto-transfer-pw
|
||||||
sbin/auto-unlock-local-pw
|
sbin/auto-unlock-local-pw
|
||||||
sbin/auto-unlock-user
|
sbin/auto-unlock-user
|
||||||
|
@ -121,5 +123,6 @@ sbin/auto-useradd
|
||||||
sbin/auto-using-pkgsrc
|
sbin/auto-using-pkgsrc
|
||||||
sbin/auto-wheel-check
|
sbin/auto-wheel-check
|
||||||
sbin/auto-wifi-failover
|
sbin/auto-wifi-failover
|
||||||
|
sbin/auto-write-cache-toggle
|
||||||
sbin/auto-xdm-toggle
|
sbin/auto-xdm-toggle
|
||||||
%%DATADIR%%/ipfw-rules.sh
|
%%DATADIR%%/ipfw-rules.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue