pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vnstat: DB directory does not need to exist (it will be created)



Module Name:	pkgsrc-wip
Committed By:	Kimmo Suominen <kimmo%suominen.com@localhost>
Pushed By:	kim
Date:		Mon Apr 6 00:25:14 2026 +0300
Changeset:	2e0932c7bb0f51bd57127c5671968f7dd0ac812c

Modified Files:
	vnstat/files/vnstatd.sh

Log Message:
vnstat: DB directory does not need to exist (it will be created)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2e0932c7bb0f51bd57127c5671968f7dd0ac812c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vnstat/files/vnstatd.sh | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/vnstat/files/vnstatd.sh b/vnstat/files/vnstatd.sh
index 48d2e25dfa..2287b67bcf 100755
--- a/vnstat/files/vnstatd.sh
+++ b/vnstat/files/vnstatd.sh
@@ -13,7 +13,6 @@ rcvar=$name
 command="@PREFIX@/sbin/${name}"
 pidfile="/var/run/${name}/${name}.pid"
 command_args="-d"
-required_dirs="@VARBASE@/db/vnstat"
 required_files="@PKG_SYSCONFDIR@/vnstat.conf"
 
 load_rc_config $name


Home | Main Index | Thread Index | Old Index