blob: 50d0eb0c076e9958c362494dd20c2ce1e476c6ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- slim.1.orig 2013-10-01 22:38:05 UTC
+++ slim.1
@@ -37,13 +37,16 @@ display version information
run \fBslim\fP in daemon mode
.TP
.B
-\fBslim\fP \fB-p\fP /usr/share/\fBslim\fP/themes/default
+\fBslim\fP \fB-p\fP %%PREFIX%%/share/\fBslim\fP/themes/default
preview of the default theme
.SH STARTING SLIM AT BOOT
Please refer to documentation of your Operating System to make \fBslim\fP
automatically startup after the system boots.
+.PP
+For \fBFreeBSD\fP, you should add the line slim_enable=yes to /etc/rc.conf
+to make \fBslim\fP start on boot.
.SH CONFIGURATION
-Global configuration is stored in the /etc/slim.conf file. See the comments
+Global configuration is stored in the %%PREFIX%%/etc/slim.conf file. See the comments
inside the file for a detailed explanation of the \fIoptions\fP.
.SH USAGE AND SPECIAL USERNAMES
When started, \fBslim\fP will show a login panel; enter the username and
|