Mandriva

Return to the main archive index.

Custom Search

Mandrake Linux Archives: changelog@mandrivalinux.org

Mandrake Linux: changelog@mandrivalinux.org


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]


-=-=-=-
Name        : initscripts                  Relocations: (not relocatable)
Version     : 7.61.1                            Vendor: Mandriva
Release     : 43mdk                         Build Date: Wed Aug 31 13:18:32 2005
Install Date: (not installed)               Build Host: n3.mandriva.com
Group       : System/Base                   Source RPM: (none)
Size        : 2093243                          License: GPL
Signature   : (none)
Packager    : Mandriva Linux Team <http://www.mandrivaexpert.com/>
URL         : http://www.mandrivalinux.com/cgi-bin/cvsweb.cgi/soft/initscripts/
Summary     : The inittab file and the /etc/init.d scripts
Description :
The initscripts package contains the basic system scripts used to boot
your Mandriva Linux system, change run levels, and shut the system
down cleanly.  Initscripts also contains the scripts that activate and
deactivate most network interfaces.



-=-=-=-
Pixel <pixel@mandriva.com> 7.61.1-43mdk

- adapt inputrc.csh to new tcsh (bugzilla #17999)

-=-=-=-
E: initscripts prereq-use chkconfig >= 1.3.8-3mdk, gawk, fileutils, /usr/bin/tr, grep

-=-=-=-
http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/SPECS/initscripts/

initscripts-mdkconf.patch changed
initscripts.spec changed
diff -u soft/initscripts/ChangeLog soft/initscripts/ChangeLog
--- soft/initscripts/ChangeLog	Tue Aug 30 19:13:17 2005
+++ soft/initscripts/ChangeLog	Wed Aug 31 11:13:38 2005
@@ -1,3 +1,8 @@
+2005-08-31 13:13  Pixel <pixel at mandriva.com>
+
+	* initscripts.spec, mandrake/inputrc.csh: adapt inputrc.csh to new
+	  tcsh (bugzilla #17999)
+
 2005-08-30 21:12  Olivier Blin <oblin at mandriva.com>
 
 	* initscripts.spec: 7.61.1-42mdk
@@ -4830,17 +4835,11 @@
 	* initscripts.spec: don't call %find_lang as there is no locale in
 	  /usr/share/locale anymore.
 
-2002-02-26 11:52  Warly <warly at mandriva.com>
-
-	* mandrake/fb/: Makefile, fbresolution.c, progress.c: These belongs
-	  to bootsplash package
-
 2002-02-26 11:33  Warly <warly at mandriva.com>
 
-	* mandrake/: Makefile, fb/Makefile, fb/fbresolution.c,
-	  fb/progress.c: new subdir fb in mandrake fbresolution: detect the
-	  current framebuffer resolution progress: display a rectangle in a
-	  framebuffer tty
+	* mandrake/Makefile: new subdir fb in mandrake fbresolution: detect
+	  the current framebuffer resolution progress: display a rectangle
+	  in a framebuffer tty
 
 2002-02-25 23:08  Pablo Saratxaga <pablo at mandriva.com>
 
diff -u soft/initscripts/initscripts.spec soft/initscripts/initscripts.spec
--- soft/initscripts/initscripts.spec	Tue Aug 30 19:12:24 2005
+++ soft/initscripts/initscripts.spec	Wed Aug 31 11:13:07 2005
@@ -1,4 +1,4 @@
-# 	$Id: initscripts.spec,v 1.411 2005/08/30 14:40:45 oblin Exp $	
+# 	$Id: initscripts.spec,v 1.412 2005/08/30 19:12:24 oblin Exp $	
 
 # The restart part in the real _post_service doesn't work with netfs and isn't needed
 # for other scripts
@@ -7,7 +7,7 @@
 Summary: The inittab file and the /etc/init.d scripts
 Name: initscripts
 Version: 7.61.1
-Release: 42mdk
+Release: 43mdk
 License: GPL
 Group: System/Base
 Source0: initscripts-%{version}.tar.bz2
@@ -411,6 +411,9 @@
 # EDIT IN CVS NOT IN SOURCE PACKAGE (NO PATCH ALLOWED).
 
 %changelog
+* Wed Aug 31 2005 Pixel <pixel@mandriva.com> 7.61.1-43mdk
+- adapt inputrc.csh to new tcsh (bugzilla #17999)
+
 * Tue Aug 30 2005 Olivier Blin <oblin@mandriva.com> 7.61.1-42mdk
 - add /etc/sysconfig/network-scripts/wireless.d
 - rc.sysinit: use udevstart to handle usb coldplug on 2.6 kernels
diff -u soft/initscripts/mandrake/inputrc.csh soft/initscripts/mandrake/inputrc.csh
--- soft/initscripts/mandrake/inputrc.csh	Tue Feb 19 13:25:24 2002
+++ soft/initscripts/mandrake/inputrc.csh	Wed Aug 31 11:13:07 2005
@@ -32,9 +32,9 @@
 setenv BACKSPACE `dumpkeys |& grep "^keycode  $BSNUM" | awk '{print $4}'`
 if ($BACKSPACE == "BackSpace") then
-   bindkey "\C-?": delete-char
-   bindkey "\C-h": backward-delete-char
+   bindkey "^?" delete-char
+   bindkey "^H" backward-delete-char
 else
-   bindkey "\C-?": backward-delete-char
-   bindkey "\C-h": delete-char
+   bindkey "^?" backward-delete-char
+   bindkey "^H" delete-char
 endif
 
--- initscripts-7.61.1-42mdk.src.rpm/initscripts.spec	2005-08-31 13:21:09.466351331 +0200
+++ initscripts-7.61.1-43mdk.src.rpm/initscripts.spec	2005-08-31 13:21:09.592335621 +0200
@@ -1,4 +1,4 @@
-# 	$Id: initscripts.spec,v 1.412 2005/08/30 19:12:24 oblin Exp $	
+# 	$Id: initscripts.spec,v 1.413 2005/08/31 11:13:07 prigaux Exp $	
 
 # The restart part in the real _post_service doesn't work with netfs and isn't needed
 # for other scripts
@@ -7,7 +7,7 @@
 Summary: The inittab file and the /etc/init.d scripts
 Name: initscripts
 Version: 7.61.1
-Release: 42mdk
+Release: 43mdk
 License: GPL
 Group: System/Base
 Source0: initscripts-%{version}.tar.bz2
@@ -411,6 +411,9 @@
 # EDIT IN CVS NOT IN SOURCE PACKAGE (NO PATCH ALLOWED).
 
 %changelog
+* Wed Aug 31 2005 Pixel <pixel@mandriva.com> 7.61.1-43mdk
+- adapt inputrc.csh to new tcsh (bugzilla #17999)
+
 * Tue Aug 30 2005 Olivier Blin <oblin@mandriva.com> 7.61.1-42mdk
 - add /etc/sysconfig/network-scripts/wireless.d
 - rc.sysinit: use udevstart to handle usb coldplug on 2.6 kernels


-- 
http://www.mandrivalinux.com/en/cookerdevel.php3



Date Index | Thread Index

Looking for a job?



Advertisement (via La Vignette)