mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Host-setup is a dialog(1) (or Xdialog(1)) based utility for configuring your
system. It can 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/ PR: ports/163857 Submitted by: Devin Teske <dteske@vicor.com>
This commit is contained in:
parent
31d7fa1f37
commit
022be98e7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288630
@ -358,6 +358,7 @@
|
||||
SUBDIR += hidesvn
|
||||
SUBDIR += highlnk
|
||||
SUBDIR += hilite
|
||||
SUBDIR += host-setup
|
||||
SUBDIR += hourglass
|
||||
SUBDIR += hoz
|
||||
SUBDIR += hpacucli
|
||||
|
25
sysutils/host-setup/Makefile
Normal file
25
sysutils/host-setup/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: host-setup
|
||||
# Date created: 2012-01-05
|
||||
# Whom: Devin Teske <dteske@vicor.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= host-setup
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://druidbsd.sourceforge.net/download/
|
||||
|
||||
MAINTAINER= dteske@vicor.com
|
||||
COMMENT= System configuration setup/management utility
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= sbin/${PORTNAME}
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/host-setup/distinfo
Normal file
2
sysutils/host-setup/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (host-setup-4.0.1.tar.gz) = 8ff11e037c4637eb92c5b9655db31db09432cabfedd5226ca2b69139ac2f7038
|
||||
SIZE (host-setup-4.0.1.tar.gz) = 28584
|
11
sysutils/host-setup/pkg-descr
Normal file
11
sysutils/host-setup/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user