Programmupdate:

* CUPS --> 1.2.2
Geandert:
  * Installer-Message


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@251 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-08-19 18:09:18 +00:00
parent 7a98bae5d3
commit 52f5423e64
4 changed files with 997 additions and 747 deletions

View File

@@ -1,21 +1,20 @@
Willkommen bei IPFire - GNU GPL version 2.
Welcome to IPFire - GNU GPL version 2.
ACHTUNG! Dieser Installationsprozess loescht alle
vorhandenen Partitionen auf der Festplatte.
---------------------------------------------------
---- ALLE EXISTIERENDEN DATEN WERDEN GELOESCHT ----
---- ALL YOUR EXISTING DATA WILL BE DESTROYED ----
---------------------------------------------------
ATTENTION! This installation will delete any
partitions on your harddisk.
###################################################
### ###
### ALLE EXISTIERENDEN DATEN WERDEN GELOESCHT ###
### ALL YOUR EXISTING DATA WILL BE DESTROYED ###
### ###
###################################################
Druecken Sie ENTER um die IPFire-Installation
zu starten.
Gibt es Probleme, so versuchen Sie diese Optionen...
nopcmcia um die PCMCIA-Detektierung
zu deaktivieren.
nousb um die USB-Unterstuetzung auszuschalten.
nousborpcmcia schaltet USB & PCMCIA aus.
dma schaltet IDE-DMA ein (SiS chipset workaround)
Press ENTER to start.

View File

@@ -26,7 +26,7 @@
include Config
VER = 1.1.23
VER = 1.2.2
THISAPP = cups-$(VER)-source
DL_FILE = $(THISAPP).tar.bz2
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 4ce09b1dce09b6b9398af0daae9adf63
$(DL_FILE)_MD5 = 091de9109c9252cb37427859e90190ad
install : $(TARGET)
@@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && sed -i -e "s@pam/pam@security/pam@g" {config-scripts/cups-pam.m4,scheduler/auth.c,configure}
# cd $(DIR_APP) && sed -i -e "s@pam/pam@security/pam@g" {config-scripts/cups-pam.m4,scheduler/auth.c,configure}
# cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/patches/cups-1.1.23-testsuite_fix-1.patch
cd $(DIR_APP) && ./configure --disable-nls --sysconfdir=/var/ipfire
cd $(DIR_APP) && make

View File

@@ -1,6 +1,6 @@
#!/bin/sh
/bin/cp -f /usr/share/grub/i386-pc/* /boot/grub
/usr/sbin/grub --no-floppy --batch <<EOT # > /dev/null 2> /dev/null
/usr/sbin/grub --no-floppy --batch <<EOT > /dev/null 2> /dev/null
device (hd0) DEVICE
root (hd0,0)
setup (hd0,0)

File diff suppressed because it is too large Load Diff