Mailinglist Archive: opensuse-commit (1059 mails)

< Previous Next >
commit aaa_base
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 07 Jan 2008 12:20:13 +0100
  • Message-id: <20080107112013.7389C678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package aaa_base
checked in at Mon Jan 7 12:20:13 CET 2008.

--------
--- aaa_base/aaa_base.changes 2007-12-18 16:49:40.000000000 +0100
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2008-01-07
10:36:48.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Jan 7 10:31:13 CET 2008 - schwab@xxxxxxx
+
+- Fix last change.
+- Cleanup.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.p15395/_old 2008-01-07 12:19:21.000000000 +0100
+++ /var/tmp/diff_new_pack.p15395/_new 2008-01-07 12:19:21.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package aaa_base (Version 11.0)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -19,7 +19,7 @@
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date
/usr/bin/cmp /bin/fillup /sbin/insserv net-tools
AutoReqProv: on
Version: 11.0
-Release: 10
+Release: 13
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@@ -132,6 +132,9 @@
%defattr(-,root,root)

%changelog
+* Mon Jan 07 2008 - schwab@xxxxxxx
+- Fix last change.
+- Cleanup.
* Tue Dec 18 2007 - ro@xxxxxxx
- don't remove /var/run/utmp during boot to fix "who -b" (#302036)
* Fri Dec 14 2007 - ro@xxxxxxx




++++++ aaa_base.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/aaa_base/etc/init.d/boot.cleanup
new/aaa_base/etc/init.d/boot.cleanup
--- old/aaa_base/etc/init.d/boot.cleanup 2007-12-18 16:47:09.000000000
+0100
+++ new/aaa_base/etc/init.d/boot.cleanup 2007-12-18 16:47:09.000000000
+0100
@@ -28,14 +28,15 @@
rm -f /var/lib/rpm/__db*
rm -rf /tmp/screens /tmp/uscreens /var/run/screens /var/run/uscreens
2>/dev/null
rm -f /tmp/.X*lock /var/spool/uucp/LCK* /var/log/sa/sadc.LOCK
/fsck_corrected_errors 2>/dev/null
- if test -x /usr/bin/find -a -x /usr/bin/xargs ; then
- find /tmp/ssh-* -type s -name "*agent*" -maxdepth 1 -print0
2>/dev/null | xargs -0 -r rm -f
- find /var/run /var/lock -wholename /var/run/utmp -prune -o -type f
-print0 | xargs -0 -r rm -f 2>/dev/null
+ if test -x /usr/bin/find; then
+ find /tmp/ssh-* -type s -name "*agent*" -maxdepth 1 -exec rm -f {}
+ 2>/dev/null
+ find /var/run /var/lock -type f ! -wholename /var/run/utmp -exec rm
-f {} + 2>/dev/null
else
# fallback for find if we get /usr from nfs
rec_rem() {
for f in "$1"/*
do
+ test "$f" = /var/run/utmp && continue
test -L "$f" && continue
test -f "$f" && rm -f "$f"
test -d "$f" && rec_rem "$f"
@@ -67,11 +68,11 @@
CLEAR_DIRS="$CLEAR_TMP_DIRS_AT_BOOTUP"
CLEAR_TMP_DIRS_AT_BOOTUP=yes
fi
- if test -x /usr/bin/find -a -x /usr/bin/xargs ; then
+ if test -x /usr/bin/find; then
if test "$CLEAR_TMP_DIRS_AT_BOOTUP" = yes; then
echo -n "Cleaning temporary directories $CLEAR_DIRS"
for CURDIR in $CLEAR_DIRS ; do
- find $CURDIR -maxdepth 1 -printf '%P\0' | ( cd $CURDIR ;
xargs -0 rm -rf -- )
+ find $CURDIR -maxdepth 1 -exec rm -rf {} +
done
rc_status -v -r
fi
@@ -89,12 +90,6 @@
chown root:root $CURDIR && \
chmod 755 $CURDIR
done
-
- #
- # there could be a new kernel version. reinit /etc/psdevtab, to be
sure.
- #
- rm -f /etc/psdevtab
- test -x /bin/ps && /bin/ps > /dev/null 2> /dev/null
;;
stop|restart)
# skip / nothing to do




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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >