Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2012 07:45:22 GMT
From:      Devin Teske <dteske@vicor.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163857: [NEW PORT] sysutils/host-setup: System configuration setup/management utility
Message-ID:  <201201060745.q067jMoE026974@red.freebsd.org>
Resent-Message-ID: <201201060750.q067o7J6063798@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163857
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/host-setup: System configuration setup/management utility
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 06 07:50:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Devin Teske
>Release:        8.1-RELEASE-p6
>Organization:
FIS Global, Inc.
>Environment:
FreeBSD kxt2a.jbsd.vicor.com 8.1-RELEASE-p6 FreeBSD 8.1-RELEASE-p6 #15: Wed Dec 7 11:08:51 PST 2011
dteske@ipm0.vbsd.vicor.com:/usr/src/sys/i386/compile/FIS i386
>Description:
New Port sysutils/host-setup.

Host-setup is a dialog(1) (or Xdialog(1)) based utility for configuring your
system. Built on the same safety and reliability of sysrc(8) to manage changes
to rc.conf(5), host-setup(1) can also activate changes to the system in a safe
and effective manner. Functionality includes (but may not be limited to):
  - Configure Time Zone
  - Configure Hostname/Domain
  - Configure Network Interfaces
  - Confgure Default Router/Gateway
  - Configure DNS nameservers

WWW: http://druidbsd.sourceforge.net/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	host-setup
#	host-setup/Makefile
#	host-setup/distinfo
#	host-setup/pkg-descr
#
echo c - host-setup
mkdir -p host-setup > /dev/null 2>&1
echo x - host-setup/Makefile
sed 's/^X//' >host-setup/Makefile << '63094e7eb8ad494c5cd81ff611dd049f'
X# New ports collection makefile for:	host-setup
X# Date created:				5 January 2012
X# Whom:					Devin Teske <dteske@vicor.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	host-setup
XPORTVERSION=	4.0.1
XCATEGORIES=	sysutils
XMASTER_SITES=	http://druidbsd.sourceforge.net/download/
X
XMAINTAINER=	dteske@vicor.com
XCOMMENT=	System configuration setup/management utility
X
XNO_BUILD=	yes
X
XPLIST_FILES=	sbin/${PORTNAME}
XMAN1=		${PORTNAME}.1
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
X	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1/
X
X.include <bsd.port.mk>
63094e7eb8ad494c5cd81ff611dd049f
echo x - host-setup/distinfo
sed 's/^X//' >host-setup/distinfo << '815ab4c562fb4578713c2f3443386f88'
XSHA256 (host-setup-4.0.1.tar.gz) = 8ff11e037c4637eb92c5b9655db31db09432cabfedd5226ca2b69139ac2f7038
XSIZE (host-setup-4.0.1.tar.gz) = 28584
815ab4c562fb4578713c2f3443386f88
echo x - host-setup/pkg-descr
sed 's/^X//' >host-setup/pkg-descr << 'ef08575acfece0ca081c9f3fba1d0fe7'
XHost-setup is a dialog(1) (or Xdialog(1)) based utility for configuring your
Xsystem. Built on the same safety and reliability of sysrc(8) to manage changes
Xto rc.conf(5), host-setup(1) can also activate changes to the system in a safe
Xand effective manner. Functionality includes (but may not be limited to):
X  - Configure Time Zone
X  - Configure Hostname/Domain
X  - Configure Network Interfaces
X  - Confgure Default Router/Gateway
X  - Configure DNS nameservers
X
XWWW: http://druidbsd.sourceforge.net/
ef08575acfece0ca081c9f3fba1d0fe7
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201060745.q067jMoE026974>