1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Auto-admin is a set of tools for automating common systems management tasks

from the command line.  It is meant as a library of scripts to be used by
more specific automated systems management scripts.

WWW:	http://acadix.biz/auto-admin.php

PR:		ports/165674
Submitted by:	Jason Bacon <jwbacon@tds.net>
This commit is contained in:
Martin Wilke 2012-03-04 12:58:30 +00:00
parent 735f01e93a
commit bc96fbb7a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292669
5 changed files with 74 additions and 0 deletions

View File

@ -44,6 +44,7 @@
SUBDIR += ataidle
SUBDIR += atitvout
SUBDIR += atop
SUBDIR += auto-admin
SUBDIR += automounter
SUBDIR += autopsy
SUBDIR += avfs

View File

@ -0,0 +1,48 @@
# New ports collection makefile for: auto-admin
# Date created: 2011-11-01
# Whom: Jason Bacon <jwbacon@tds.net>
#
# $FreeBSD$
#
PORTNAME= auto-admin
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
http://acadix.biz/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
COMMENT= Tools for automating system management
NO_BUILD= yes
MAN1= auto-admin.1 \
auto-append-line.1 \
auto-ask.1 \
auto-clean-ports.1 \
auto-disable-service.1 \
auto-enable-service.1 \
auto-fastest-mirror.1 \
auto-install-packages.1 \
auto-ipfw-gateway-setup.1 \
auto-ldap-adduser.1 \
auto-ldap-client-setup.1 \
auto-package-installed.1 \
auto-replace-file.1 \
auto-service-enabled.1 \
auto-update-port-framework.1 \
auto-update-xorg.conf.1 \
auto-xdm-toggle.1
do-install:
${MKDIR} ${PREFIX}/sbin ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/Data/* ${DATADIR}
${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
${MANPREFIX}/man/man1/auto-admin.1
for name in ${WRKSRC}/Scripts/*; do \
${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
${MANPREFIX}/man/man1/`basename $${name}`.1; \
done
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (auto-admin-0.1.tar.gz) = 30c076203bb8936b8cc96aa7a9ba1d8127b854c016156bd0909cef5223c89f5e
SIZE (auto-admin-0.1.tar.gz) = 9478

View File

@ -0,0 +1,5 @@
Auto-admin is a set of tools for automating common systems management tasks
from the command line. It is meant as a library of scripts to be used by
more specific automated systems management scripts.
WWW: http://acadix.biz/auto-admin.php

View File

@ -0,0 +1,18 @@
sbin/auto-append-line
sbin/auto-ask
sbin/auto-clean-ports
sbin/auto-disable-service
sbin/auto-enable-service
sbin/auto-fastest-mirror
sbin/auto-install-packages
sbin/auto-ipfw-gateway-setup
sbin/auto-ldap-adduser
sbin/auto-ldap-client-setup
sbin/auto-package-installed
sbin/auto-replace-file
sbin/auto-service-enabled
sbin/auto-update-port-framework
sbin/auto-update-xorg.conf
sbin/auto-xdm-toggle
%%DATADIR%%/ipfw-rules.sh
@dirrm %%DATADIR%%