commit inn for openSUSE:Factory
Hello community, here is the log from the commit of package inn for openSUSE:Factory checked in at 2015-02-20 12:01:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/inn (Old) and /work/SRC/openSUSE:Factory/.inn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "inn" Changes: -------- --- /work/SRC/openSUSE:Factory/inn/inn.changes 2014-12-21 12:04:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.inn.new/inn.changes 2015-02-20 12:01:30.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Dec 13 21:41:00 UTC 2014 - Led <ledest@gmail.com> + +- fix bashisms +- updated patches: + + inn-2.5.4.diff + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inn-2.5.4.diff ++++++ --- /var/tmp/diff_new_pack.1dWcQV/_old 2015-02-20 12:01:31.000000000 +0100 +++ /var/tmp/diff_new_pack.1dWcQV/_new 2015-02-20 12:01:31.000000000 +0100 @@ -108,10 +108,11 @@ } --- ./convertspool.orig 2014-07-16 12:26:26.872925643 +0000 +++ ./convertspool 2014-07-16 12:26:26.872925643 +0000 -@@ -0,0 +1,141 @@ +@@ -0,0 +1,142 @@ +#!/bin/sh +. /usr/lib/news/lib/innshellvars + ++test -n "$UID" || UID="$(id -ru)" +test "x$UID" = x0 && { + echo "Please run me as user 'news'!" + exit 1 @@ -345,7 +346,7 @@ +export PATH --- ./rc.orig 2014-07-16 12:26:26.875925625 +0000 +++ ./rc 2014-07-16 12:26:26.875925625 +0000 -@@ -0,0 +1,68 @@ +@@ -0,0 +1,69 @@ +#! /bin/sh +# +# Copyright (c) 1998 Florian La Roche @@ -362,8 +363,9 @@ + +. /etc/rc.status + -+function run_as_news () ++run_as_news() +{ ++ test -n "$UID" || UID="$(id -ru)" + if test "x$UID" = x0 ; then + su news -c "$*" + else -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de