mcst-linux-kernel/patches-2024.06.26/insserv-1.14.0/0007-bug-109910-redefined-f...

58 lines
1.2 KiB
Diff

From e37595a643517ba3b9e9c22ece53ddb5f42f35c9 Mon Sep 17 00:00:00 2001
Date: Thu, 6 Dec 2018 19:22:45 +0300
Subject: [PATCH] bug 109910: redefined facility names in accordance with the
existing daemons
---
insserv.conf | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/insserv.conf b/insserv.conf
index 54145fd..b38808c 100644
--- a/insserv.conf
+++ b/insserv.conf
@@ -1,7 +1,7 @@
#
# All local filesystems are mounted (done during boot phase)
#
-$local_fs boot.localfs +boot.crypto
+$local_fs mountfs
#
# Low level networking (ethernet card)
@@ -11,19 +11,19 @@ $network network
#
# Named is operational
#
-$named +named +dnsmasq +lwresd $network
+$named +bind $network
#
# All remote filesystems are mounted (note in some cases /usr may
# be remote. Most applications that care will probably require
# both $local_fs and $remote_fs)
#
-$remote_fs $local_fs +nfs +smbfs
+$remote_fs $local_fs +nfs-server
#
# System logger is operational
#
-$syslog syslog
+$syslog sysklogd
#
# SunRPC portmapper available
@@ -33,7 +33,7 @@ $portmap portmap
#
# The system time has been set correctly
#
-$time boot.clock +xntpd
+$time +ntpd
#
# Services which need to be interactive
--
2.16.4