diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-20 01:37:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-20 01:37:12 +0800 |
commit | 34100d07e9d72cbf765778cfdcccc556160a7965 (patch) | |
tree | 431de8cc0961f0003f08e2e3e29a42253252f7b2 | |
parent | e254221017ed4456f944705f5ae43742c6692dc4 (diff) | |
download | marcuscom-ports-34100d07e9d72cbf765778cfdcccc556160a7965.tar marcuscom-ports-34100d07e9d72cbf765778cfdcccc556160a7965.tar.gz marcuscom-ports-34100d07e9d72cbf765778cfdcccc556160a7965.tar.bz2 marcuscom-ports-34100d07e9d72cbf765778cfdcccc556160a7965.tar.lz marcuscom-ports-34100d07e9d72cbf765778cfdcccc556160a7965.tar.xz marcuscom-ports-34100d07e9d72cbf765778cfdcccc556160a7965.tar.zst marcuscom-ports-34100d07e9d72cbf765778cfdcccc556160a7965.zip |
Fix the problem where services-admin would case the actice X11 socket to be
deleted.
Obtained from: FreeBSD ports tree
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2866 df743ca5-7f9a-e211-a948-0013205c9059
4 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile index 352a396cc..8b5f34a6b 100644 --- a/sysutils/gnome-system-tools/Makefile +++ b/sysutils/gnome-system-tools/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomesystemtools PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-system-tools/1.0 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 000000000..16861791c --- /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 352a396cc..8b5f34a6b 100644 --- a/sysutils/gnomesystemtools/Makefile +++ b/sysutils/gnomesystemtools/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomesystemtools PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-system-tools/1.0 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 000000000..16861791c --- /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", |