Mailinglist Archive: opensuse-commit (926 mails)

< Previous Next >
commit aaa_base for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 04 Dec 2009 12:34:16 +0100
  • Message-id: <20091204113416.E953C202A9@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at Fri Dec 4 12:34:16 CET 2009.



--------
--- aaa_base/aaa_base.changes 2009-11-25 01:31:23.000000000 +0100
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2009-12-02
14:56:47.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec 2 14:56:16 CET 2009 - ro@xxxxxxx
+
+- mount /dev correctly also if devtmpfs
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.4QAdL9/_old 2009-12-04 12:27:29.000000000 +0100
+++ /var/tmp/diff_new_pack.4QAdL9/_new 2009-12-04 12:27:29.000000000 +0100
@@ -19,7 +19,7 @@


Name: aaa_base
-License: GPL v2 or later
+License: GPLv2+
Group: System/Fhs
Provides: bin bootutls etc skeleng skelger aaa_skel
Obsoletes: aaa_skel
@@ -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
AutoReqProv: on
Version: 11.2
-Release: 47
+Release: 48
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2

++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/aaa_base/etc/init.d/boot new/aaa_base/etc/init.d/boot
--- old/aaa_base/etc/init.d/boot 2009-04-28 14:51:47.000000000 +0200
+++ new/aaa_base/etc/init.d/boot 2009-12-02 14:56:01.000000000 +0100
@@ -95,15 +95,10 @@
#
# mount tmpfs on /dev if not already done by initramfs
#
-while read dev dir type options; do
- if test "$dir" = "/dev" -a "$type" = "tmpfs"; then
- DEV_MOUNTED=1;
- break;
- fi
-done < /proc/mounts
-if test -z "$DEV_MOUNTED"; then
+DTYPE=`stat -f -c "%T" /dev 2>/dev/null`
+if test "$DTYPE" != "tmpfs" ; then
echo -n "Mounting tmpfs at /dev"
- mount -n -t tmpfs -o mode=0755 udev /dev
+ mount -n -t tmpfs -o mode=0755 none /dev
rc_status -v -r
else
echo -n "Remounting tmpfs at /dev"


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



Remember to have fun...

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

< Previous Next >
This Thread