1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

New port: sysutils/dsbwrtsysctl.

DSBWrtSysctl is a FreeBSD command-line tool to add variable=value pairs to
/etc/sysctl.conf, or to change the values of existing variables.

WWW: http://freeshell.de/~mk/projects/dsbwrtsysctl.html

PR:		198690
Submitted by:	Marcel <mk@nic-nac-project.org>
This commit is contained in:
Raphael Kubo da Costa 2016-02-28 22:12:36 +00:00
parent 61d4dc226a
commit 13ededf233
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409774
4 changed files with 27 additions and 0 deletions

View File

@ -221,6 +221,7 @@
SUBDIR += dolly
SUBDIR += downtime
SUBDIR += downtimed
SUBDIR += dsbwrtsysctl
SUBDIR += dt
SUBDIR += dtpstree
SUBDIR += du2ps

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= dsbwrtsysctl
PORTVERSION= 0.1.3
CATEGORIES= sysutils
MASTER_SITES= http://freeshell.de/~mk/download/
MAINTAINER= mk@nic-nac-project.org
COMMENT= Changes variable=value pairs in sysctl.conf, or adds them
LICENSE= BSD2CLAUSE
USES= tar:tgz
PLIST_FILES= bin/dsbwrtsysctl
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dsbwrtsysctl ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (dsbwrtsysctl-0.1.3.tgz) = dd8801249ba942d3daaebac539ecff94650d0b698e2fcb105d75522e0b5754d7
SIZE (dsbwrtsysctl-0.1.3.tgz) = 2608

View File

@ -0,0 +1,4 @@
DSBWrtSysctl is a FreeBSD command-line tool to add variable=value pairs to
/etc/sysctl.conf, or to change the values of existing variables.
WWW: http://freeshell.de/~mk/projects/dsbwrtsysctl.html