aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-09-20 01:31:41 +0800
committermarcus <marcus@FreeBSD.org>2004-09-20 01:31:41 +0800
commite288dfd1e0ec94dfc4a36039de96cd3be8f45a9d (patch)
tree919edf7c020a9a7b019eb63a08fbb3eacdcb9f56 /sysutils
parent3e6e56d9063109f5d00ca8c606ccc7699a864ac9 (diff)
downloadfreebsd-ports-gnome-e288dfd1e0ec94dfc4a36039de96cd3be8f45a9d.tar.gz
freebsd-ports-gnome-e288dfd1e0ec94dfc4a36039de96cd3be8f45a9d.tar.zst
freebsd-ports-gnome-e288dfd1e0ec94dfc4a36039de96cd3be8f45a9d.zip
Fix a catastophic bug where launching services-admin would cause the
/tmp/.X11-unix/X[0-9] socket to be deleted thus preventing any new X applications from starting until X itself was restarted. The problem was caused by running the cleartmp rc.d script to get service status. The fix was just to add cleartmp to the list of "forbidden" services. Reported by: David Vastine <dvastine@vastine.net> Approved by: portmgr (implicit)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-system-tools/Makefile1
-rw-r--r--sysutils/gnome-system-tools/files/patch-backends_service-list.pl.in10
-rw-r--r--sysutils/gnomesystemtools/Makefile1
-rw-r--r--sysutils/gnomesystemtools/files/patch-backends_service-list.pl.in10
4 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile
index 3ab9af515080..63af3b9274af 100644
--- a/sysutils/gnome-system-tools/Makefile
+++ b/sysutils/gnome-system-tools/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomesystemtools
PORTVERSION= 0.92.0
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-system-tools/0.92
diff --git a/sysutils/gnome-system-tools/files/patch-backends_service-list.pl.in b/sysutils/gnome-system-tools/files/patch-backends_service-list.pl.in
new file mode 100644
index 000000000000..16861791c1ca
--- /dev/null
+++ b/sysutils/gnome-system-tools/files/patch-backends_service-list.pl.in
@@ -0,0 +1,10 @@
+--- backends/service-list.pl.in.orig Sun Sep 19 13:20:02 2004
++++ backends/service-list.pl.in Sun Sep 19 13:20:10 2004
+@@ -225,6 +225,7 @@
+ "atm3\.sh",
+ "ccd",
+ "cleanvar",
++ "cleartmp",
+ "devdb",
+ "devfs",
+ "dhclient",
diff --git a/sysutils/gnomesystemtools/Makefile b/sysutils/gnomesystemtools/Makefile
index 3ab9af515080..63af3b9274af 100644
--- a/sysutils/gnomesystemtools/Makefile
+++ b/sysutils/gnomesystemtools/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomesystemtools
PORTVERSION= 0.92.0
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-system-tools/0.92
diff --git a/sysutils/gnomesystemtools/files/patch-backends_service-list.pl.in b/sysutils/gnomesystemtools/files/patch-backends_service-list.pl.in
new file mode 100644
index 000000000000..16861791c1ca
--- /dev/null
+++ b/sysutils/gnomesystemtools/files/patch-backends_service-list.pl.in
@@ -0,0 +1,10 @@
+--- backends/service-list.pl.in.orig Sun Sep 19 13:20:02 2004
++++ backends/service-list.pl.in Sun Sep 19 13:20:10 2004
+@@ -225,6 +225,7 @@
+ "atm3\.sh",
+ "ccd",
+ "cleanvar",
++ "cleartmp",
+ "devdb",
+ "devfs",
+ "dhclient",