]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix: add missing line continuation
authorHarald Hoyer <harald@redhat.com>
Wed, 10 Feb 2021 10:10:03 +0000 (11:10 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 10 Feb 2021 11:05:24 +0000 (12:05 +0100)
modules.d/01systemd-coredump/module-setup.sh
modules.d/01systemd-repart/module-setup.sh
modules.d/06dbus-broker/module-setup.sh
modules.d/06dbus-daemon/module-setup.sh

index 1a3786425da8932865a42b5f970e8eed14a67c16..db849fc0b928d60fb1f879a3293475c445f471e1 100755 (executable)
@@ -70,7 +70,7 @@ install() {
             $systemdsystemconfdir/systemd-coredump.socket.d/*.conf \
             $systemdsystemconfdir/systemd-coredump@.service \
             $systemdsystemconfdir/systemd-coredump@.service.d/*.conf \
-            $systemdsystemconfdir/sockets.target.wants/systemd-coredump.socket
+            $systemdsystemconfdir/sockets.target.wants/systemd-coredump.socket \
             ${NULL}
     fi
 }
index 99500d6ea4ed2458cbaaa4303073d6a2232d2d2b..a08e89f8ae7cabfed4860f463dfebc4284079d53 100755 (executable)
@@ -48,7 +48,7 @@ install() {
         inst_multiple -H -o \
             /etc/repart.d/*.conf \
             $systemdsystemconfdir/systemd-repart.service \
-            $systemdsystemconfdir/systemd-repart.service.d/*.conf
+            $systemdsystemconfdir/systemd-repart.service.d/*.conf \
             ${NULL}
     fi
 }
index 317d3bd64e205f22a1d46840ba77afab15b54de9..e011a6396e7a8edc923fca7b8e49bc548c4f22b2 100755 (executable)
@@ -106,7 +106,7 @@ install() {
             $systemdsystemconfdir/dbus.socket \
             $systemdsystemconfdir/dbus.socket.d/*.conf \
             $systemdsystemconfdir/dbus-broker.service \
-            $systemdsystemconfdir/dbus-broker.service.d/*.conf
+            $systemdsystemconfdir/dbus-broker.service.d/*.conf \
             ${NULL}
     fi
 
index b7a0950c7d46095c58f4414a9b84cfc2e1988fea..213c785ec3719384efc71478cda9cb8fefbc8d8c 100755 (executable)
@@ -97,7 +97,7 @@ install() {
             $systemdsystemconfdir/dbus.socket \
             $systemdsystemconfdir/dbus.socket.d/*.conf \
             $systemdsystemconfdir/dbus.service \
-            $systemdsystemconfdir/dbus.service.d/*.conf
+            $systemdsystemconfdir/dbus.service.d/*.conf \
             ${NULL}
      fi