summaryrefslogtreecommitdiff
path: root/x11/slim/files/patch-slim.conf
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-09-24 11:15:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-09-24 11:15:43 +0000
commit56b1707931f6a5da60764c7bec49c61e2705756b (patch)
treeda4504b3dbfbe6737cc2a46183a51ce18abae69a /x11/slim/files/patch-slim.conf
parentwww/linux-flashplugin7 distfile not fetchable (diff)
- Respect LOCALBASE
PR: 116522 Submitted by: Carl Johan Gustavsson <cjg@bsdmail.org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=200041
Diffstat (limited to '')
-rw-r--r--x11/slim/files/patch-slim.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/slim/files/patch-slim.conf b/x11/slim/files/patch-slim.conf
index c97763138091..892d48b4b460 100644
--- a/x11/slim/files/patch-slim.conf
+++ b/x11/slim/files/patch-slim.conf
@@ -6,8 +6,8 @@
-default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
-default_xserver /usr/X11R6/bin/X
-#xserver_arguments -dpi 75
-+default_path ./:/bin:/usr/bin:$(LOCALBASE)/bin:$(LOCALBASE)/bin
-+default_xserver $(LOCALBASE)/bin/X
++default_path ./:/bin:/usr/bin:%%LOCALBASE%%/bin:%%LOCALBASE%%/bin
++default_xserver %%LOCALBASE%%/bin/X
+# The X server needs to be started on an unused virtual terminal,
+# for FreeBSD in a default configuration, the first one of those is #09
+xserver_arguments vt09
@@ -18,12 +18,12 @@
reboot_cmd /sbin/shutdown -r now
-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"
-#suspend_cmd /usr/sbin/suspend
-+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"
++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"
+suspend_cmd /usr/sbin/acpiconf -s 3
# Full path to the xauth binary
-xauth_path /usr/X11R6/bin/xauth
-+xauth_path $(LOCALBASE)/bin/xauth
++xauth_path %%LOCALBASE%%/bin/xauth
# Xauth file for server
authfile /var/run/slim.auth