mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00: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
@ -1,17 +1,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= auto-admin
|
||||
DISTVERSION= 0.6.2
|
||||
DISTVERSION= 0.6.4
|
||||
CATEGORIES= sysutils
|
||||
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
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= tar:xz
|
||||
USE_GITHUB= yes
|
||||
|
||||
GH_ACCOUNT= outpaddling
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1588342252
|
||||
SHA256 (auto-admin-0.6.2.tar.xz) = ebfb76f128f10e9505de4cdea230d57f3aff3fa01c8fc5e797b5ff4ea72e9684
|
||||
SIZE (auto-admin-0.6.2.tar.xz) = 73200
|
||||
TIMESTAMP = 1591120881
|
||||
SHA256 (outpaddling-auto-admin-0.6.4_GH0.tar.gz) = 5f362dc63bc619e8895478f5385d5e6aea0045e461c1f31f01f1cf6d1f4c323e
|
||||
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-secure-directory
|
||||
sbin/auto-service-enabled
|
||||
sbin/auto-set-conf-var
|
||||
sbin/auto-set-hostname
|
||||
sbin/auto-set-lid-switch-mode
|
||||
sbin/auto-set-memory-limits
|
||||
@ -111,6 +112,7 @@ sbin/auto-set-umask
|
||||
sbin/auto-sound-driver-setup
|
||||
sbin/auto-ssh-authorize
|
||||
sbin/auto-ssh-reverse-authorize
|
||||
sbin/auto-su+j-toggle
|
||||
sbin/auto-transfer-pw
|
||||
sbin/auto-unlock-local-pw
|
||||
sbin/auto-unlock-user
|
||||
@ -121,5 +123,6 @@ sbin/auto-useradd
|
||||
sbin/auto-using-pkgsrc
|
||||
sbin/auto-wheel-check
|
||||
sbin/auto-wifi-failover
|
||||
sbin/auto-write-cache-toggle
|
||||
sbin/auto-xdm-toggle
|
||||
%%DATADIR%%/ipfw-rules.sh
|
||||
|
Loading…
Reference in New Issue
Block a user