you rock.. that works perfectly!!
but i'm also having a problem with apache..
it doesn't like lines 5 and 6 (i get an error on 6 when i comment out 5, haven't commented out both 5 and 6 yet tho) and apache won't come up if the include line for the slash conf is in there.
here's the error: Syntax error on line 5 of/usr/local/slash/httpd/slash.conf:
Invalid command 'AddHandler', perhaps mis-spelled or defined by a module not included in the server configuration
and the lines 5 and 6 in slash.conf:
AddHand
Might one of those kinda programming errors like forgetting to close quotes. The parser then thinks the error is some lines after where the error actually is
What I have (Score:1)
if [ "$OS" = "FreeBSD" ] ; then
su - $USERNAME -c "TZ=GMT $SLASHD SERVER_NAME" &
elif [ "$OS" = "Linux" ] ; then
[...]
This is different from what is distributed (note the different arrangement of quotes.)
Re:What I have (Score:1)
//- Dom LoBue
aim(aa4544);icq(16681241);
Re:What I have (Score:1)
//- Dom LoBue
aim(aa4544);icq(16681241);
Re:What I have (Score:1)
Parent
Re:What I have (Score:1)
now slash doesn't work at all..
//- Dom LoBue
aim(aa4544);icq(16681241);
Re:What I have (Score:2)
--
You can't grep a dead tree.