Hello community,

here is the log from the commit of package zfs-fuse for openSUSE:Factory 
checked in at 2012-10-12 14:52:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zfs-fuse (Old)
 and      /work/SRC/openSUSE:Factory/.zfs-fuse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zfs-fuse", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/zfs-fuse/zfs-fuse.changes        2012-07-31 
14:00:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.zfs-fuse.new/zfs-fuse.changes   2012-10-12 
14:55:22.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Oct 11 10:13:34 UTC 2012 - g...@opensuse.org
+
+- make startproc wait for parent process to exit and pidfile to be
+  written, this fixes startup with systemd (bnc#783152)
+- fix the default runlevels in the init script
+- set nice value correctly
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zfs-fuse.init ++++++
--- /var/tmp/diff_new_pack.8rKvXL/_old  2012-10-12 14:55:24.000000000 +0200
+++ /var/tmp/diff_new_pack.8rKvXL/_new  2012-10-12 14:55:24.000000000 +0200
@@ -4,8 +4,9 @@
 # Provides:          zfs-fuse
 # Required-Start:    $remote_fs
 # Required-Stop:     $remote_fs
-# Default-Start:     S
+# Default-Start:     S 1 2 3 5
 # Default-Stop:      0 6
+# PIDFile:           /var/run/zfs/zfs-fuse.pid
 # Short-Description: ZFS FUSE
 # Description:       Start/stops the ZFS FUSE daemon and mounts/unmounts
 #                    existing ZFS filesystems
@@ -43,7 +44,7 @@
 function start
 {
     # start daemon
-    startproc -l ${ZFS_NICE_LEVEL} -p "${PIDFILE}" \
+    startproc -n ${ZFS_NICE_LEVEL} -w -p "${PIDFILE}" \
         ${ZFS_FUSE} --pidfile "${PIDFILE}" >/dev/null 2>&1 || return $?
     read -r zfs_fuse_pid < "${PIDFILE}"
     [[ ${zfs_fuse_pid} != "" ]] || return 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to