commit pdns-recursor for openSUSE:Factory
Hello community, here is the log from the commit of package pdns-recursor for openSUSE:Factory checked in at 2015-08-01 11:37:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pdns-recursor (Old) and /work/SRC/openSUSE:Factory/.pdns-recursor.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "pdns-recursor" Changes: -------- --- /work/SRC/openSUSE:Factory/pdns-recursor/pdns-recursor.changes 2015-06-11 08:23:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pdns-recursor.new/pdns-recursor.changes 2015-08-01 11:37:47.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jul 21 15:14:36 UTC 2015 - mrueckert@suse.de + +- do not use /run/pdns instead of /var/run/pdns in the init script + for the rest we have the systemd unit file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pdns-recursor.init ++++++ --- /var/tmp/diff_new_pack.FsloIE/_old 2015-08-01 11:37:47.000000000 +0200 +++ /var/tmp/diff_new_pack.FsloIE/_new 2015-08-01 11:37:47.000000000 +0200 @@ -170,7 +170,7 @@ # considered a success. # ensure our control directory exists -PDNS_CTRLDIR="/run/pdns" +PDNS_CTRLDIR="/var/run/pdns" if [ ! -e "$PDNS_CTRLDIR" ] ; then mkdir --mode=0755 "$PDNS_CTRLDIR" fi
participants (1)
-
root@hilbert.suse.de