mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add some more /etc/rc.d files to the exclude list to prevent /tmp and
/var/tmp from being remounted everytime services-admin is started. PR: 88908
This commit is contained in:
parent
c18c7b4aec
commit
dd2d376e0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148170
2 changed files with 14 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= system-tools-backends
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- service-list.pl.in.orig Sun Sep 19 13:20:02 2004
|
||||
+++ service-list.pl.in Sun Sep 19 13:20:10 2004
|
||||
@@ -225,6 +225,7 @@
|
||||
--- service-list.pl.in.orig Mon Aug 8 13:59:07 2005
|
||||
+++ service-list.pl.in Sun Nov 13 17:11:02 2005
|
||||
@@ -105,6 +105,7 @@
|
||||
"atm3\.sh",
|
||||
"ccd",
|
||||
"cleanvar",
|
||||
|
@ -8,3 +8,13 @@
|
|||
"devdb",
|
||||
"devfs",
|
||||
"dhclient",
|
||||
@@ -139,7 +140,9 @@
|
||||
"swap1",
|
||||
"syscons",
|
||||
"sysctl",
|
||||
+ "tmp",
|
||||
"ttys",
|
||||
+ "var",
|
||||
"virecover",
|
||||
# These are the services found in SuSE
|
||||
"rc[sS0-9]\.d",
|
||||
|
|
Loading…
Add table
Reference in a new issue