pkgsrc-WIP-changes archive

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

zabbix50-server: Correct rhs in comparison



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Thu Sep 10 11:05:39 2020 +0000
Changeset:	08994497c93bcbf043dd32d3d7800488633774ea

Modified Files:
	zabbix50-server/files/zabbix_server.sh

Log Message:
zabbix50-server: Correct rhs in comparison

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

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

diffstat:
 zabbix50-server/files/zabbix_server.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/zabbix50-server/files/zabbix_server.sh b/zabbix50-server/files/zabbix_server.sh
index ec20837cb3..d3d8339988 100644
--- a/zabbix50-server/files/zabbix_server.sh
+++ b/zabbix50-server/files/zabbix_server.sh
@@ -22,6 +22,6 @@ if [ -f /etc/rc.subr ]; then
 	run_rc_command "$1"
 else
 	@ECHO@ -n " ${name}"
-	[ "x$1" = "start" ] && ulimit -s 10240
+	[ "x$1" = "xstart" ] && ulimit -s 10240
 	${command} ${command_args}
 fi


Home | Main Index | Thread Index | Old Index