sysutils/auto-admin: Update to 0.8.0.25
auto-automount-setup: Fix early exit due to failed automount deinstall Unbreaks automounting of removable media in desktop-installer Move some scripts from sbin to bin Numerous improvements for other systems, not relevant to FreeBSD
This commit is contained in:
parent
916a2bf28c
commit
b647ebf062
3 changed files with 16 additions and 14 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= auto-admin
|
||||
DISTVERSION= 0.8.0
|
||||
DISTVERSION= 0.8.0-25
|
||||
DISTVERSIONSUFFIX= -g9cd1f50
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1697891602
|
||||
SHA256 (outpaddling-auto-admin-0.8.0_GH0.tar.gz) = bfbfed70c3b4e0c4b4b15e4e84ee6f0ffc970a527ded7ad583df4b0a36e05127
|
||||
SIZE (outpaddling-auto-admin-0.8.0_GH0.tar.gz) = 135404
|
||||
TIMESTAMP = 1708564348
|
||||
SHA256 (outpaddling-auto-admin-0.8.0-25-g9cd1f50_GH0.tar.gz) = 8f04ba126abce336cd972eb299caded1d48535ed28a82facfb3b3611697764ca
|
||||
SIZE (outpaddling-auto-admin-0.8.0-25-g9cd1f50_GH0.tar.gz) = 137137
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/auto-append-line
|
||||
bin/auto-ask
|
||||
bin/auto-backup-file
|
||||
bin/auto-check-ports-branch
|
||||
bin/auto-clean-pkgsrc
|
||||
bin/auto-fastest-mirror
|
||||
bin/auto-fetch-install-media
|
||||
bin/auto-get-ip
|
||||
bin/auto-get-netmask
|
||||
bin/auto-get-netmask-bits
|
||||
|
@ -10,20 +12,29 @@ bin/auto-get-network
|
|||
bin/auto-hex-to-octet
|
||||
bin/auto-image2dev
|
||||
bin/auto-insert-line
|
||||
bin/auto-install-media-distname
|
||||
bin/auto-localbase
|
||||
bin/auto-media-format
|
||||
bin/auto-octet-to-hex
|
||||
bin/auto-os-release
|
||||
bin/auto-os-variant
|
||||
bin/auto-ostype
|
||||
bin/auto-package-installed
|
||||
bin/auto-pkg-branch
|
||||
bin/auto-pkg-latest
|
||||
bin/auto-pkgsrc-branch
|
||||
bin/auto-pkgsrc-checkout
|
||||
bin/auto-pkgsrc-delete-all
|
||||
bin/auto-pkgsrc-dir
|
||||
bin/auto-pkgsrc-make
|
||||
bin/auto-pkgsrc-non-removable
|
||||
bin/auto-pkgsrc-prefix
|
||||
bin/auto-pkgsrc-remote-x11
|
||||
bin/auto-pkgsrc-setup
|
||||
bin/auto-pkgsrc-wip-checkout
|
||||
bin/auto-ports-branch
|
||||
bin/auto-print-make-variable
|
||||
bin/auto-print-timezone
|
||||
bin/auto-replace-file
|
||||
bin/auto-software-manager
|
||||
bin/auto-ssh-authorize
|
||||
|
@ -55,7 +66,6 @@ sbin/auto-change-nfsd-count
|
|||
sbin/auto-change-ownership
|
||||
sbin/auto-change-primary-group
|
||||
sbin/auto-change-uid
|
||||
sbin/auto-check-ports-branch
|
||||
sbin/auto-clean-disk
|
||||
sbin/auto-clean-ports
|
||||
sbin/auto-clean-tmp
|
||||
|
@ -74,7 +84,6 @@ sbin/auto-enable-hal-mount
|
|||
sbin/auto-enable-passwdqc
|
||||
sbin/auto-enable-procfs
|
||||
sbin/auto-enable-service
|
||||
sbin/auto-fetch-install-media
|
||||
sbin/auto-file-secure
|
||||
sbin/auto-filesys-manager
|
||||
sbin/auto-firewall-setup
|
||||
|
@ -90,7 +99,6 @@ sbin/auto-idrac-config
|
|||
sbin/auto-install-base-components
|
||||
sbin/auto-install-infiniband-modules
|
||||
sbin/auto-install-linux_base
|
||||
sbin/auto-install-media-distname
|
||||
sbin/auto-install-packages
|
||||
sbin/auto-install-pkgsrc-tree
|
||||
sbin/auto-ipfw-gateway-setup
|
||||
|
@ -116,19 +124,12 @@ sbin/auto-nfs-add-share
|
|||
sbin/auto-nfs-client-setup
|
||||
sbin/auto-nfs-restart
|
||||
sbin/auto-nfs-server-setup
|
||||
sbin/auto-os-release
|
||||
sbin/auto-os-variant
|
||||
sbin/auto-ostype
|
||||
sbin/auto-package-installed
|
||||
sbin/auto-passwd-user-expiration
|
||||
sbin/auto-password-status
|
||||
sbin/auto-ports-branch
|
||||
sbin/auto-ports-checkout
|
||||
sbin/auto-ports-setup
|
||||
sbin/auto-ports-wip-checkout
|
||||
sbin/auto-power-manager
|
||||
sbin/auto-print-make-variable
|
||||
sbin/auto-print-timezone
|
||||
sbin/auto-pxe-installer-setup
|
||||
sbin/auto-pxe-node-discover
|
||||
sbin/auto-remove-from-group
|
||||
|
|
Loading…
Reference in a new issue