Hello community,

here is the log from the commit of package aaa_base for openSUSE:12.1 checked 
in at 2011-10-25 15:45:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/aaa_base (Old)
 and      /work/SRC/openSUSE:12.1/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.1/aaa_base/aaa_base.changes   2011-10-24 
12:26:48.000000000 +0200
+++ /work/SRC/openSUSE:12.1/.aaa_base.new/aaa_base.changes      2011-10-25 
15:45:57.000000000 +0200
@@ -1,0 +2,15 @@
+Fri Oct 21 12:28:48 UTC 2011 - [email protected]
+
+- Add comment about systemd and runlevel in /etc/inittab (bnc#725138)
+
+-------------------------------------------------------------------
+Fri Oct 21 13:34:20 CEST 2011 - [email protected]
+
+- Change most aliases in ls.bash to shell functions.
+
+-------------------------------------------------------------------
+Wed Oct 19 12:56:20 UTC 2011 - [email protected]
+
+- Make completion for sudo smart (bnc#724522)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/inittab 
new/aaa_base/files/etc/inittab
--- old/aaa_base/files/etc/inittab      2011-10-14 15:02:14.000000000 +0200
+++ new/aaa_base/files/etc/inittab      2011-10-21 14:27:50.000000000 +0200
@@ -16,7 +16,11 @@
 # in /etc/sysconfig/suseconfig is set to "no"
 #
 
-# The default runlevel is defined here
+# The default runlevel for SysVinit is defined here
+#   please note that for systemd the symbolic link
+#   /etc/systemd/system/default.target has to relinked
+#   to e.g. /lib/systemd/system/runlevel3.target
+#
 id:3:initdefault:
 
 # First script to be executed, if not booting in emergency (-b) mode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/profile.d/complete.bash 
new/aaa_base/files/etc/profile.d/complete.bash
--- old/aaa_base/files/etc/profile.d/complete.bash      2011-10-14 
15:02:14.000000000 +0200
+++ new/aaa_base/files/etc/profile.d/complete.bash      2011-10-21 
14:27:50.000000000 +0200
@@ -547,6 +547,20 @@
                COMPREPLY=()
            fi
     esac
+    if ((${#COMPREPLY[@]} > 0)) ; then
+       let o=0
+       for s in ${COMPREPLY[@]}; do
+           e=$(eval echo $s)
+           if test -d "$e" ; then
+               compopt -o plusdirs
+               break
+           fi
+           if ! type -p "$e" > /dev/null 2>&1 ; then
+               COMPREPLY[$o]=$(PATH=/sbin:/usr/sbin:$PATH:/usr/local/sbin type 
-p "$e" 2> /dev/null)
+           fi
+           let o++
+       done
+    fi
 }
 
 complete ${_def} -F _rootpath_                 sudo

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to