SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
--- data/autostart/autostart.in.orig Sun Oct 30 16:42:22 2011
+++ data/autostart/autostart.in Sun Oct 30 16:42:45 2011
@@ -6,8 +6,8 @@
# If you want to use GNOME config tools...
#
-#if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
-# @libexecdir@/gnome-settings-daemon &
+#if test -x ${LOCALBASE}/libexec/gnome-settings-daemon >/dev/null; then
+# ${LOCALBASE}/libexec/gnome-settings-daemon &
#elif which gnome-settings-daemon >/dev/null; then
# gnome-settings-daemon &
#fi