From ea9c5486047026264d81018b6811fe9e07a85ce0 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 27 Jul 2004 11:17:11 +0000 Subject: Move 'limits' from start_precmd to start_cmd because with new localpkg it affects all subsequent scripts. --- www/apache13/files/apache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/apache13/files/apache.sh') diff --git a/www/apache13/files/apache.sh b/www/apache13/files/apache.sh index 3e3cdff59aba..4708d4fe1f66 100644 --- a/www/apache13/files/apache.sh +++ b/www/apache13/files/apache.sh @@ -27,6 +27,6 @@ load_rc_config $name pidfile="${apache_pidfile}" -start_precmd="`/usr/bin/limits -e -U www`" +start_cmd="echo \"Starting ${name}.\"; /usr/bin/limits -U www ${command} ${rc_flags} ${command_args}" run_rc_command "$1" -- cgit v1.2.3