]> granicus.if.org Git - zfs/commitdiff
zfs-mount-genrator: dependencies should be space-separated
authoryshui <yshuiv7@gmail.com>
Fri, 23 Aug 2019 00:11:17 +0000 (01:11 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 23 Aug 2019 00:11:17 +0000 (17:11 -0700)
Reviewed-by: Antonio Russo <antonio.e.russo@gmail.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Closes #9174

etc/systemd/system-generators/zfs-mount-generator.in

index ae208c965f971a9f9c3879408b35bd781def7aaf..3e529cb67bb37857ac7dc11487bf9a0a99cd369a 100755 (executable)
@@ -215,7 +215,7 @@ EOF
     fi
     # Update the dependencies for the mount file to require the
     # key-loading unit.
-    wants="${wants},${keyloadunit}"
+    wants="${wants} ${keyloadunit}"
   fi
 
   # If the mountpoint has already been created, give it precedence.