]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- updated to 0.4.0.20
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 23 Aug 2005 17:38:00 +0000 (17:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-con_serial_sparc.patch -> 1.3
    rc-scripts-dev_alias.patch -> 1.4

rc-scripts-con_serial_sparc.patch
rc-scripts-dev_alias.patch

index 4441137a1b3c05707afa5cf2d914403cf51b9eb3..e42c046a28ffcdb5e6c3a193f72a2d210081f71e 100644 (file)
@@ -1,10 +1,10 @@
 --- rc-scripts-0.4.0.19/inittab.orig   2005-06-15 19:55:54.862429768 +0200
 +++ rc-scripts-0.4.0.19/inittab        2005-06-15 19:56:09.442213304 +0200
-@@ -45,6 +45,8 @@
- # If power was restored before the shutdown kicked in, cancel it.
+@@ -45,7 +45,7 @@
  pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
  
-+# Run agetty on serial port
+ # Run agetty on serial port
+-# 0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
 +0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
  
  # Run gettys in standard runlevels
index 8c8fd5e6ccda2976a53889eab45813a41b8589de..5d02bc33aa2dd07a96eb680156084aabe7dc2fbb 100644 (file)
@@ -4,8 +4,8 @@
                . /etc/rc.d/init.d/functions; \
                cd /etc/sysconfig/interfaces && ls -1 ifcfg* | \
                egrep -v '(ifcfg-lo|ifcfg-sit|ifcfg-atm|ifcfg-lec|ifcfg-nas|ifcfg-br|ifcfg-(.*)\.(.*))' | \
--              egrep 'ifcfg-[a-z0-9\.]+$' | \
-+              egrep 'ifcfg-[a-z0-9\.:]+$' | \
+-              LC_ALL=C egrep 'ifcfg-[a-z0-9\.]+$' | \
++              LC_ALL=C egrep 'ifcfg-[a-z0-9\.:]+$' | \
                for i in `cat`; do \
                    ONBOOT=""; . /etc/sysconfig/interfaces/"$i"; is_yes "$ONBOOT" && echo "$i"; \
                done | \
This page took 0.039317 seconds and 4 git commands to generate.