Hello community, here is the log from the commit of package mailgraph for openSUSE:Factory checked in at 2019-08-09 16:54:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mailgraph (Old) and /work/SRC/openSUSE:Factory/.mailgraph.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mailgraph" Fri Aug 9 16:54:42 2019 rev:5 rq:721965 version:1.14 Changes: -------- --- /work/SRC/openSUSE:Factory/mailgraph/mailgraph.changes 2019-07-01 10:44:14.557464507 +0200 +++ /work/SRC/openSUSE:Factory/.mailgraph.new.9556/mailgraph.changes 2019-08-09 16:54:44.529449169 +0200 @@ -1,0 +2,15 @@ +Thu Aug 8 20:50:51 UTC 2019 - Karol Babioch <[email protected]> + +- Removed ExecStop from service file, since it is not needed and + systemd can keep track ot the process by itself. +- Adjusted ExecStart in service file to use $MAILGRAPH_OPTS + instead of ${MAILGRAPH_OPTS}, so that parameters are properly + passed to mailgraph script. +- Removed "-d" from MAILGRAPH_OPTS in sysconfig file, since the + script should not run in deamon mode by default, but rather + should keep running continiously (in the foreground) so that + systemd can properly track the status. This is something that + might need to be re-adjusted on systems where this package is + already installed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailgraph.service ++++++ --- /var/tmp/diff_new_pack.cAUJw3/_old 2019-08-09 16:54:45.401448960 +0200 +++ /var/tmp/diff_new_pack.cAUJw3/_new 2019-08-09 16:54:45.401448960 +0200 @@ -6,8 +6,7 @@ [Service] EnvironmentFile=-/etc/sysconfig/mailgraph Nice=19 -ExecStart=/usr/bin/mailgraph.pl ${MAILGRAPH_OPTS} --logfile ${MAILGRAPH_LOG_FILE} --logtype ${MAILGRAPH_LOG_TYPE} --daemon-rrd ${MAILGRAPH_RRD} --daemon-log ${MAILGRAPH_LOG} -ExecStop=/sbin/killproc /usr/bin/mailgraph.pl +ExecStart=/usr/bin/mailgraph.pl $MAILGRAPH_OPTS --logfile ${MAILGRAPH_LOG_FILE} --logtype ${MAILGRAPH_LOG_TYPE} --daemon-rrd ${MAILGRAPH_RRD} --daemon-log ${MAILGRAPH_LOG} [Install] WantedBy=multi-user.target ++++++ mailgraph.sysconfig ++++++ --- /var/tmp/diff_new_pack.cAUJw3/_old 2019-08-09 16:54:45.417448957 +0200 +++ /var/tmp/diff_new_pack.cAUJw3/_new 2019-08-09 16:54:45.417448957 +0200 @@ -18,7 +18,7 @@ # ## for systemd there needs to be a [SPACE] before first option # -MAILGRAPH_OPTS=" -d -v" +MAILGRAPH_OPTS="-v" ## Type: string ## Default: "/var/run/mailgraph.pid"
