diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-03-06 14:06:08 +0800 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-03-06 14:06:08 +0800 |
commit | b1b9f901a755e862c4a36750c645fb7ce5aca817 (patch) | |
tree | 35258f712a82c1a8839eb4b6cabfed31ae4c6b84 /www/slash/pkg-message | |
parent | 4977505972a1bd13bf1724d5c1c48bbba0377788 (diff) | |
download | freebsd-ports-gnome-b1b9f901a755e862c4a36750c645fb7ce5aca817.tar.gz freebsd-ports-gnome-b1b9f901a755e862c4a36750c645fb7ce5aca817.tar.zst freebsd-ports-gnome-b1b9f901a755e862c4a36750c645fb7ce5aca817.zip |
update for rc.d/ startup issues
Submitted by: Autrijus Tang <autrijus@autrijus.org>
Diffstat (limited to 'www/slash/pkg-message')
-rw-r--r-- | www/slash/pkg-message | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/slash/pkg-message b/www/slash/pkg-message index e3092246e91d..04a9298e931a 100644 --- a/www/slash/pkg-message +++ b/www/slash/pkg-message @@ -11,6 +11,7 @@ cd %%LOCALBASE%%/slash # change to the slash directory bin/install-slashsite -u slash # "slash" is virtual user's name apachectl restart # restarts the apache server + %%LOCALBASE%%/etc/rc.d/slash.sh start # start the "slashd" daemon Note that the "install-slashsite" script will ask you of a "theme"; just answer "slashcode" (the only option) will do. |