Mailinglist Archive: opensuse-commit (1117 mails)
| < Previous | Next > |
commit aaa_base for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 23 Feb 2009 22:27:58 +0100
- Message-id: <20090223212758.78362678157@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at Mon Feb 23 22:27:58 CET 2009.
--------
--- aaa_base/aaa_base.changes 2009-02-19 11:19:16.000000000 +0100
+++ aaa_base/aaa_base.changes 2009-02-23 15:34:55.253915000 +0100
@@ -1,0 +2,6 @@
+Mon Feb 23 15:34:28 CET 2009 - ro@xxxxxxx
+
+- remove only content of tmpdirs, not the tmpdirs themselves
+ in boot.cleanup (bnc#470511)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.h30320/_old 2009-02-23 22:20:32.000000000 +0100
+++ /var/tmp/diff_new_pack.h30320/_new 2009-02-23 22:20:32.000000000 +0100
@@ -28,7 +28,7 @@
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date
/usr/bin/cmp /bin/fillup /sbin/insserv udev net-tools
AutoReqProv: on
Version: 11.2
-Release: 12
+Release: 13
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@@ -139,6 +139,9 @@
%defattr(-,root,root)
%changelog
+* Mon Feb 23 2009 ro@xxxxxxx
+- remove only content of tmpdirs, not the tmpdirs themselves
+ in boot.cleanup (bnc#470511)
* Thu Feb 19 2009 schwab@xxxxxxx
- Add .xz to /etc/DIR_COLORS.
* Thu Feb 19 2009 meissner@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 2008-11-17 02:55:31.000000000
+0100
+++ new/aaa_base/etc/init.d/boot.cleanup 2009-02-23 15:34:23.000000000
+0100
@@ -76,7 +76,7 @@
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 -exec rm -rf {} +
+ find $CURDIR -mindepth 1 -maxdepth 1 -exec rm -rf {} +
done
rc_status -v -r
fi
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |