Bug#796635: Systemd job

2015-11-04 Thread Felipe Sateler
On 3 November 2015 at 20:19, Felipe Sateler wrote: > On 3 November 2015 at 18:15, Bryan Quigley > wrote: >>> You need to remove the -- "$@" part: it is being added twice to the >>> resulting scripts (check debian/nvi/DEBIAN/{pre,post}* after a

Bug#796635: Systemd job

2015-11-03 Thread Felipe Sateler
On 2 Nov 2015 18:58, "Bryan Quigley" wrote: > > Thanks for the review Felipe > > > Why did you preserve runlevel S? I don't think this really belongs in > > recovery mode. > Changed > > >> +;; > >> + stop|restart|reload|force-reload) > > > > restart (and

Bug#796635: Systemd job

2015-11-03 Thread Felipe Sateler
On 3 November 2015 at 17:48, Bryan Quigley wrote: > On Mon, Nov 2, 2015 at 5:24 PM, Felipe Sateler wrote: > ++if [ -n "$sessions_found" ] ; then > ++echo "done." > ++else > ++echo "none found." > ++fi

Bug#796635: Systemd job

2015-11-03 Thread Bryan Quigley
> You need to remove the -- "$@" part: it is being added twice to the > resulting scripts (check debian/nvi/DEBIAN/{pre,post}* after a build): > > dpkg-maintscript-helper rm_conffile /etc/init.d/nviboot 1.81.6-12 nvi > -- "$@" -- "$@" > >>> Thanks for your work! >> Thanks for all your work

Bug#796635: Systemd job

2015-11-03 Thread Bryan Quigley
On Mon, Nov 2, 2015 at 5:24 PM, Felipe Sateler wrote: ++if [ -n "$sessions_found" ] ; then ++echo "done." ++else ++echo "none found." ++fi >>> >>> This is a behavior change: previously the recover script would not >>> print any output.

Bug#796635: Systemd job

2015-11-03 Thread Felipe Sateler
On 3 November 2015 at 18:15, Bryan Quigley wrote: >> You need to remove the -- "$@" part: it is being added twice to the >> resulting scripts (check debian/nvi/DEBIAN/{pre,post}* after a build): >> >> dpkg-maintscript-helper rm_conffile /etc/init.d/nviboot 1.81.6-12

Bug#796635: Systemd job

2015-11-02 Thread Bryan Quigley
Thanks for the review Felipe > Why did you preserve runlevel S? I don't think this really belongs in > recovery mode. Changed >> +;; >> + stop|restart|reload|force-reload) > > restart (and force-reload?) should probably re-run the recovery script. Changed. >> +Description=To recover nvi

Bug#796635: Systemd job

2015-11-02 Thread Felipe Sateler
On 2 November 2015 at 18:57, Bryan Quigley wrote: > Thanks for the review Felipe > >> Why did you preserve runlevel S? I don't think this really belongs in >> recovery mode. > Changed > >>> +;; >>> + stop|restart|reload|force-reload) >> >> restart (and

Bug#796635: Systemd job

2015-11-01 Thread Felipe Sateler
Hi Bryan, On Thu, 17 Sep 2015 11:45:25 -0400 Bryan Quigley wrote: > Here is a debdiff that implements a systemd unit. > > (This is the first unit I've written, so review definitely needed) Thanks for the patch. I agree with your previous comment that this should

Bug#796635: Systemd job

2015-09-17 Thread Bryan Quigley
Here is a debdiff that implements a systemd unit. (This is the first unit I've written, so review definitely needed) nvi_1.81.6-12.debdiff Description: Binary data