Mailinglist Archive: opensuse-commit (1159 mails)
| < Previous | Next > |
commit aaa_base
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 08 Oct 2007 12:18:28 +0200
- Message-id: <20071008101828.3E0EC6781B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package aaa_base
checked in at Mon Oct 8 12:18:28 CEST 2007.
--------
--- aaa_base/aaa_base.changes 2007-09-14 15:56:36.000000000 +0200
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2007-10-05 17:49:42.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Oct 5 18:05:00 CEST 2007 - jjolly@xxxxxxx
+
+- Using hostname option from 'ip' boot parameter (#300571)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.X10758/_old 2007-10-08 12:18:03.000000000 +0200
+++ /var/tmp/diff_new_pack.X10758/_new 2007-10-08 12:18:03.000000000 +0200
@@ -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: 10.3
-Release: 87
+Release: 92
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@@ -132,8 +132,9 @@
%files -f aaa_base.files
%defattr(-,root,root)
-
%changelog
+* Fri Oct 05 2007 - jjolly@xxxxxxx
+- Using hostname option from 'ip' boot parameter (#300571)
* Fri Sep 14 2007 - ro@xxxxxxx
- sysconfig/sysctl: enhance ENABLE_SYSRQ value:
apart from yes/no this variable can hold a numeric value
++++++ aaa_base.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/aaa_base/etc/init.d/boot.localnet new/aaa_base/etc/init.d/boot.localnet
--- old/aaa_base/etc/init.d/boot.localnet 2007-06-20 11:56:48.000000000 +0200
+++ new/aaa_base/etc/init.d/boot.localnet 2007-10-05 15:56:00.000000000 +0200
@@ -32,6 +32,10 @@
test -f /etc/HOSTNAME && {
XHOSTNAME=`cat /etc/HOSTNAME`
}
+ test -n "$HOSTNAME" && {
+ echo Using boot-specified hostname \'${HOSTNAME}\'
+ XHOSTNAME="$HOSTNAME"
+ }
test -n "$XHOSTNAME" && {
echo -n Setting up hostname \'${XHOSTNAME%%.*}\'
hostname ${XHOSTNAME%%.*}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |