Changeset 1630

Show
Ignore:
Timestamp:
07/12/06 22:27:56 (2 years ago)
Author:
justin
Message:

Upgraded blfs-bootscripts to 20060624.

Location:
branches/cross/packages
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/cross/packages/blfs-bootscripts/Makefile

    r1255 r1630  
    22 
    33NM= blfs-bootscripts 
    4 VRS= 20051121 
     4VRS= 20060624 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) 
    9 SHA-$(FILE)= e68220a59b30dc0cdf3b18eff6819b6f3a997f7a 
     9SHA-$(FILE)= 32d89ec8ea850a34a02831951c2b390d82590430 
    1010 
    1111PATCH1=$(NM)-add-autosshd-1.patch 
     
    2626        make install-service-dhcpcd 
    2727        make install-service-pppoe 
    28 ifneq ($(LFS-ARCH),sparc64) 
    2928        make install-gpm 
    30 endif 
    3129        make install-autosshd 
    3230        install -m754 blfs/init.d/sshd /etc/rc.d/init.d/  
     
    3735        install -m754 blfs/init.d/iptables /etc/rc.d/init.d/  
    3836        install -m754 blfs/init.d/rsyncd /etc/rc.d/init.d/ 
    39         sed -i 's| --compress||' /etc/rc.d/init.d/rsyncd 
    4037 
    4138clean: 
  • branches/cross/packages/gpm/Makefile

    r1057 r1630  
    2929 
    3030compile-stage2: 
    31 ifneq ($(LFS-ARCH),sparc64) 
    3231        patch -Np1 -i ../$(PATCH1) 
    3332        patch -Np1 -i ../$(PATCH2) 
    34         ./configure --prefix=/usr --sysconfdir=/etc --without-curses 
     33        ./configure --prefix=/usr --sysconfdir=/etc 
    3534        LDFLAGS="-lm" make 
    3635        make install 
    37         cp conf/gpm-root.conf /etc 
     36        cp -v conf/gpm-root.conf /etc 
    3837        /sbin/ldconfig 
    3938endif