Lines 6-13
Link Here
|
6 |
-default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin |
6 |
-default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin |
7 |
-default_xserver /usr/X11R6/bin/X |
7 |
-default_xserver /usr/X11R6/bin/X |
8 |
-#xserver_arguments -dpi 75 |
8 |
-#xserver_arguments -dpi 75 |
9 |
+default_path ./:/bin:/usr/bin:$(LOCALBASE)/bin:$(LOCALBASE)/bin |
9 |
+default_path ./:/bin:/usr/bin:%%LOCALBASE%%/bin:%%LOCALBASE%%/bin |
10 |
+default_xserver $(LOCALBASE)/bin/X |
10 |
+default_xserver %%LOCALBASE%%/bin/X |
11 |
+# The X server needs to be started on an unused virtual terminal, |
11 |
+# The X server needs to be started on an unused virtual terminal, |
12 |
+# for FreeBSD in a default configuration, the first one of those is #09 |
12 |
+# for FreeBSD in a default configuration, the first one of those is #09 |
13 |
+xserver_arguments vt09 |
13 |
+xserver_arguments vt09 |
Lines 18-29
Link Here
|
18 |
reboot_cmd /sbin/shutdown -r now |
18 |
reboot_cmd /sbin/shutdown -r now |
19 |
-console_cmd /usr/X11R6/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login" |
19 |
-console_cmd /usr/X11R6/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login" |
20 |
-#suspend_cmd /usr/sbin/suspend |
20 |
-#suspend_cmd /usr/sbin/suspend |
21 |
+console_cmd $(LOCALBASE)/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/motd; exec /usr/bin/login" |
21 |
+console_cmd %%LOCALBASE%%/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/motd; exec /usr/bin/login" |
22 |
+suspend_cmd /usr/sbin/acpiconf -s 3 |
22 |
+suspend_cmd /usr/sbin/acpiconf -s 3 |
23 |
|
23 |
|
24 |
# Full path to the xauth binary |
24 |
# Full path to the xauth binary |
25 |
-xauth_path /usr/X11R6/bin/xauth |
25 |
-xauth_path /usr/X11R6/bin/xauth |
26 |
+xauth_path $(LOCALBASE)/bin/xauth |
26 |
+xauth_path %%LOCALBASE%%/bin/xauth |
27 |
|
27 |
|
28 |
# Xauth file for server |
28 |
# Xauth file for server |
29 |
authfile /var/run/slim.auth |
29 |
authfile /var/run/slim.auth |