diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-06-20 00:25:44 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-06-20 00:25:44 +0000 |
commit | 937d3600425e26cd76a52d55dc12ac6ca5197dc0 (patch) | |
tree | 1cd699d6f00a9aa5b15fe01335279b4d6fa09c11 /www/zope/files | |
parent | 8bb51027decf64b705e0b6b911c636e8dfa672cf (diff) | |
download | ports-937d3600425e26cd76a52d55dc12ac6ca5197dc0.tar.gz ports-937d3600425e26cd76a52d55dc12ac6ca5197dc0.zip |
Notes
Diffstat (limited to 'www/zope/files')
-rw-r--r-- | www/zope/files/zope.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/zope/files/zope.sh.in b/www/zope/files/zope.sh.in index 6e461541a625..616a53f07eec 100644 --- a/www/zope/files/zope.sh.in +++ b/www/zope/files/zope.sh.in @@ -8,7 +8,8 @@ start) -f %%ZOPE_FTP_PORT%% \ -m %%ZOPE_MONITOR_PORT%% \ -u %%ZOPE_USER%% \ - -p %%CGIBINDIR%%/Zope.cgi >> %%ZOPEBASEDIR%%/var/zope-output & + -p %%CGIBINDIR%%/Zope.cgi \ + >> %%ZOPEBASEDIR%%/var/zope-output 2>&1 & echo -n " Zope" ;; stop) |