Possible patch??

host:~/Tmp$ diff -U 3 /tmp/savelog /usr/bin/savelog
--- /tmp/savelog        2007-08-01 12:54:33.000000000 +0200
+++ /usr/bin/savelog    2007-03-05 06:43:41.000000000 +0100
@@ -194,11 +194,7 @@
        if [ -z "$savedir" ]; then
                savedir=.
        fi
-       if [ "${rolldir%%/*}" = "" ] ; then
-               savedir=$rolldir
-       else
-               savedir="$savedir/$rolldir"
-       fi
+       savedir="$savedir/$rolldir"
        if [ ! -d "$savedir" ]; then
                mkdir -p -- "$savedir"
                if [ "$?" -ne 0 ]; then

-- 
savelog cannot handle absolute pathname for rollover directory
https://bugs.launchpad.net/bugs/129661
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to