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:
parent
61d4dc226a
commit
13ededf233
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409774
@ -221,6 +221,7 @@
|
||||
SUBDIR += dolly
|
||||
SUBDIR += downtime
|
||||
SUBDIR += downtimed
|
||||
SUBDIR += dsbwrtsysctl
|
||||
SUBDIR += dt
|
||||
SUBDIR += dtpstree
|
||||
SUBDIR += du2ps
|
||||
|
20
sysutils/dsbwrtsysctl/Makefile
Normal file
20
sysutils/dsbwrtsysctl/Makefile
Normal 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>
|
2
sysutils/dsbwrtsysctl/distinfo
Normal file
2
sysutils/dsbwrtsysctl/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (dsbwrtsysctl-0.1.3.tgz) = dd8801249ba942d3daaebac539ecff94650d0b698e2fcb105d75522e0b5754d7
|
||||
SIZE (dsbwrtsysctl-0.1.3.tgz) = 2608
|
4
sysutils/dsbwrtsysctl/pkg-descr
Normal file
4
sysutils/dsbwrtsysctl/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user