Hi, merged, too. However I edited the rootfile and commented out that man page which is not at all required here. Best, -Michael On Sun, 2015-08-02 at 21:13 +0200, fischerm42(a)t-online.de wrote: > From: Matthias Fischer > > Signed-off-by: Matthias Fischer > --- > config/rootfiles/packages/cups | 2 +- > lfs/cups | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/config/rootfiles/packages/cups > b/config/rootfiles/packages/cups > index 513cf4c..195f5c1 100644 > --- a/config/rootfiles/packages/cups > +++ b/config/rootfiles/packages/cups > @@ -670,6 +670,7 @@ usr/share/locale/ru/cups_ru.po > #usr/share/man/man5/client.conf.5.gz > #usr/share/man/man5/cups-files.conf.5.gz > #usr/share/man/man5/cups-snmp.conf.5.gz > +usr/share/man/man5/cupsd-logs.5.gz > #usr/share/man/man5/cupsd.conf.5.gz > #usr/share/man/man5/ipptoolfile.5.gz > #usr/share/man/man5/mailto.conf.5.gz > @@ -691,7 +692,6 @@ usr/share/locale/ru/cups_ru.po > #usr/share/man/man8/cupsaddsmb.8.gz > #usr/share/man/man8/cupsctl.8.gz > #usr/share/man/man8/cupsd-helper.8.gz > -#usr/share/man/man8/cupsd-logs.8.gz > #usr/share/man/man8/cupsd.8.gz > #usr/share/man/man8/cupsdisable.8.gz > #usr/share/man/man8/cupsenable.8.gz > diff --git a/lfs/cups b/lfs/cups > index e0ef962..49b275a 100644 > --- a/lfs/cups > +++ b/lfs/cups > @@ -24,7 +24,7 @@ > > include Config > > -VER = 2.0.3 > +VER = 2.0.4 > > THISAPP = cups-$(VER) > DL_FILE = $(THISAPP)-source.tar.bz2 > @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/cups-$(VER) > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = cups > -PAK_VER = 12 > +PAK_VER = 13 > > DEPS = "ghostscript" > > @@ -44,7 +44,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 8d98b85edbdab7ab03739c9622f570e8 > +$(DL_FILE)_MD5 = f5c847d9a4fac6c4c66fb0526a7afaae > > install : $(TARGET) >