From a08c3a2eb1dadc9f027a4fd28caf34a0db0537f6 Mon Sep 17 00:00:00 2001 From: ms Date: Sat, 26 May 2007 19:04:16 +0000 Subject: [PATCH] Die Abhaengigkeitspakete vom Samba erstellt. vsftpd hinzugefuegt... :D Vergebt mir... Paketmanager weitergebaut. Installiert nun die Pakete alle richtig (auch mit Abhaengigkeiten). Samba aktualisiert. Bootsplash entfernt. mc-Alias erstellt, sodass der auf der Textkonsole ordentlich zu bedienen ist. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@583 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- config/etc/bashrc | 5 + config/etc/group | 2 + config/etc/passwd | 2 + config/rootfiles/common/bootsplash | 11 - config/rootfiles/common/freetype | 95 --- config/rootfiles/common/lcms | 20 - config/rootfiles/common/libmng | 7 - config/rootfiles/common/modutils | 1 - config/rootfiles/common/ocaml | 607 +++++++++++++++ config/rootfiles/packages/cups | 1035 ++++++++++++++++++++++++++ config/rootfiles/packages/cyrus-sasl | 86 +++ config/rootfiles/packages/mpg123 | 2 + config/rootfiles/packages/openldap | 265 +++++++ config/rootfiles/packages/vsftpd | 8 + config/vsftpd/vsftpd.conf | 106 +++ doc/packages-list.txt | 2 + lfs/bootsplash | 95 --- lfs/cups | 2 +- lfs/cyrus-sasl | 6 + lfs/freetype | 80 -- lfs/libmng | 79 -- lfs/mc | 1 - lfs/modutils | 6 - lfs/mpg123 | 4 +- lfs/openh323 | 78 -- lfs/openldap | 5 + lfs/samba | 12 +- lfs/util-linux | 3 - lfs/{lcms => vsftpd} | 23 +- make.sh | 12 +- src/initscripts/init.d/vsftpd | 45 ++ src/pakfire/lib/functions.pl | 34 +- src/pakfire/pakfire | 29 +- src/paks/cups/install.sh | 1 + src/paks/cups/uninstall.sh | 0 src/paks/cups/update.sh | 0 src/paks/cyrus-sasl/install.sh | 1 + src/paks/cyrus-sasl/uninstall.sh | 0 src/paks/cyrus-sasl/update.sh | 0 src/paks/mpg123/install.sh | 1 + src/paks/mpg123/uninstall.sh | 0 src/paks/mpg123/update.sh | 0 src/paks/openldap/install.sh | 1 + src/paks/openldap/uninstall.sh | 0 src/paks/openldap/update.sh | 0 src/paks/vsftpd/install.sh | 1 + src/paks/vsftpd/uninstall.sh | 0 src/paks/vsftpd/update.sh | 0 src/scripts/vpn-watch | 2 +- 49 files changed, 2251 insertions(+), 524 deletions(-) delete mode 100644 config/rootfiles/common/bootsplash delete mode 100644 config/rootfiles/common/freetype delete mode 100644 config/rootfiles/common/lcms delete mode 100644 config/rootfiles/common/libmng create mode 100644 config/rootfiles/common/ocaml create mode 100644 config/rootfiles/packages/cups create mode 100644 config/rootfiles/packages/cyrus-sasl create mode 100644 config/rootfiles/packages/mpg123 create mode 100644 config/rootfiles/packages/openldap create mode 100644 config/rootfiles/packages/vsftpd create mode 100644 config/vsftpd/vsftpd.conf delete mode 100644 lfs/bootsplash delete mode 100644 lfs/freetype delete mode 100644 lfs/libmng delete mode 100644 lfs/openh323 rename lfs/{lcms => vsftpd} (82%) create mode 100644 src/initscripts/init.d/vsftpd create mode 100644 src/paks/cups/install.sh create mode 100644 src/paks/cups/uninstall.sh create mode 100644 src/paks/cups/update.sh create mode 100644 src/paks/cyrus-sasl/install.sh create mode 100644 src/paks/cyrus-sasl/uninstall.sh create mode 100644 src/paks/cyrus-sasl/update.sh create mode 100644 src/paks/mpg123/install.sh create mode 100644 src/paks/mpg123/uninstall.sh create mode 100644 src/paks/mpg123/update.sh create mode 100644 src/paks/openldap/install.sh create mode 100644 src/paks/openldap/uninstall.sh create mode 100644 src/paks/openldap/update.sh create mode 100644 src/paks/vsftpd/install.sh create mode 100644 src/paks/vsftpd/uninstall.sh create mode 100644 src/paks/vsftpd/update.sh diff --git a/config/etc/bashrc b/config/etc/bashrc index 4ff17b7b25..210188d7a2 100644 --- a/config/etc/bashrc +++ b/config/etc/bashrc @@ -21,6 +21,11 @@ fi alias ls='ls --color=auto' +# Midnight Commander isn't compatible to UTF8. +# So we use it in ACSII-Mode. + +alias mc='mc -a' + # Provides prompt for non-login shells, specifically shells started # in the X environment. [Review the LFS archive thread titled # PS1 Environment Variable for a great case study behind this script diff --git a/config/etc/group b/config/etc/group index a644d627ab..7d5fb159b3 100644 --- a/config/etc/group +++ b/config/etc/group @@ -18,6 +18,8 @@ squid:x:23: ntp:x:38: dip:x:40: mysql:x:41: +ftp:x:45: +vsftpd:x:47: rsyncd:x:48: stunnel:x:51: lock:x:54: diff --git a/config/etc/passwd b/config/etc/passwd index ad34f00d71..4b56ac6d0b 100644 --- a/config/etc/passwd +++ b/config/etc/passwd @@ -5,6 +5,8 @@ mail:x:8:12:mail:/var/spool/mail:/bin/false squid:x:23:23:ftp:/var/spool/squid:/bin/false ntp:x:38:38::/etc/ntp:/bin/false mysql:x:41:41:MySQL Server:/dev/null:/bin/false +ftp:x:45:45:anonymous_user:/home/ftp:/bin/false +vsftpd:x:47:47:vsftpd User:/home/ftp:/bin/false rsyncd:x:48:48:rsyncd Daemon:/home/rsync:/bin/false sshd:x:74:74:sshd:/var/empty:/bin/false nobody:x:99:99:Nobody:/home/nobody:/bin/false diff --git a/config/rootfiles/common/bootsplash b/config/rootfiles/common/bootsplash deleted file mode 100644 index a1a00cba8e..0000000000 --- a/config/rootfiles/common/bootsplash +++ /dev/null @@ -1,11 +0,0 @@ -#boot/splash -#boot/splash/config -boot/splash/config/bootsplash-1024x768.cfg -#boot/splash/images -boot/splash/images/bootsplash-1024x768.jpg -boot/splash/images/silent-1024x768.jpg -sbin/bootanim -sbin/fbmngplay -sbin/fbresolution -sbin/fbtruetype -sbin/splash diff --git a/config/rootfiles/common/freetype b/config/rootfiles/common/freetype deleted file mode 100644 index 9731f287bd..0000000000 --- a/config/rootfiles/common/freetype +++ /dev/null @@ -1,95 +0,0 @@ -#usr/bin/freetype-config -#usr/include/freetype2 -#usr/include/freetype2/freetype -#usr/include/freetype2/freetype/cache -#usr/include/freetype2/freetype/cache/ftccache.h -#usr/include/freetype2/freetype/cache/ftccmap.h -#usr/include/freetype2/freetype/cache/ftcglyph.h -#usr/include/freetype2/freetype/cache/ftcimage.h -#usr/include/freetype2/freetype/cache/ftcmanag.h -#usr/include/freetype2/freetype/cache/ftcmru.h -#usr/include/freetype2/freetype/cache/ftcsbits.h -#usr/include/freetype2/freetype/config -#usr/include/freetype2/freetype/config/ftconfig.h -#usr/include/freetype2/freetype/config/ftheader.h -#usr/include/freetype2/freetype/config/ftmodule.h -#usr/include/freetype2/freetype/config/ftoption.h -#usr/include/freetype2/freetype/config/ftstdlib.h -#usr/include/freetype2/freetype/freetype.h -#usr/include/freetype2/freetype/ftbbox.h -#usr/include/freetype2/freetype/ftbdf.h -#usr/include/freetype2/freetype/ftbitmap.h -#usr/include/freetype2/freetype/ftcache.h -#usr/include/freetype2/freetype/ftchapters.h -#usr/include/freetype2/freetype/fterrdef.h -#usr/include/freetype2/freetype/fterrors.h -#usr/include/freetype2/freetype/ftglyph.h -#usr/include/freetype2/freetype/ftgzip.h -#usr/include/freetype2/freetype/ftimage.h -#usr/include/freetype2/freetype/ftincrem.h -#usr/include/freetype2/freetype/ftlist.h -#usr/include/freetype2/freetype/ftlzw.h -#usr/include/freetype2/freetype/ftmac.h -#usr/include/freetype2/freetype/ftmm.h -#usr/include/freetype2/freetype/ftmodapi.h -#usr/include/freetype2/freetype/ftmoderr.h -#usr/include/freetype2/freetype/ftotval.h -#usr/include/freetype2/freetype/ftoutln.h -#usr/include/freetype2/freetype/ftpfr.h -#usr/include/freetype2/freetype/ftrender.h -#usr/include/freetype2/freetype/ftsizes.h -#usr/include/freetype2/freetype/ftsnames.h -#usr/include/freetype2/freetype/ftstroke.h -#usr/include/freetype2/freetype/ftsynth.h -#usr/include/freetype2/freetype/ftsysio.h -#usr/include/freetype2/freetype/ftsysmem.h -#usr/include/freetype2/freetype/ftsystem.h -#usr/include/freetype2/freetype/fttrigon.h -#usr/include/freetype2/freetype/fttypes.h -#usr/include/freetype2/freetype/ftwinfnt.h -#usr/include/freetype2/freetype/ftxf86.h -#usr/include/freetype2/freetype/internal -#usr/include/freetype2/freetype/internal/autohint.h -#usr/include/freetype2/freetype/internal/ftcalc.h -#usr/include/freetype2/freetype/internal/ftdebug.h -#usr/include/freetype2/freetype/internal/ftdriver.h -#usr/include/freetype2/freetype/internal/ftgloadr.h -#usr/include/freetype2/freetype/internal/ftmemory.h -#usr/include/freetype2/freetype/internal/ftobjs.h -#usr/include/freetype2/freetype/internal/ftrfork.h -#usr/include/freetype2/freetype/internal/ftserv.h -#usr/include/freetype2/freetype/internal/ftstream.h -#usr/include/freetype2/freetype/internal/fttrace.h -#usr/include/freetype2/freetype/internal/ftvalid.h -#usr/include/freetype2/freetype/internal/internal.h -#usr/include/freetype2/freetype/internal/pcftypes.h -#usr/include/freetype2/freetype/internal/psaux.h -#usr/include/freetype2/freetype/internal/pshints.h -#usr/include/freetype2/freetype/internal/sfnt.h -#usr/include/freetype2/freetype/internal/svbdf.h -#usr/include/freetype2/freetype/internal/svgldict.h -#usr/include/freetype2/freetype/internal/svmm.h -#usr/include/freetype2/freetype/internal/svotval.h -#usr/include/freetype2/freetype/internal/svpfr.h -#usr/include/freetype2/freetype/internal/svpostnm.h -#usr/include/freetype2/freetype/internal/svpscmap.h -#usr/include/freetype2/freetype/internal/svpsinfo.h -#usr/include/freetype2/freetype/internal/svsfnt.h -#usr/include/freetype2/freetype/internal/svttcmap.h -#usr/include/freetype2/freetype/internal/svwinfnt.h -#usr/include/freetype2/freetype/internal/svxf86nm.h -#usr/include/freetype2/freetype/internal/t1types.h -#usr/include/freetype2/freetype/internal/tttypes.h -#usr/include/freetype2/freetype/t1tables.h -#usr/include/freetype2/freetype/ttnameid.h -#usr/include/freetype2/freetype/tttables.h -#usr/include/freetype2/freetype/tttags.h -#usr/include/freetype2/freetype/ttunpat.h -#usr/include/ft2build.h -#usr/lib/libfreetype.a -#usr/lib/libfreetype.la -usr/lib/libfreetype.so -usr/lib/libfreetype.so.6 -usr/lib/libfreetype.so.6.3.8 -#usr/lib/pkgconfig/freetype2.pc -#usr/share/aclocal/freetype2.m4 diff --git a/config/rootfiles/common/lcms b/config/rootfiles/common/lcms deleted file mode 100644 index ca7f41f3ea..0000000000 --- a/config/rootfiles/common/lcms +++ /dev/null @@ -1,20 +0,0 @@ -#usr/bin/icc2ps -#usr/bin/icclink -#usr/bin/icctrans -#usr/bin/jpegicc -#usr/bin/tiffdiff -#usr/bin/tifficc -#usr/bin/wtpt -#usr/include/icc34.h -#usr/include/lcms.h -#usr/lib/liblcms.a -#usr/lib/liblcms.la -usr/lib/liblcms.so -usr/lib/liblcms.so.1 -usr/lib/liblcms.so.1.0.15 -#usr/lib/pkgconfig/lcms.pc -#usr/man/man1/icc2ps.1 -#usr/man/man1/icclink.1 -#usr/man/man1/jpegicc.1 -#usr/man/man1/tifficc.1 -#usr/man/man1/wtpt.1 diff --git a/config/rootfiles/common/libmng b/config/rootfiles/common/libmng deleted file mode 100644 index df688f58cc..0000000000 --- a/config/rootfiles/common/libmng +++ /dev/null @@ -1,7 +0,0 @@ -#usr/include/libmng.h -#usr/include/libmng_conf.h -#usr/include/libmng_types.h -#usr/lib/libmng.a -usr/lib/libmng.so -usr/lib/libmng.so.1 -usr/lib/libmng.so.1.1.0.9 diff --git a/config/rootfiles/common/modutils b/config/rootfiles/common/modutils index f6533340c1..1b4525c7ba 100644 --- a/config/rootfiles/common/modutils +++ b/config/rootfiles/common/modutils @@ -2,7 +2,6 @@ bin/lsmod sbin/depmod sbin/generate-modprobe.conf sbin/insmod -sbin/insmod.static sbin/modinfo sbin/modprobe sbin/rmmod diff --git a/config/rootfiles/common/ocaml b/config/rootfiles/common/ocaml new file mode 100644 index 0000000000..18851047a6 --- /dev/null +++ b/config/rootfiles/common/ocaml @@ -0,0 +1,607 @@ +#usr/bin/camlp4 +#usr/bin/camlp4o +#usr/bin/camlp4r +#usr/bin/mkcamlp4 +#usr/bin/ocaml +#usr/bin/ocamlc +#usr/bin/ocamlcp +#usr/bin/ocamldebug +#usr/bin/ocamldep +#usr/bin/ocamldoc +#usr/bin/ocamllex +#usr/bin/ocamlmklib +#usr/bin/ocamlmktop +#usr/bin/ocamlopt +#usr/bin/ocamlprof +#usr/bin/ocamlrun +#usr/bin/ocamlyacc +#usr/bin/ocpp +#usr/lib/ocaml +#usr/lib/ocaml/Makefile.config +#usr/lib/ocaml/addlabels +#usr/lib/ocaml/arg.cmi +#usr/lib/ocaml/arg.cmx +#usr/lib/ocaml/arg.ml +#usr/lib/ocaml/arg.mli +#usr/lib/ocaml/arg.p.cmx +#usr/lib/ocaml/arith_flags.cmx +#usr/lib/ocaml/arith_status.cmi +#usr/lib/ocaml/arith_status.cmx +#usr/lib/ocaml/arith_status.mli +#usr/lib/ocaml/array.cmi +#usr/lib/ocaml/array.cmx +#usr/lib/ocaml/array.ml +#usr/lib/ocaml/array.mli +#usr/lib/ocaml/array.p.cmx +#usr/lib/ocaml/arrayLabels.cmi +#usr/lib/ocaml/arrayLabels.cmx +#usr/lib/ocaml/arrayLabels.ml +#usr/lib/ocaml/arrayLabels.mli +#usr/lib/ocaml/arrayLabels.p.cmx +#usr/lib/ocaml/big_int.cmi +#usr/lib/ocaml/big_int.cmx +#usr/lib/ocaml/big_int.mli +#usr/lib/ocaml/bigarray.a +#usr/lib/ocaml/bigarray.cma +#usr/lib/ocaml/bigarray.cmi +#usr/lib/ocaml/bigarray.cmx +#usr/lib/ocaml/bigarray.cmxa +#usr/lib/ocaml/bigarray.mli +#usr/lib/ocaml/buffer.cmi +#usr/lib/ocaml/buffer.cmx +#usr/lib/ocaml/buffer.ml +#usr/lib/ocaml/buffer.mli +#usr/lib/ocaml/buffer.p.cmx +#usr/lib/ocaml/callback.cmi +#usr/lib/ocaml/callback.cmx +#usr/lib/ocaml/callback.ml +#usr/lib/ocaml/callback.mli +#usr/lib/ocaml/callback.p.cmx +#usr/lib/ocaml/caml +#usr/lib/ocaml/caml/alloc.h +#usr/lib/ocaml/caml/bigarray.h +#usr/lib/ocaml/caml/callback.h +#usr/lib/ocaml/caml/compatibility.h +#usr/lib/ocaml/caml/config.h +#usr/lib/ocaml/caml/custom.h +#usr/lib/ocaml/caml/fail.h +#usr/lib/ocaml/caml/intext.h +#usr/lib/ocaml/caml/memory.h +#usr/lib/ocaml/caml/misc.h +#usr/lib/ocaml/caml/mlvalues.h +#usr/lib/ocaml/caml/printexc.h +#usr/lib/ocaml/caml/signals.h +#usr/lib/ocaml/camlheader +#usr/lib/ocaml/camlheader_ur +#usr/lib/ocaml/camlinternalMod.cmi +#usr/lib/ocaml/camlinternalMod.cmx +#usr/lib/ocaml/camlinternalMod.ml +#usr/lib/ocaml/camlinternalMod.mli +#usr/lib/ocaml/camlinternalMod.p.cmx +#usr/lib/ocaml/camlinternalOO.cmi +#usr/lib/ocaml/camlinternalOO.cmx +#usr/lib/ocaml/camlinternalOO.ml +#usr/lib/ocaml/camlinternalOO.mli +#usr/lib/ocaml/camlinternalOO.p.cmx +#usr/lib/ocaml/camlp4 +#usr/lib/ocaml/camlp4/argl.cmi +#usr/lib/ocaml/camlp4/argl.cmo +#usr/lib/ocaml/camlp4/ast2pt.cmi +#usr/lib/ocaml/camlp4/ast2pt.mli +#usr/lib/ocaml/camlp4/camlp4.cma +#usr/lib/ocaml/camlp4/camlp4_top.cma +#usr/lib/ocaml/camlp4/camlp4o.cma +#usr/lib/ocaml/camlp4/camlp4r.cma +#usr/lib/ocaml/camlp4/extfold.cmi +#usr/lib/ocaml/camlp4/extfold.cmx +#usr/lib/ocaml/camlp4/extfold.mli +#usr/lib/ocaml/camlp4/extfun.cmi +#usr/lib/ocaml/camlp4/extfun.cmx +#usr/lib/ocaml/camlp4/extfun.mli +#usr/lib/ocaml/camlp4/fstream.cmi +#usr/lib/ocaml/camlp4/fstream.cmx +#usr/lib/ocaml/camlp4/fstream.mli +#usr/lib/ocaml/camlp4/gramext.cmi +#usr/lib/ocaml/camlp4/gramext.cmx +#usr/lib/ocaml/camlp4/gramext.mli +#usr/lib/ocaml/camlp4/gramlib.a +#usr/lib/ocaml/camlp4/gramlib.cma +#usr/lib/ocaml/camlp4/gramlib.cmxa +#usr/lib/ocaml/camlp4/grammar.cmi +#usr/lib/ocaml/camlp4/grammar.cmx +#usr/lib/ocaml/camlp4/grammar.mli +#usr/lib/ocaml/camlp4/mLast.cmi +#usr/lib/ocaml/camlp4/mLast.mli +#usr/lib/ocaml/camlp4/ocpp.cmo +#usr/lib/ocaml/camlp4/odyl.cma +#usr/lib/ocaml/camlp4/odyl.cmo +#usr/lib/ocaml/camlp4/odyl_main.cmi +#usr/lib/ocaml/camlp4/pa_extend.cmi +#usr/lib/ocaml/camlp4/pa_extend.cmo +#usr/lib/ocaml/camlp4/pa_extend_m.cmo +#usr/lib/ocaml/camlp4/pa_extfold.cmo +#usr/lib/ocaml/camlp4/pa_extfun.cmo +#usr/lib/ocaml/camlp4/pa_fstream.cmo +#usr/lib/ocaml/camlp4/pa_ifdef.cmo +#usr/lib/ocaml/camlp4/pa_macro.cmi +#usr/lib/ocaml/camlp4/pa_macro.cmo +#usr/lib/ocaml/camlp4/pa_o.cmi +#usr/lib/ocaml/camlp4/pa_o.cmo +#usr/lib/ocaml/camlp4/pa_oop.cmo +#usr/lib/ocaml/camlp4/pa_op.cmo +#usr/lib/ocaml/camlp4/pa_r.cmo +#usr/lib/ocaml/camlp4/pa_rp.cmo +#usr/lib/ocaml/camlp4/pa_ru.cmo +#usr/lib/ocaml/camlp4/pcaml.cmi +#usr/lib/ocaml/camlp4/pcaml.mli +#usr/lib/ocaml/camlp4/plexer.cmi +#usr/lib/ocaml/camlp4/plexer.cmx +#usr/lib/ocaml/camlp4/plexer.mli +#usr/lib/ocaml/camlp4/pr_depend.cmo +#usr/lib/ocaml/camlp4/pr_dump.cmo +#usr/lib/ocaml/camlp4/pr_extend.cmo +#usr/lib/ocaml/camlp4/pr_extfun.cmo +#usr/lib/ocaml/camlp4/pr_null.cmo +#usr/lib/ocaml/camlp4/pr_o.cmo +#usr/lib/ocaml/camlp4/pr_op.cmo +#usr/lib/ocaml/camlp4/pr_r.cmo +#usr/lib/ocaml/camlp4/pr_rp.cmo +#usr/lib/ocaml/camlp4/q_MLast.cmo +#usr/lib/ocaml/camlp4/q_phony.cmo +#usr/lib/ocaml/camlp4/quotation.cmi +#usr/lib/ocaml/camlp4/quotation.mli +#usr/lib/ocaml/camlp4/spretty.cmi +#usr/lib/ocaml/camlp4/spretty.mli +#usr/lib/ocaml/camlp4/stdpp.cmi +#usr/lib/ocaml/camlp4/stdpp.cmx +#usr/lib/ocaml/camlp4/stdpp.mli +#usr/lib/ocaml/camlp4/token.cmi +#usr/lib/ocaml/camlp4/token.cmx +#usr/lib/ocaml/camlp4/token.mli +#usr/lib/ocaml/char.cmi +#usr/lib/ocaml/char.cmx +#usr/lib/ocaml/char.ml +#usr/lib/ocaml/char.mli +#usr/lib/ocaml/char.p.cmx +#usr/lib/ocaml/complex.cmi +#usr/lib/ocaml/complex.cmx +#usr/lib/ocaml/complex.ml +#usr/lib/ocaml/complex.mli +#usr/lib/ocaml/complex.p.cmx +#usr/lib/ocaml/condition.mli +#usr/lib/ocaml/dbm.a +#usr/lib/ocaml/dbm.cma +#usr/lib/ocaml/dbm.cmi +#usr/lib/ocaml/dbm.cmx +#usr/lib/ocaml/dbm.cmxa +#usr/lib/ocaml/dbm.mli +#usr/lib/ocaml/digest.cmi +#usr/lib/ocaml/digest.cmx +#usr/lib/ocaml/digest.ml +#usr/lib/ocaml/digest.mli +#usr/lib/ocaml/digest.p.cmx +#usr/lib/ocaml/dynlink.cma +#usr/lib/ocaml/dynlink.cmi +#usr/lib/ocaml/dynlink.mli +#usr/lib/ocaml/event.mli +#usr/lib/ocaml/expunge +#usr/lib/ocaml/extract_crc +#usr/lib/ocaml/filename.cmi +#usr/lib/ocaml/filename.cmx +#usr/lib/ocaml/filename.ml +#usr/lib/ocaml/filename.mli +#usr/lib/ocaml/filename.p.cmx +#usr/lib/ocaml/format.cmi +#usr/lib/ocaml/format.cmx +#usr/lib/ocaml/format.ml +#usr/lib/ocaml/format.mli +#usr/lib/ocaml/format.p.cmx +#usr/lib/ocaml/gc.cmi +#usr/lib/ocaml/gc.cmx +#usr/lib/ocaml/gc.ml +#usr/lib/ocaml/gc.mli +#usr/lib/ocaml/gc.p.cmx +#usr/lib/ocaml/genlex.cmi +#usr/lib/ocaml/genlex.cmx +#usr/lib/ocaml/genlex.ml +#usr/lib/ocaml/genlex.mli +#usr/lib/ocaml/genlex.p.cmx +#usr/lib/ocaml/hashtbl.cmi +#usr/lib/ocaml/hashtbl.cmx +#usr/lib/ocaml/hashtbl.ml +#usr/lib/ocaml/hashtbl.mli +#usr/lib/ocaml/hashtbl.p.cmx +#usr/lib/ocaml/int32.cmi +#usr/lib/ocaml/int32.cmx +#usr/lib/ocaml/int32.ml +#usr/lib/ocaml/int32.mli +#usr/lib/ocaml/int32.p.cmx +#usr/lib/ocaml/int64.cmi +#usr/lib/ocaml/int64.cmx +#usr/lib/ocaml/int64.ml +#usr/lib/ocaml/int64.mli +#usr/lib/ocaml/int64.p.cmx +#usr/lib/ocaml/int_misc.cmx +#usr/lib/ocaml/lazy.cmi +#usr/lib/ocaml/lazy.cmx +#usr/lib/ocaml/lazy.ml +#usr/lib/ocaml/lazy.mli +#usr/lib/ocaml/lazy.p.cmx +#usr/lib/ocaml/ld.conf +#usr/lib/ocaml/lexing.cmi +#usr/lib/ocaml/lexing.cmx +#usr/lib/ocaml/lexing.ml +#usr/lib/ocaml/lexing.mli +#usr/lib/ocaml/lexing.p.cmx +#usr/lib/ocaml/libasmrun.a +#usr/lib/ocaml/libasmrunp.a +#usr/lib/ocaml/libbigarray.a +#usr/lib/ocaml/libcamlrun.a +#usr/lib/ocaml/libmldbm.a +#usr/lib/ocaml/libnums.a +#usr/lib/ocaml/libstr.a +#usr/lib/ocaml/libthreads.a +#usr/lib/ocaml/libthreadsnat.a +#usr/lib/ocaml/libunix.a +#usr/lib/ocaml/list.cmi +#usr/lib/ocaml/list.cmx +#usr/lib/ocaml/list.ml +#usr/lib/ocaml/list.mli +#usr/lib/ocaml/list.p.cmx +#usr/lib/ocaml/listLabels.cmi +#usr/lib/ocaml/listLabels.cmx +#usr/lib/ocaml/listLabels.ml +#usr/lib/ocaml/listLabels.mli +#usr/lib/ocaml/listLabels.p.cmx +#usr/lib/ocaml/map.cmi +#usr/lib/ocaml/map.cmx +#usr/lib/ocaml/map.ml +#usr/lib/ocaml/map.mli +#usr/lib/ocaml/map.p.cmx +#usr/lib/ocaml/marshal.cmi +#usr/lib/ocaml/marshal.cmx +#usr/lib/ocaml/marshal.ml +#usr/lib/ocaml/marshal.mli +#usr/lib/ocaml/marshal.p.cmx +#usr/lib/ocaml/moreLabels.cmi +#usr/lib/ocaml/moreLabels.cmx +#usr/lib/ocaml/moreLabels.ml +#usr/lib/ocaml/moreLabels.mli +#usr/lib/ocaml/moreLabels.p.cmx +#usr/lib/ocaml/mutex.mli +#usr/lib/ocaml/nat.cmi +#usr/lib/ocaml/nat.cmx +#usr/lib/ocaml/nat.mli +#usr/lib/ocaml/nativeint.cmi +#usr/lib/ocaml/nativeint.cmx +#usr/lib/ocaml/nativeint.ml +#usr/lib/ocaml/nativeint.mli +#usr/lib/ocaml/nativeint.p.cmx +#usr/lib/ocaml/num.cmi +#usr/lib/ocaml/num.cmx +#usr/lib/ocaml/num.mli +#usr/lib/ocaml/nums.a +#usr/lib/ocaml/nums.cma +#usr/lib/ocaml/nums.cmxa +#usr/lib/ocaml/obj.cmi +#usr/lib/ocaml/obj.cmx +#usr/lib/ocaml/obj.ml +#usr/lib/ocaml/obj.mli +#usr/lib/ocaml/obj.p.cmx +#usr/lib/ocaml/ocamldoc +#usr/lib/ocaml/ocamldoc/custom +#usr/lib/ocaml/ocamldoc/ocamldoc.hva +#usr/lib/ocaml/ocamldoc/odoc.cmi +#usr/lib/ocaml/ocamldoc/odoc_analyse.cmi +#usr/lib/ocaml/ocamldoc/odoc_args.cmi +#usr/lib/ocaml/ocamldoc/odoc_ast.cmi +#usr/lib/ocaml/ocamldoc/odoc_class.cmi +#usr/lib/ocaml/ocamldoc/odoc_comments.cmi +#usr/lib/ocaml/ocamldoc/odoc_comments_global.cmi +#usr/lib/ocaml/ocamldoc/odoc_config.cmi +#usr/lib/ocaml/ocamldoc/odoc_control.cmi +#usr/lib/ocaml/ocamldoc/odoc_cross.cmi +#usr/lib/ocaml/ocamldoc/odoc_dag2html.cmi +#usr/lib/ocaml/ocamldoc/odoc_dep.cmi +#usr/lib/ocaml/ocamldoc/odoc_dot.cmi +#usr/lib/ocaml/ocamldoc/odoc_env.cmi +#usr/lib/ocaml/ocamldoc/odoc_exception.cmi +#usr/lib/ocaml/ocamldoc/odoc_global.cmi +#usr/lib/ocaml/ocamldoc/odoc_html.cmi +#usr/lib/ocaml/ocamldoc/odoc_info.cma +#usr/lib/ocaml/ocamldoc/odoc_info.cmi +#usr/lib/ocaml/ocamldoc/odoc_info.mli +#usr/lib/ocaml/ocamldoc/odoc_inherit.cmi +#usr/lib/ocaml/ocamldoc/odoc_latex.cmi +#usr/lib/ocaml/ocamldoc/odoc_latex_style.cmi +#usr/lib/ocaml/ocamldoc/odoc_lexer.cmi +#usr/lib/ocaml/ocamldoc/odoc_man.cmi +#usr/lib/ocaml/ocamldoc/odoc_merge.cmi +#usr/lib/ocaml/ocamldoc/odoc_messages.cmi +#usr/lib/ocaml/ocamldoc/odoc_misc.cmi +#usr/lib/ocaml/ocamldoc/odoc_module.cmi +#usr/lib/ocaml/ocamldoc/odoc_name.cmi +#usr/lib/ocaml/ocamldoc/odoc_ocamlhtml.cmi +#usr/lib/ocaml/ocamldoc/odoc_parameter.cmi +#usr/lib/ocaml/ocamldoc/odoc_parser.cmi +#usr/lib/ocaml/ocamldoc/odoc_print.cmi +#usr/lib/ocaml/ocamldoc/odoc_scan.cmi +#usr/lib/ocaml/ocamldoc/odoc_search.cmi +#usr/lib/ocaml/ocamldoc/odoc_see_lexer.cmi +#usr/lib/ocaml/ocamldoc/odoc_sig.cmi +#usr/lib/ocaml/ocamldoc/odoc_str.cmi +#usr/lib/ocaml/ocamldoc/odoc_test.cmi +#usr/lib/ocaml/ocamldoc/odoc_texi.cmi +#usr/lib/ocaml/ocamldoc/odoc_text.cmi +#usr/lib/ocaml/ocamldoc/odoc_text_lexer.cmi +#usr/lib/ocaml/ocamldoc/odoc_text_parser.cmi +#usr/lib/ocaml/ocamldoc/odoc_to_text.cmi +#usr/lib/ocaml/ocamldoc/odoc_type.cmi +#usr/lib/ocaml/ocamldoc/odoc_types.cmi +#usr/lib/ocaml/ocamldoc/odoc_value.cmi +#usr/lib/ocaml/oo.cmi +#usr/lib/ocaml/oo.cmx +#usr/lib/ocaml/oo.ml +#usr/lib/ocaml/oo.mli +#usr/lib/ocaml/oo.p.cmx +#usr/lib/ocaml/outcometree.cmi +#usr/lib/ocaml/outcometree.mli +#usr/lib/ocaml/parsing.cmi +#usr/lib/ocaml/parsing.cmx +#usr/lib/ocaml/parsing.ml +#usr/lib/ocaml/parsing.mli +#usr/lib/ocaml/parsing.p.cmx +#usr/lib/ocaml/pervasives.cmi +#usr/lib/ocaml/pervasives.cmx +#usr/lib/ocaml/pervasives.ml +#usr/lib/ocaml/pervasives.mli +#usr/lib/ocaml/pervasives.p.cmx +#usr/lib/ocaml/printexc.cmi +#usr/lib/ocaml/printexc.cmx +#usr/lib/ocaml/printexc.ml +#usr/lib/ocaml/printexc.mli +#usr/lib/ocaml/printexc.p.cmx +#usr/lib/ocaml/printf.cmi +#usr/lib/ocaml/printf.cmx +#usr/lib/ocaml/printf.ml +#usr/lib/ocaml/printf.mli +#usr/lib/ocaml/printf.p.cmx +#usr/lib/ocaml/profiling.cmi +#usr/lib/ocaml/profiling.cmo +#usr/lib/ocaml/queue.cmi +#usr/lib/ocaml/queue.cmx +#usr/lib/ocaml/queue.ml +#usr/lib/ocaml/queue.mli +#usr/lib/ocaml/queue.p.cmx +#usr/lib/ocaml/random.cmi +#usr/lib/ocaml/random.cmx +#usr/lib/ocaml/random.ml +#usr/lib/ocaml/random.mli +#usr/lib/ocaml/random.p.cmx +#usr/lib/ocaml/ratio.cmi +#usr/lib/ocaml/ratio.cmx +#usr/lib/ocaml/ratio.mli +#usr/lib/ocaml/scanf.cmi +#usr/lib/ocaml/scanf.cmx +#usr/lib/ocaml/scanf.ml +#usr/lib/ocaml/scanf.mli +#usr/lib/ocaml/scanf.p.cmx +#usr/lib/ocaml/scrapelabels +#usr/lib/ocaml/set.cmi +#usr/lib/ocaml/set.cmx +#usr/lib/ocaml/set.ml +#usr/lib/ocaml/set.mli +#usr/lib/ocaml/set.p.cmx +#usr/lib/ocaml/sort.cmi +#usr/lib/ocaml/sort.cmx +#usr/lib/ocaml/sort.ml +#usr/lib/ocaml/sort.mli +#usr/lib/ocaml/sort.p.cmx +#usr/lib/ocaml/stack.cmi +#usr/lib/ocaml/stack.cmx +#usr/lib/ocaml/stack.ml +#usr/lib/ocaml/stack.mli +#usr/lib/ocaml/stack.p.cmx +#usr/lib/ocaml/stdLabels.cmi +#usr/lib/ocaml/stdLabels.cmx +#usr/lib/ocaml/stdLabels.ml +#usr/lib/ocaml/stdLabels.mli +#usr/lib/ocaml/stdLabels.p.cmx +#usr/lib/ocaml/std_exit.cmi +#usr/lib/ocaml/std_exit.cmo +#usr/lib/ocaml/std_exit.cmx +#usr/lib/ocaml/std_exit.ml +#usr/lib/ocaml/std_exit.o +#usr/lib/ocaml/std_exit.p.cmx +#usr/lib/ocaml/std_exit.p.o +#usr/lib/ocaml/stdlib.a +#usr/lib/ocaml/stdlib.cma +#usr/lib/ocaml/stdlib.cmxa +#usr/lib/ocaml/stdlib.p.a +#usr/lib/ocaml/stdlib.p.cmxa +#usr/lib/ocaml/str.a +#usr/lib/ocaml/str.cma +#usr/lib/ocaml/str.cmi +#usr/lib/ocaml/str.cmx +#usr/lib/ocaml/str.cmxa +#usr/lib/ocaml/str.mli +#usr/lib/ocaml/stream.cmi +#usr/lib/ocaml/stream.cmx +#usr/lib/ocaml/stream.ml +#usr/lib/ocaml/stream.mli +#usr/lib/ocaml/stream.p.cmx +#usr/lib/ocaml/string.cmi +#usr/lib/ocaml/string.cmx +#usr/lib/ocaml/string.ml +#usr/lib/ocaml/string.mli +#usr/lib/ocaml/string.p.cmx +#usr/lib/ocaml/stringLabels.cmi +#usr/lib/ocaml/stringLabels.cmx +#usr/lib/ocaml/stringLabels.ml +#usr/lib/ocaml/stringLabels.mli +#usr/lib/ocaml/stringLabels.p.cmx +#usr/lib/ocaml/stublibs +#usr/lib/ocaml/stublibs/dllbigarray.so +#usr/lib/ocaml/stublibs/dllmldbm.so +#usr/lib/ocaml/stublibs/dllnums.so +#usr/lib/ocaml/stublibs/dllstr.so +#usr/lib/ocaml/stublibs/dllthreads.so +#usr/lib/ocaml/stublibs/dllunix.so +#usr/lib/ocaml/stublibs/dllvmthreads.so +#usr/lib/ocaml/sys.cmi +#usr/lib/ocaml/sys.cmx +#usr/lib/ocaml/sys.ml +#usr/lib/ocaml/sys.mli +#usr/lib/ocaml/sys.p.cmx +#usr/lib/ocaml/thread.mli +#usr/lib/ocaml/threadUnix.mli +#usr/lib/ocaml/threads +#usr/lib/ocaml/threads/condition.cmi +#usr/lib/ocaml/threads/condition.cmx +#usr/lib/ocaml/threads/event.cmi +#usr/lib/ocaml/threads/event.cmx +#usr/lib/ocaml/threads/mutex.cmi +#usr/lib/ocaml/threads/mutex.cmx +#usr/lib/ocaml/threads/thread.cmi +#usr/lib/ocaml/threads/thread.cmx +#usr/lib/ocaml/threads/threadUnix.cmi +#usr/lib/ocaml/threads/threadUnix.cmx +#usr/lib/ocaml/threads/threads.a +#usr/lib/ocaml/threads/threads.cma +#usr/lib/ocaml/threads/threads.cmxa +#usr/lib/ocaml/topdirs.cmi +#usr/lib/ocaml/toplevellib.cma +#usr/lib/ocaml/toploop.cmi +#usr/lib/ocaml/topmain.cmi +#usr/lib/ocaml/topstart.cmo +#usr/lib/ocaml/unix.a +#usr/lib/ocaml/unix.cma +#usr/lib/ocaml/unix.cmi +#usr/lib/ocaml/unix.cmx +#usr/lib/ocaml/unix.cmxa +#usr/lib/ocaml/unix.mli +#usr/lib/ocaml/unixLabels.cmi +#usr/lib/ocaml/unixLabels.cmx +#usr/lib/ocaml/unixLabels.mli +#usr/lib/ocaml/vmthreads +#usr/lib/ocaml/vmthreads/condition.cmi +#usr/lib/ocaml/vmthreads/condition.mli +#usr/lib/ocaml/vmthreads/event.cmi +#usr/lib/ocaml/vmthreads/event.mli +#usr/lib/ocaml/vmthreads/libvmthreads.a +#usr/lib/ocaml/vmthreads/mutex.cmi +#usr/lib/ocaml/vmthreads/mutex.mli +#usr/lib/ocaml/vmthreads/stdlib.cma +#usr/lib/ocaml/vmthreads/thread.cmi +#usr/lib/ocaml/vmthreads/thread.mli +#usr/lib/ocaml/vmthreads/threadUnix.cmi +#usr/lib/ocaml/vmthreads/threadUnix.mli +#usr/lib/ocaml/vmthreads/threads.cma +#usr/lib/ocaml/vmthreads/unix.cma +#usr/lib/ocaml/weak.cmi +#usr/lib/ocaml/weak.cmx +#usr/lib/ocaml/weak.ml +#usr/lib/ocaml/weak.mli +#usr/lib/ocaml/weak.p.cmx +#usr/man/man1/camlp4.1 +#usr/man/man1/camlp4o.1 +#usr/man/man1/camlp4o.opt.1 +#usr/man/man1/camlp4r.1 +#usr/man/man1/camlp4r.opt.1 +#usr/man/man1/mkcamlp4.1 +#usr/man/man1/ocaml.1 +#usr/man/man1/ocamlc.1 +#usr/man/man1/ocamlc.opt.1 +#usr/man/man1/ocamlcp.1 +#usr/man/man1/ocamldebug.1 +#usr/man/man1/ocamldep.1 +#usr/man/man1/ocamldoc.1 +#usr/man/man1/ocamllex.1 +#usr/man/man1/ocamlmktop.1 +#usr/man/man1/ocamlopt.1 +#usr/man/man1/ocamlopt.opt.1 +#usr/man/man1/ocamlprof.1 +#usr/man/man1/ocamlrun.1 +#usr/man/man1/ocamlyacc.1 +#usr/man/man1/ocpp.1 +#usr/man/man3/Arg.3o +#usr/man/man3/Array.3o +#usr/man/man3/ArrayLabels.3o +#usr/man/man3/Bigarray.3o +#usr/man/man3/Bigarray.Array1.3o +#usr/man/man3/Bigarray.Array2.3o +#usr/man/man3/Bigarray.Array3.3o +#usr/man/man3/Bigarray.Genarray.3o +#usr/man/man3/Buffer.3o +#usr/man/man3/Callback.3o +#usr/man/man3/CamlinternalMod.3o +#usr/man/man3/CamlinternalOO.3o +#usr/man/man3/Char.3o +#usr/man/man3/Complex.3o +#usr/man/man3/Digest.3o +#usr/man/man3/Filename.3o +#usr/man/man3/Format.3o +#usr/man/man3/Gc.3o +#usr/man/man3/Genlex.3o +#usr/man/man3/Hashtbl.3o +#usr/man/man3/Hashtbl.HashedType.3o +#usr/man/man3/Hashtbl.Make.3o +#usr/man/man3/Hashtbl.S.3o +#usr/man/man3/Int32.3o +#usr/man/man3/Int64.3o +#usr/man/man3/Lazy.3o +#usr/man/man3/Lexing.3o +#usr/man/man3/List.3o +#usr/man/man3/ListLabels.3o +#usr/man/man3/Map.3o +#usr/man/man3/Map.Make.3o +#usr/man/man3/Map.OrderedType.3o +#usr/man/man3/Map.S.3o +#usr/man/man3/Marshal.3o +#usr/man/man3/MoreLabels.3o +#usr/man/man3/MoreLabels.Hashtbl.3o +#usr/man/man3/MoreLabels.Hashtbl.HashedType.3o +#usr/man/man3/MoreLabels.Hashtbl.Make.3o +#usr/man/man3/MoreLabels.Hashtbl.S.3o +#usr/man/man3/MoreLabels.Map.3o +#usr/man/man3/MoreLabels.Map.Make.3o +#usr/man/man3/MoreLabels.Map.OrderedType.3o +#usr/man/man3/MoreLabels.Map.S.3o +#usr/man/man3/MoreLabels.Set.3o +#usr/man/man3/MoreLabels.Set.Make.3o +#usr/man/man3/MoreLabels.Set.OrderedType.3o +#usr/man/man3/MoreLabels.Set.S.3o +#usr/man/man3/Nativeint.3o +#usr/man/man3/Num.3o +#usr/man/man3/Obj.3o +#usr/man/man3/Oo.3o +#usr/man/man3/Parsing.3o +#usr/man/man3/Pervasives.3o +#usr/man/man3/Pervasives.LargeFile.3o +#usr/man/man3/Printexc.3o +#usr/man/man3/Printf.3o +#usr/man/man3/Queue.3o +#usr/man/man3/Random.3o +#usr/man/man3/Random.State.3o +#usr/man/man3/Scanf.3o +#usr/man/man3/Scanf.Scanning.3o +#usr/man/man3/Set.3o +#usr/man/man3/Set.Make.3o +#usr/man/man3/Set.OrderedType.3o +#usr/man/man3/Set.S.3o +#usr/man/man3/Sort.3o +#usr/man/man3/Stack.3o +#usr/man/man3/StdLabels.3o +#usr/man/man3/StdLabels.Array.3o +#usr/man/man3/StdLabels.List.3o +#usr/man/man3/StdLabels.String.3o +#usr/man/man3/Str.3o +#usr/man/man3/Stream.3o +#usr/man/man3/String.3o +#usr/man/man3/StringLabels.3o +#usr/man/man3/Sys.3o +#usr/man/man3/Unix.3o +#usr/man/man3/Unix.LargeFile.3o +#usr/man/man3/Weak.3o +#usr/man/man3/Weak.Make.3o +#usr/man/man3/Weak.S.3o diff --git a/config/rootfiles/packages/cups b/config/rootfiles/packages/cups new file mode 100644 index 0000000000..12b6bb7cdf --- /dev/null +++ b/config/rootfiles/packages/cups @@ -0,0 +1,1035 @@ +etc/pam.d/cups +#etc/rc0.d +#etc/rc0.d/K00cups +#etc/rc2.d +#etc/rc2.d/S99cups +#etc/rc3.d +#etc/rc3.d/S99cups +#etc/rc5.d +#etc/rc5.d/S99cups +usr/bin/cancel +#usr/bin/cups-config +usr/bin/cupstestdsc +usr/bin/cupstestppd +usr/bin/lp +usr/bin/lpoptions +usr/bin/lppasswd +usr/bin/lpq +usr/bin/lpr +usr/bin/lprm +usr/bin/lpstat +#usr/include/cups +#usr/include/cups/adminutil.h +#usr/include/cups/array.h +#usr/include/cups/cups.h +#usr/include/cups/dir.h +#usr/include/cups/file.h +#usr/include/cups/http.h +#usr/include/cups/i18n.h +#usr/include/cups/image.h +#usr/include/cups/ipp.h +#usr/include/cups/language.h +#usr/include/cups/md5.h +#usr/include/cups/ppd.h +#usr/include/cups/raster.h +#usr/include/cups/transcode.h +#usr/lib/cups +#usr/lib/cups/backend +usr/lib/cups/backend/http +usr/lib/cups/backend/ipp +usr/lib/cups/backend/lpd +usr/lib/cups/backend/parallel +usr/lib/cups/backend/scsi +usr/lib/cups/backend/serial +usr/lib/cups/backend/smb +usr/lib/cups/backend/snmp +usr/lib/cups/backend/socket +usr/lib/cups/backend/usb +#usr/lib/cups/cgi-bin +usr/lib/cups/cgi-bin/admin.cgi +usr/lib/cups/cgi-bin/classes.cgi +usr/lib/cups/cgi-bin/help.cgi +usr/lib/cups/cgi-bin/jobs.cgi +usr/lib/cups/cgi-bin/printers.cgi +#usr/lib/cups/daemon +usr/lib/cups/daemon/cups-deviced +usr/lib/cups/daemon/cups-driverd +usr/lib/cups/daemon/cups-lpd +usr/lib/cups/daemon/cups-polld +usr/lib/cups/driver +#usr/lib/cups/filter +usr/lib/cups/filter/gziptoany +usr/lib/cups/filter/hpgltops +usr/lib/cups/filter/imagetops +usr/lib/cups/filter/imagetoraster +usr/lib/cups/filter/pdftops +usr/lib/cups/filter/pstops +usr/lib/cups/filter/rastertodymo +usr/lib/cups/filter/rastertoepson +usr/lib/cups/filter/rastertohp +usr/lib/cups/filter/rastertolabel +usr/lib/cups/filter/texttops +#usr/lib/cups/monitor +usr/lib/cups/monitor/bcp +usr/lib/cups/monitor/tbcp +#usr/lib/cups/notifier +usr/lib/cups/notifier/mailto +usr/lib/cups/notifier/testnotify +usr/lib/libcups.so +usr/lib/libcups.so.2 +usr/lib/libcupsimage.so +usr/lib/libcupsimage.so.2 +#usr/lib/php/extensions +#usr/lib/php/extensions/no-debug-non-zts-20020429 +#usr/lib/php/extensions/no-debug-non-zts-20020429/phpcups.so +usr/sbin/accept +usr/sbin/cupsaddsmb +usr/sbin/cupsd +usr/sbin/cupsdisable +usr/sbin/cupsenable +usr/sbin/lpadmin +usr/sbin/lpc +usr/sbin/lpinfo +usr/sbin/lpmove +usr/sbin/reject +#usr/share/cups +#usr/share/cups/banners +usr/share/cups/banners/classified +usr/share/cups/banners/confidential +usr/share/cups/banners/secret +usr/share/cups/banners/standard +usr/share/cups/banners/topsecret +usr/share/cups/banners/unclassified +#usr/share/cups/charmaps +usr/share/cups/charmaps/euc-cn.txt +usr/share/cups/charmaps/euc-jp.txt +usr/share/cups/charmaps/euc-kr.txt +usr/share/cups/charmaps/euc-tw.txt +usr/share/cups/charmaps/iso-8859-1.txt +usr/share/cups/charmaps/iso-8859-10.txt +usr/share/cups/charmaps/iso-8859-11.txt +usr/share/cups/charmaps/iso-8859-13.txt +usr/share/cups/charmaps/iso-8859-14.txt +usr/share/cups/charmaps/iso-8859-15.txt +usr/share/cups/charmaps/iso-8859-16.txt +usr/share/cups/charmaps/iso-8859-2.txt +usr/share/cups/charmaps/iso-8859-3.txt +usr/share/cups/charmaps/iso-8859-4.txt +usr/share/cups/charmaps/iso-8859-5.txt +usr/share/cups/charmaps/iso-8859-6.txt +usr/share/cups/charmaps/iso-8859-7.txt +usr/share/cups/charmaps/iso-8859-8.txt +usr/share/cups/charmaps/iso-8859-9.txt +usr/share/cups/charmaps/koi8-r.txt +usr/share/cups/charmaps/koi8-u.txt +usr/share/cups/charmaps/mac-roman.txt +usr/share/cups/charmaps/windows-1250.txt +usr/share/cups/charmaps/windows-1251.txt +usr/share/cups/charmaps/windows-1252.txt +usr/share/cups/charmaps/windows-1253.txt +usr/share/cups/charmaps/windows-1254.txt +usr/share/cups/charmaps/windows-1255.txt +usr/share/cups/charmaps/windows-1256.txt +usr/share/cups/charmaps/windows-1257.txt +usr/share/cups/charmaps/windows-1258.txt +usr/share/cups/charmaps/windows-1361.txt +usr/share/cups/charmaps/windows-874.txt +usr/share/cups/charmaps/windows-932.txt +usr/share/cups/charmaps/windows-936.txt +usr/share/cups/charmaps/windows-949.txt +usr/share/cups/charmaps/windows-950.txt +#usr/share/cups/charsets +usr/share/cups/charsets/iso-8859-1 +usr/share/cups/charsets/iso-8859-10 +usr/share/cups/charsets/iso-8859-13 +usr/share/cups/charsets/iso-8859-14 +usr/share/cups/charsets/iso-8859-15 +usr/share/cups/charsets/iso-8859-2 +usr/share/cups/charsets/iso-8859-3 +usr/share/cups/charsets/iso-8859-4 +usr/share/cups/charsets/iso-8859-5 +usr/share/cups/charsets/iso-8859-6 +usr/share/cups/charsets/iso-8859-7 +usr/share/cups/charsets/iso-8859-8 +usr/share/cups/charsets/iso-8859-9 +usr/share/cups/charsets/koi8-r +usr/share/cups/charsets/koi8-u +usr/share/cups/charsets/utf-8 +usr/share/cups/charsets/windows-1250 +usr/share/cups/charsets/windows-1251 +usr/share/cups/charsets/windows-1252 +usr/share/cups/charsets/windows-1253 +usr/share/cups/charsets/windows-1254 +usr/share/cups/charsets/windows-1255 +usr/share/cups/charsets/windows-1256 +usr/share/cups/charsets/windows-1257 +usr/share/cups/charsets/windows-1258 +usr/share/cups/charsets/windows-874 +#usr/share/cups/data +usr/share/cups/data/HPGLprolog +usr/share/cups/data/psglyphs +usr/share/cups/data/testprint.ps +#usr/share/cups/fonts +usr/share/cups/fonts/Courier +usr/share/cups/fonts/Courier-Bold +usr/share/cups/fonts/Courier-BoldOblique +usr/share/cups/fonts/Courier-Oblique +usr/share/cups/fonts/Symbol +#usr/share/cups/model +usr/share/cups/model/deskjet.ppd +usr/share/cups/model/deskjet2.ppd +usr/share/cups/model/dymo.ppd +usr/share/cups/model/epson24.ppd +usr/share/cups/model/epson9.ppd +usr/share/cups/model/laserjet.ppd +usr/share/cups/model/okidat24.ppd +usr/share/cups/model/okidata9.ppd +usr/share/cups/model/stcolor.ppd +usr/share/cups/model/stcolor2.ppd +usr/share/cups/model/stphoto.ppd +usr/share/cups/model/stphoto2.ppd +usr/share/cups/model/zebra.ppd +usr/share/cups/model/zebraep1.ppd +usr/share/cups/model/zebraep2.ppd +usr/share/cups/profiles +#usr/share/cups/templates +usr/share/cups/templates/add-class.tmpl +usr/share/cups/templates/add-printer.tmpl +usr/share/cups/templates/admin.tmpl +usr/share/cups/templates/choose-device.tmpl +usr/share/cups/templates/choose-make.tmpl +usr/share/cups/templates/choose-model.tmpl +usr/share/cups/templates/choose-serial.tmpl +usr/share/cups/templates/choose-uri.tmpl +usr/share/cups/templates/class-added.tmpl +usr/share/cups/templates/class-confirm.tmpl +usr/share/cups/templates/class-deleted.tmpl +usr/share/cups/templates/class-jobs-header.tmpl +usr/share/cups/templates/class-modified.tmpl +usr/share/cups/templates/classes-header.tmpl +usr/share/cups/templates/classes.tmpl +usr/share/cups/templates/de +usr/share/cups/templates/de/add-class.tmpl +usr/share/cups/templates/de/add-printer.tmpl +usr/share/cups/templates/de/admin.tmpl +usr/share/cups/templates/de/choose-device.tmpl +usr/share/cups/templates/de/choose-make.tmpl +usr/share/cups/templates/de/choose-model.tmpl +usr/share/cups/templates/de/choose-serial.tmpl +usr/share/cups/templates/de/choose-uri.tmpl +usr/share/cups/templates/de/class-added.tmpl +usr/share/cups/templates/de/class-confirm.tmpl +usr/share/cups/templates/de/class-deleted.tmpl +usr/share/cups/templates/de/class-jobs-header.tmpl +usr/share/cups/templates/de/class-modified.tmpl +usr/share/cups/templates/de/classes-header.tmpl +usr/share/cups/templates/de/classes.tmpl +usr/share/cups/templates/de/edit-config.tmpl +usr/share/cups/templates/de/error-op.tmpl +usr/share/cups/templates/de/error.tmpl +usr/share/cups/templates/de/header.tmpl +usr/share/cups/templates/de/help-header.tmpl +usr/share/cups/templates/de/help-printable.tmpl +usr/share/cups/templates/de/job-cancel.tmpl +usr/share/cups/templates/de/job-hold.tmpl +usr/share/cups/templates/de/job-move.tmpl +usr/share/cups/templates/de/job-moved.tmpl +usr/share/cups/templates/de/job-release.tmpl +usr/share/cups/templates/de/job-restart.tmpl +usr/share/cups/templates/de/jobs-header.tmpl +usr/share/cups/templates/de/jobs.tmpl +usr/share/cups/templates/de/maintenance.tmpl +usr/share/cups/templates/de/modify-class.tmpl +usr/share/cups/templates/de/modify-printer.tmpl +usr/share/cups/templates/de/option-boolean.tmpl +usr/share/cups/templates/de/option-conflict.tmpl +usr/share/cups/templates/de/option-header.tmpl +usr/share/cups/templates/de/option-pickmany.tmpl +usr/share/cups/templates/de/option-pickone.tmpl +usr/share/cups/templates/de/option-trailer.tmpl +usr/share/cups/templates/de/pager.tmpl +usr/share/cups/templates/de/printer-accept.tmpl +usr/share/cups/templates/de/printer-added.tmpl +usr/share/cups/templates/de/printer-configured.tmpl +usr/share/cups/templates/de/printer-confirm.tmpl +usr/share/cups/templates/de/printer-default.tmpl +usr/share/cups/templates/de/printer-deleted.tmpl +usr/share/cups/templates/de/printer-jobs-header.tmpl +usr/share/cups/templates/de/printer-modified.tmpl +usr/share/cups/templates/de/printer-purge.tmpl +usr/share/cups/templates/de/printer-reject.tmpl +usr/share/cups/templates/de/printer-start.tmpl +usr/share/cups/templates/de/printer-stop.tmpl +usr/share/cups/templates/de/printers-header.tmpl +usr/share/cups/templates/de/printers.tmpl +usr/share/cups/templates/de/restart.tmpl +usr/share/cups/templates/de/samba-export.tmpl +usr/share/cups/templates/de/samba-exported.tmpl +usr/share/cups/templates/de/search.tmpl +usr/share/cups/templates/de/set-printer-options-header.tmpl +usr/share/cups/templates/de/set-printer-options-trailer.tmpl +usr/share/cups/templates/de/test-page.tmpl +usr/share/cups/templates/de/trailer.tmpl +usr/share/cups/templates/de/users.tmpl +usr/share/cups/templates/edit-config.tmpl +usr/share/cups/templates/error-op.tmpl +usr/share/cups/templates/error.tmpl +#usr/share/cups/templates/es +#usr/share/cups/templates/es/add-class.tmpl +#usr/share/cups/templates/es/add-printer.tmpl +#usr/share/cups/templates/es/admin.tmpl +#usr/share/cups/templates/es/choose-device.tmpl +#usr/share/cups/templates/es/choose-make.tmpl +#usr/share/cups/templates/es/choose-model.tmpl +#usr/share/cups/templates/es/choose-serial.tmpl +#usr/share/cups/templates/es/choose-uri.tmpl +#usr/share/cups/templates/es/class-added.tmpl +#usr/share/cups/templates/es/class-confirm.tmpl +#usr/share/cups/templates/es/class-deleted.tmpl +#usr/share/cups/templates/es/class-jobs-header.tmpl +#usr/share/cups/templates/es/class-modified.tmpl +#usr/share/cups/templates/es/classes-header.tmpl +#usr/share/cups/templates/es/classes.tmpl +#usr/share/cups/templates/es/edit-config.tmpl +#usr/share/cups/templates/es/error-op.tmpl +#usr/share/cups/templates/es/error.tmpl +#usr/share/cups/templates/es/header.tmpl +#usr/share/cups/templates/es/help-header.tmpl +#usr/share/cups/templates/es/help-printable.tmpl +#usr/share/cups/templates/es/job-cancel.tmpl +#usr/share/cups/templates/es/job-hold.tmpl +#usr/share/cups/templates/es/job-move.tmpl +#usr/share/cups/templates/es/job-moved.tmpl +#usr/share/cups/templates/es/job-release.tmpl +#usr/share/cups/templates/es/job-restart.tmpl +#usr/share/cups/templates/es/jobs-header.tmpl +#usr/share/cups/templates/es/jobs.tmpl +#usr/share/cups/templates/es/maintenance.tmpl +#usr/share/cups/templates/es/modify-class.tmpl +#usr/share/cups/templates/es/modify-printer.tmpl +#usr/share/cups/templates/es/option-boolean.tmpl +#usr/share/cups/templates/es/option-conflict.tmpl +#usr/share/cups/templates/es/option-header.tmpl +#usr/share/cups/templates/es/option-pickmany.tmpl +#usr/share/cups/templates/es/option-pickone.tmpl +#usr/share/cups/templates/es/option-trailer.tmpl +#usr/share/cups/templates/es/pager.tmpl +#usr/share/cups/templates/es/printer-accept.tmpl +#usr/share/cups/templates/es/printer-added.tmpl +#usr/share/cups/templates/es/printer-configured.tmpl +#usr/share/cups/templates/es/printer-confirm.tmpl +#usr/share/cups/templates/es/printer-default.tmpl +#usr/share/cups/templates/es/printer-deleted.tmpl +#usr/share/cups/templates/es/printer-jobs-header.tmpl +#usr/share/cups/templates/es/printer-modified.tmpl +#usr/share/cups/templates/es/printer-purge.tmpl +#usr/share/cups/templates/es/printer-reject.tmpl +#usr/share/cups/templates/es/printer-start.tmpl +#usr/share/cups/templates/es/printer-stop.tmpl +#usr/share/cups/templates/es/printers-header.tmpl +#usr/share/cups/templates/es/printers.tmpl +#usr/share/cups/templates/es/restart.tmpl +#usr/share/cups/templates/es/samba-export.tmpl +#usr/share/cups/templates/es/samba-exported.tmpl +#usr/share/cups/templates/es/search.tmpl +#usr/share/cups/templates/es/set-printer-options-header.tmpl +#usr/share/cups/templates/es/set-printer-options-trailer.tmpl +#usr/share/cups/templates/es/test-page.tmpl +#usr/share/cups/templates/es/trailer.tmpl +#usr/share/cups/templates/es/users.tmpl +usr/share/cups/templates/header.tmpl +usr/share/cups/templates/help-header.tmpl +usr/share/cups/templates/help-printable.tmpl +#usr/share/cups/templates/ja +#usr/share/cups/templates/ja/add-class.tmpl +#usr/share/cups/templates/ja/add-printer.tmpl +#usr/share/cups/templates/ja/admin.tmpl +#usr/share/cups/templates/ja/choose-device.tmpl +#usr/share/cups/templates/ja/choose-make.tmpl +#usr/share/cups/templates/ja/choose-model.tmpl +#usr/share/cups/templates/ja/choose-serial.tmpl +#usr/share/cups/templates/ja/choose-uri.tmpl +#usr/share/cups/templates/ja/class-added.tmpl +#usr/share/cups/templates/ja/class-confirm.tmpl +#usr/share/cups/templates/ja/class-deleted.tmpl +#usr/share/cups/templates/ja/class-jobs-header.tmpl +#usr/share/cups/templates/ja/class-modified.tmpl +#usr/share/cups/templates/ja/classes-header.tmpl +#usr/share/cups/templates/ja/classes.tmpl +#usr/share/cups/templates/ja/edit-config.tmpl +#usr/share/cups/templates/ja/error-op.tmpl +#usr/share/cups/templates/ja/error.tmpl +#usr/share/cups/templates/ja/header.tmpl +#usr/share/cups/templates/ja/help-header.tmpl +#usr/share/cups/templates/ja/job-cancel.tmpl +#usr/share/cups/templates/ja/job-hold.tmpl +#usr/share/cups/templates/ja/job-move.tmpl +#usr/share/cups/templates/ja/job-moved.tmpl +#usr/share/cups/templates/ja/job-release.tmpl +#usr/share/cups/templates/ja/job-restart.tmpl +#usr/share/cups/templates/ja/jobs-header.tmpl +#usr/share/cups/templates/ja/jobs.tmpl +#usr/share/cups/templates/ja/maintenance.tmpl +#usr/share/cups/templates/ja/modify-class.tmpl +#usr/share/cups/templates/ja/modify-printer.tmpl +#usr/share/cups/templates/ja/option-conflict.tmpl +#usr/share/cups/templates/ja/option-trailer.tmpl +#usr/share/cups/templates/ja/pager.tmpl +#usr/share/cups/templates/ja/printer-accept.tmpl +#usr/share/cups/templates/ja/printer-added.tmpl +#usr/share/cups/templates/ja/printer-configured.tmpl +#usr/share/cups/templates/ja/printer-confirm.tmpl +#usr/share/cups/templates/ja/printer-default.tmpl +#usr/share/cups/templates/ja/printer-deleted.tmpl +#usr/share/cups/templates/ja/printer-jobs-header.tmpl +#usr/share/cups/templates/ja/printer-modified.tmpl +#usr/share/cups/templates/ja/printer-purge.tmpl +#usr/share/cups/templates/ja/printer-reject.tmpl +#usr/share/cups/templates/ja/printer-start.tmpl +#usr/share/cups/templates/ja/printer-stop.tmpl +#usr/share/cups/templates/ja/printers-header.tmpl +#usr/share/cups/templates/ja/printers.tmpl +#usr/share/cups/templates/ja/restart.tmpl +#usr/share/cups/templates/ja/samba-export.tmpl +#usr/share/cups/templates/ja/samba-exported.tmpl +#usr/share/cups/templates/ja/search.tmpl +#usr/share/cups/templates/ja/test-page.tmpl +#usr/share/cups/templates/ja/users.tmpl +usr/share/cups/templates/job-cancel.tmpl +usr/share/cups/templates/job-hold.tmpl +usr/share/cups/templates/job-move.tmpl +usr/share/cups/templates/job-moved.tmpl +usr/share/cups/templates/job-release.tmpl +usr/share/cups/templates/job-restart.tmpl +usr/share/cups/templates/jobs-header.tmpl +usr/share/cups/templates/jobs.tmpl +usr/share/cups/templates/maintenance.tmpl +usr/share/cups/templates/modify-class.tmpl +usr/share/cups/templates/modify-printer.tmpl +usr/share/cups/templates/option-boolean.tmpl +usr/share/cups/templates/option-conflict.tmpl +usr/share/cups/templates/option-header.tmpl +usr/share/cups/templates/option-pickmany.tmpl +usr/share/cups/templates/option-pickone.tmpl +usr/share/cups/templates/option-trailer.tmpl +usr/share/cups/templates/pager.tmpl +#usr/share/cups/templates/pl +#usr/share/cups/templates/pl/add-class.tmpl +#usr/share/cups/templates/pl/add-printer.tmpl +#usr/share/cups/templates/pl/admin.tmpl +#usr/share/cups/templates/pl/choose-device.tmpl +#usr/share/cups/templates/pl/choose-make.tmpl +#usr/share/cups/templates/pl/choose-model.tmpl +#usr/share/cups/templates/pl/choose-serial.tmpl +#usr/share/cups/templates/pl/choose-uri.tmpl +#usr/share/cups/templates/pl/class-added.tmpl +#usr/share/cups/templates/pl/class-confirm.tmpl +#usr/share/cups/templates/pl/class-deleted.tmpl +#usr/share/cups/templates/pl/class-jobs-header.tmpl +#usr/share/cups/templates/pl/class-modified.tmpl +#usr/share/cups/templates/pl/classes-header.tmpl +#usr/share/cups/templates/pl/classes.tmpl +#usr/share/cups/templates/pl/edit-config.tmpl +#usr/share/cups/templates/pl/error-op.tmpl +#usr/share/cups/templates/pl/error.tmpl +#usr/share/cups/templates/pl/header.tmpl +#usr/share/cups/templates/pl/help-header.tmpl +#usr/share/cups/templates/pl/help-printable.tmpl +#usr/share/cups/templates/pl/job-cancel.tmpl +#usr/share/cups/templates/pl/job-hold.tmpl +#usr/share/cups/templates/pl/job-move.tmpl +#usr/share/cups/templates/pl/job-moved.tmpl +#usr/share/cups/templates/pl/job-release.tmpl +#usr/share/cups/templates/pl/job-restart.tmpl +#usr/share/cups/templates/pl/jobs-header.tmpl +#usr/share/cups/templates/pl/jobs.tmpl +#usr/share/cups/templates/pl/maintenance.tmpl +#usr/share/cups/templates/pl/modify-class.tmpl +#usr/share/cups/templates/pl/modify-printer.tmpl +#usr/share/cups/templates/pl/option-boolean.tmpl +#usr/share/cups/templates/pl/option-conflict.tmpl +#usr/share/cups/templates/pl/option-header.tmpl +#usr/share/cups/templates/pl/option-pickmany.tmpl +#usr/share/cups/templates/pl/option-pickone.tmpl +#usr/share/cups/templates/pl/option-trailer.tmpl +#usr/share/cups/templates/pl/pager.tmpl +#usr/share/cups/templates/pl/printer-accept.tmpl +#usr/share/cups/templates/pl/printer-added.tmpl +#usr/share/cups/templates/pl/printer-configured.tmpl +#usr/share/cups/templates/pl/printer-confirm.tmpl +#usr/share/cups/templates/pl/printer-default.tmpl +#usr/share/cups/templates/pl/printer-deleted.tmpl +#usr/share/cups/templates/pl/printer-jobs-header.tmpl +#usr/share/cups/templates/pl/printer-modified.tmpl +#usr/share/cups/templates/pl/printer-purge.tmpl +#usr/share/cups/templates/pl/printer-reject.tmpl +#usr/share/cups/templates/pl/printer-start.tmpl +#usr/share/cups/templates/pl/printer-stop.tmpl +#usr/share/cups/templates/pl/printers-header.tmpl +#usr/share/cups/templates/pl/printers.tmpl +#usr/share/cups/templates/pl/restart.tmpl +#usr/share/cups/templates/pl/samba-export.tmpl +#usr/share/cups/templates/pl/samba-exported.tmpl +#usr/share/cups/templates/pl/search.tmpl +#usr/share/cups/templates/pl/set-printer-options-header.tmpl +#usr/share/cups/templates/pl/set-printer-options-trailer.tmpl +#usr/share/cups/templates/pl/test-page.tmpl +#usr/share/cups/templates/pl/trailer.tmpl +#usr/share/cups/templates/pl/users.tmpl +usr/share/cups/templates/printer-accept.tmpl +usr/share/cups/templates/printer-added.tmpl +usr/share/cups/templates/printer-configured.tmpl +usr/share/cups/templates/printer-confirm.tmpl +usr/share/cups/templates/printer-default.tmpl +usr/share/cups/templates/printer-deleted.tmpl +usr/share/cups/templates/printer-jobs-header.tmpl +usr/share/cups/templates/printer-modified.tmpl +usr/share/cups/templates/printer-purge.tmpl +usr/share/cups/templates/printer-reject.tmpl +usr/share/cups/templates/printer-start.tmpl +usr/share/cups/templates/printer-stop.tmpl +usr/share/cups/templates/printers-header.tmpl +usr/share/cups/templates/printers.tmpl +usr/share/cups/templates/restart.tmpl +usr/share/cups/templates/samba-export.tmpl +usr/share/cups/templates/samba-exported.tmpl +usr/share/cups/templates/search.tmpl +usr/share/cups/templates/set-printer-options-header.tmpl +usr/share/cups/templates/set-printer-options-trailer.tmpl +#usr/share/cups/templates/sv +#usr/share/cups/templates/sv/add-class.tmpl +#usr/share/cups/templates/sv/add-printer.tmpl +#usr/share/cups/templates/sv/admin.tmpl +#usr/share/cups/templates/sv/choose-device.tmpl +#usr/share/cups/templates/sv/choose-make.tmpl +#usr/share/cups/templates/sv/choose-model.tmpl +#usr/share/cups/templates/sv/choose-serial.tmpl +#usr/share/cups/templates/sv/choose-uri.tmpl +#usr/share/cups/templates/sv/class-added.tmpl +#usr/share/cups/templates/sv/class-confirm.tmpl +#usr/share/cups/templates/sv/class-deleted.tmpl +#usr/share/cups/templates/sv/class-jobs-header.tmpl +#usr/share/cups/templates/sv/class-modified.tmpl +#usr/share/cups/templates/sv/classes-header.tmpl +#usr/share/cups/templates/sv/classes.tmpl +#usr/share/cups/templates/sv/edit-config.tmpl +#usr/share/cups/templates/sv/error-op.tmpl +#usr/share/cups/templates/sv/error.tmpl +#usr/share/cups/templates/sv/header.tmpl +#usr/share/cups/templates/sv/help-header.tmpl +#usr/share/cups/templates/sv/help-printable.tmpl +#usr/share/cups/templates/sv/job-cancel.tmpl +#usr/share/cups/templates/sv/job-hold.tmpl +#usr/share/cups/templates/sv/job-move.tmpl +#usr/share/cups/templates/sv/job-moved.tmpl +#usr/share/cups/templates/sv/job-release.tmpl +#usr/share/cups/templates/sv/job-restart.tmpl +#usr/share/cups/templates/sv/jobs-header.tmpl +#usr/share/cups/templates/sv/jobs.tmpl +#usr/share/cups/templates/sv/maintenance.tmpl +#usr/share/cups/templates/sv/modify-class.tmpl +#usr/share/cups/templates/sv/modify-printer.tmpl +#usr/share/cups/templates/sv/option-boolean.tmpl +#usr/share/cups/templates/sv/option-conflict.tmpl +#usr/share/cups/templates/sv/option-header.tmpl +#usr/share/cups/templates/sv/option-pickmany.tmpl +#usr/share/cups/templates/sv/option-pickone.tmpl +#usr/share/cups/templates/sv/option-trailer.tmpl +#usr/share/cups/templates/sv/pager.tmpl +#usr/share/cups/templates/sv/printer-accept.tmpl +#usr/share/cups/templates/sv/printer-added.tmpl +#usr/share/cups/templates/sv/printer-configured.tmpl +#usr/share/cups/templates/sv/printer-confirm.tmpl +#usr/share/cups/templates/sv/printer-default.tmpl +#usr/share/cups/templates/sv/printer-deleted.tmpl +#usr/share/cups/templates/sv/printer-jobs-header.tmpl +#usr/share/cups/templates/sv/printer-modified.tmpl +#usr/share/cups/templates/sv/printer-purge.tmpl +#usr/share/cups/templates/sv/printer-reject.tmpl +#usr/share/cups/templates/sv/printer-start.tmpl +#usr/share/cups/templates/sv/printer-stop.tmpl +#usr/share/cups/templates/sv/printers-header.tmpl +#usr/share/cups/templates/sv/printers.tmpl +#usr/share/cups/templates/sv/restart.tmpl +#usr/share/cups/templates/sv/samba-export.tmpl +#usr/share/cups/templates/sv/samba-exported.tmpl +#usr/share/cups/templates/sv/search.tmpl +#usr/share/cups/templates/sv/set-printer-options-header.tmpl +#usr/share/cups/templates/sv/set-printer-options-trailer.tmpl +#usr/share/cups/templates/sv/test-page.tmpl +#usr/share/cups/templates/sv/trailer.tmpl +#usr/share/cups/templates/sv/users.tmpl +usr/share/cups/templates/test-page.tmpl +usr/share/cups/templates/trailer.tmpl +usr/share/cups/templates/users.tmpl +#usr/share/doc/cups +#usr/share/doc/cups/cups-printable.css +#usr/share/doc/cups/cups.css +#usr/share/doc/cups/de +#usr/share/doc/cups/de/images +#usr/share/doc/cups/de/images/button-accept-jobs.gif +#usr/share/doc/cups/de/images/button-add-class.gif +#usr/share/doc/cups/de/images/button-add-printer.gif +#usr/share/doc/cups/de/images/button-add-this-printer.gif +#usr/share/doc/cups/de/images/button-cancel-all-jobs.gif +#usr/share/doc/cups/de/images/button-cancel-job.gif +#usr/share/doc/cups/de/images/button-change-settings.gif +#usr/share/doc/cups/de/images/button-clean-print-heads.gif +#usr/share/doc/cups/de/images/button-clear.gif +#usr/share/doc/cups/de/images/button-continue.gif +#usr/share/doc/cups/de/images/button-delete-class.gif +#usr/share/doc/cups/de/images/button-delete-printer.gif +#usr/share/doc/cups/de/images/button-edit-configuration-file.gif +#usr/share/doc/cups/de/images/button-export-samba.gif +#usr/share/doc/cups/de/images/button-help.gif +#usr/share/doc/cups/de/images/button-hold-job.gif +#usr/share/doc/cups/de/images/button-manage-classes.gif +#usr/share/doc/cups/de/images/button-manage-jobs.gif +#usr/share/doc/cups/de/images/button-manage-printers.gif +#usr/share/doc/cups/de/images/button-manage-server.gif +#usr/share/doc/cups/de/images/button-modify-class.gif +#usr/share/doc/cups/de/images/button-modify-printer.gif +#usr/share/doc/cups/de/images/button-move-job.gif +#usr/share/doc/cups/de/images/button-move-jobs.gif +#usr/share/doc/cups/de/images/button-print-self-test-page.gif +#usr/share/doc/cups/de/images/button-print-test-page.gif +#usr/share/doc/cups/de/images/button-publish-printer.gif +#usr/share/doc/cups/de/images/button-reject-jobs.gif +#usr/share/doc/cups/de/images/button-release-job.gif +#usr/share/doc/cups/de/images/button-restart-job.gif +#usr/share/doc/cups/de/images/button-save-changes.gif +#usr/share/doc/cups/de/images/button-search.gif +#usr/share/doc/cups/de/images/button-set-allowed-users.gif +#usr/share/doc/cups/de/images/button-set-as-default.gif +#usr/share/doc/cups/de/images/button-set-printer-options.gif +#usr/share/doc/cups/de/images/button-show-active.gif +#usr/share/doc/cups/de/images/button-show-all.gif +#usr/share/doc/cups/de/images/button-show-completed.gif +#usr/share/doc/cups/de/images/button-show-next.gif +#usr/share/doc/cups/de/images/button-show-previous.gif +#usr/share/doc/cups/de/images/button-sort-ascending.gif +#usr/share/doc/cups/de/images/button-sort-descending.gif +#usr/share/doc/cups/de/images/button-start-class.gif +#usr/share/doc/cups/de/images/button-start-printer.gif +#usr/share/doc/cups/de/images/button-stop-class.gif +#usr/share/doc/cups/de/images/button-stop-printer.gif +#usr/share/doc/cups/de/images/button-unpublish-printer.gif +#usr/share/doc/cups/de/images/button-view-access-log.gif +#usr/share/doc/cups/de/images/button-view-error-log.gif +#usr/share/doc/cups/de/images/button-view-page-log.gif +#usr/share/doc/cups/de/images/button-view-printable-version.gif +#usr/share/doc/cups/de/index.html +#usr/share/doc/cups/es +#usr/share/doc/cups/es/images +#usr/share/doc/cups/es/images/button-accept-jobs.gif +#usr/share/doc/cups/es/images/button-add-class.gif +#usr/share/doc/cups/es/images/button-add-printer.gif +#usr/share/doc/cups/es/images/button-add-this-printer.gif +#usr/share/doc/cups/es/images/button-cancel-all-jobs.gif +#usr/share/doc/cups/es/images/button-cancel-job.gif +#usr/share/doc/cups/es/images/button-change-settings.gif +#usr/share/doc/cups/es/images/button-clean-print-heads.gif +#usr/share/doc/cups/es/images/button-clear.gif +#usr/share/doc/cups/es/images/button-continue.gif +#usr/share/doc/cups/es/images/button-delete-class.gif +#usr/share/doc/cups/es/images/button-delete-printer.gif +#usr/share/doc/cups/es/images/button-edit-configuration-file.gif +#usr/share/doc/cups/es/images/button-export-samba.gif +#usr/share/doc/cups/es/images/button-help.gif +#usr/share/doc/cups/es/images/button-hold-job.gif +#usr/share/doc/cups/es/images/button-manage-classes.gif +#usr/share/doc/cups/es/images/button-manage-jobs.gif +#usr/share/doc/cups/es/images/button-manage-printers.gif +#usr/share/doc/cups/es/images/button-manage-server.gif +#usr/share/doc/cups/es/images/button-modify-class.gif +#usr/share/doc/cups/es/images/button-modify-printer.gif +#usr/share/doc/cups/es/images/button-move-job.gif +#usr/share/doc/cups/es/images/button-move-jobs.gif +#usr/share/doc/cups/es/images/button-print-self-test-page.gif +#usr/share/doc/cups/es/images/button-print-test-page.gif +#usr/share/doc/cups/es/images/button-publish-printer.gif +#usr/share/doc/cups/es/images/button-reject-jobs.gif +#usr/share/doc/cups/es/images/button-release-job.gif +#usr/share/doc/cups/es/images/button-restart-job.gif +#usr/share/doc/cups/es/images/button-save-changes.gif +#usr/share/doc/cups/es/images/button-search.gif +#usr/share/doc/cups/es/images/button-set-allowed-users.gif +#usr/share/doc/cups/es/images/button-set-as-default.gif +#usr/share/doc/cups/es/images/button-set-printer-options.gif +#usr/share/doc/cups/es/images/button-show-active.gif +#usr/share/doc/cups/es/images/button-show-all.gif +#usr/share/doc/cups/es/images/button-show-completed.gif +#usr/share/doc/cups/es/images/button-show-next.gif +#usr/share/doc/cups/es/images/button-show-previous.gif +#usr/share/doc/cups/es/images/button-sort-ascending.gif +#usr/share/doc/cups/es/images/button-sort-descending.gif +#usr/share/doc/cups/es/images/button-start-class.gif +#usr/share/doc/cups/es/images/button-start-printer.gif +#usr/share/doc/cups/es/images/button-stop-class.gif +#usr/share/doc/cups/es/images/button-stop-printer.gif +#usr/share/doc/cups/es/images/button-unpublish-printer.gif +#usr/share/doc/cups/es/images/button-use-default-config.gif +#usr/share/doc/cups/es/images/button-view-access-log.gif +#usr/share/doc/cups/es/images/button-view-error-log.gif +#usr/share/doc/cups/es/images/button-view-page-log.gif +#usr/share/doc/cups/es/images/button-view-printable-version.gif +#usr/share/doc/cups/es/index.html +#usr/share/doc/cups/favicon.ico +#usr/share/doc/cups/help +#usr/share/doc/cups/help/api-array.html +#usr/share/doc/cups/help/api-cups.html +#usr/share/doc/cups/help/api-filedir.html +#usr/share/doc/cups/help/api-filter.html +#usr/share/doc/cups/help/api-httpipp.html +#usr/share/doc/cups/help/api-ppd.html +#usr/share/doc/cups/help/api-raster.html +#usr/share/doc/cups/help/cgi.html +#usr/share/doc/cups/help/glossary.html +#usr/share/doc/cups/help/license.html +#usr/share/doc/cups/help/man-accept.html +#usr/share/doc/cups/help/man-backend.html +#usr/share/doc/cups/help/man-cancel.html +#usr/share/doc/cups/help/man-classes.conf.html +#usr/share/doc/cups/help/man-client.conf.html +#usr/share/doc/cups/help/man-cups-config.html +#usr/share/doc/cups/help/man-cups-lpd.html +#usr/share/doc/cups/help/man-cups-polld.html +#usr/share/doc/cups/help/man-cupsaddsmb.html +#usr/share/doc/cups/help/man-cupsd.conf.html +#usr/share/doc/cups/help/man-cupsd.html +#usr/share/doc/cups/help/man-cupsenable.html +#usr/share/doc/cups/help/man-cupstestdsc.html +#usr/share/doc/cups/help/man-cupstestppd.html +#usr/share/doc/cups/help/man-filter.html +#usr/share/doc/cups/help/man-lp.html +#usr/share/doc/cups/help/man-lpadmin.html +#usr/share/doc/cups/help/man-lpc.html +#usr/share/doc/cups/help/man-lpinfo.html +#usr/share/doc/cups/help/man-lpmove.html +#usr/share/doc/cups/help/man-lpoptions.html +#usr/share/doc/cups/help/man-lppasswd.html +#usr/share/doc/cups/help/man-lpq.html +#usr/share/doc/cups/help/man-lpr.html +#usr/share/doc/cups/help/man-lprm.html +#usr/share/doc/cups/help/man-lpstat.html +#usr/share/doc/cups/help/man-mime.convs.html +#usr/share/doc/cups/help/man-mime.types.html +#usr/share/doc/cups/help/man-printers.conf.html +#usr/share/doc/cups/help/network.html +#usr/share/doc/cups/help/options.html +#usr/share/doc/cups/help/overview.html +#usr/share/doc/cups/help/policies.html +#usr/share/doc/cups/help/ref-access_log.html +#usr/share/doc/cups/help/ref-classes-conf.html +#usr/share/doc/cups/help/ref-client-conf.html +#usr/share/doc/cups/help/ref-cupsd-conf.html +#usr/share/doc/cups/help/ref-error_log.html +#usr/share/doc/cups/help/ref-mailto-conf.html +#usr/share/doc/cups/help/ref-page_log.html +#usr/share/doc/cups/help/ref-printers-conf.html +#usr/share/doc/cups/help/ref-snmp-conf.html +#usr/share/doc/cups/help/ref-subscriptions-conf.html +#usr/share/doc/cups/help/security.html +#usr/share/doc/cups/help/spec-cmp.html +#usr/share/doc/cups/help/spec-command.html +#usr/share/doc/cups/help/spec-design.html +#usr/share/doc/cups/help/spec-ipp.html +#usr/share/doc/cups/help/spec-ppd.html +#usr/share/doc/cups/help/spec-raster.html +#usr/share/doc/cups/help/spec-stp.html +#usr/share/doc/cups/help/standard.html +#usr/share/doc/cups/help/translation.html +#usr/share/doc/cups/help/whatsnew.html +#usr/share/doc/cups/images +#usr/share/doc/cups/images/bottom-left.gif +#usr/share/doc/cups/images/bottom-right.gif +#usr/share/doc/cups/images/button-accept-jobs.gif +#usr/share/doc/cups/images/button-add-class.gif +#usr/share/doc/cups/images/button-add-printer.gif +#usr/share/doc/cups/images/button-add-this-printer.gif +#usr/share/doc/cups/images/button-cancel-all-jobs.gif +#usr/share/doc/cups/images/button-cancel-job.gif +#usr/share/doc/cups/images/button-change-settings.gif +#usr/share/doc/cups/images/button-clean-print-heads.gif +#usr/share/doc/cups/images/button-clear.gif +#usr/share/doc/cups/images/button-continue.gif +#usr/share/doc/cups/images/button-delete-class.gif +#usr/share/doc/cups/images/button-delete-printer.gif +#usr/share/doc/cups/images/button-edit-configuration-file.gif +#usr/share/doc/cups/images/button-export-samba.gif +#usr/share/doc/cups/images/button-help.gif +#usr/share/doc/cups/images/button-hold-job.gif +#usr/share/doc/cups/images/button-manage-classes.gif +#usr/share/doc/cups/images/button-manage-jobs.gif +#usr/share/doc/cups/images/button-manage-printers.gif +#usr/share/doc/cups/images/button-manage-server.gif +#usr/share/doc/cups/images/button-modify-class.gif +#usr/share/doc/cups/images/button-modify-printer.gif +#usr/share/doc/cups/images/button-move-job.gif +#usr/share/doc/cups/images/button-move-jobs.gif +#usr/share/doc/cups/images/button-print-self-test-page.gif +#usr/share/doc/cups/images/button-print-test-page.gif +#usr/share/doc/cups/images/button-publish-printer.gif +#usr/share/doc/cups/images/button-reject-jobs.gif +#usr/share/doc/cups/images/button-release-job.gif +#usr/share/doc/cups/images/button-restart-job.gif +#usr/share/doc/cups/images/button-save-changes.gif +#usr/share/doc/cups/images/button-search.gif +#usr/share/doc/cups/images/button-set-allowed-users.gif +#usr/share/doc/cups/images/button-set-as-default.gif +#usr/share/doc/cups/images/button-set-printer-options.gif +#usr/share/doc/cups/images/button-show-active.gif +#usr/share/doc/cups/images/button-show-all.gif +#usr/share/doc/cups/images/button-show-completed.gif +#usr/share/doc/cups/images/button-show-next.gif +#usr/share/doc/cups/images/button-show-previous.gif +#usr/share/doc/cups/images/button-sort-ascending.gif +#usr/share/doc/cups/images/button-sort-descending.gif +#usr/share/doc/cups/images/button-start-class.gif +#usr/share/doc/cups/images/button-start-printer.gif +#usr/share/doc/cups/images/button-stop-class.gif +#usr/share/doc/cups/images/button-stop-printer.gif +#usr/share/doc/cups/images/button-unpublish-printer.gif +#usr/share/doc/cups/images/button-use-default-config.gif +#usr/share/doc/cups/images/button-view-access-log.gif +#usr/share/doc/cups/images/button-view-error-log.gif +#usr/share/doc/cups/images/button-view-page-log.gif +#usr/share/doc/cups/images/button-view-printable-version.gif +#usr/share/doc/cups/images/classes.gif +#usr/share/doc/cups/images/cups-block-diagram.gif +#usr/share/doc/cups/images/esp-logo.gif +#usr/share/doc/cups/images/happy.gif +#usr/share/doc/cups/images/logo.gif +#usr/share/doc/cups/images/printer-idle.gif +#usr/share/doc/cups/images/printer-processing.gif +#usr/share/doc/cups/images/printer-stopped.gif +#usr/share/doc/cups/images/smiley.jpg +#usr/share/doc/cups/images/tab-left.gif +#usr/share/doc/cups/images/tab-right.gif +#usr/share/doc/cups/images/top-left.gif +#usr/share/doc/cups/images/top-middle.gif +#usr/share/doc/cups/images/top-right.gif +#usr/share/doc/cups/images/web-add-this-printer.gif +#usr/share/doc/cups/images/web-password.gif +#usr/share/doc/cups/images/web-printer-driver.gif +#usr/share/doc/cups/images/web-printer-status.gif +#usr/share/doc/cups/images/web-set-printer-options.gif +#usr/share/doc/cups/images/web-test-page.gif +#usr/share/doc/cups/index.html +#usr/share/doc/cups/ja +#usr/share/doc/cups/ja/images +#usr/share/doc/cups/ja/images/button-accept-jobs.gif +#usr/share/doc/cups/ja/images/button-add-class.gif +#usr/share/doc/cups/ja/images/button-add-printer.gif +#usr/share/doc/cups/ja/images/button-add-this-printer.gif +#usr/share/doc/cups/ja/images/button-cancel-all-jobs.gif +#usr/share/doc/cups/ja/images/button-cancel-job.gif +#usr/share/doc/cups/ja/images/button-change-settings.gif +#usr/share/doc/cups/ja/images/button-continue.gif +#usr/share/doc/cups/ja/images/button-delete-class.gif +#usr/share/doc/cups/ja/images/button-delete-printer.gif +#usr/share/doc/cups/ja/images/button-edit-configuration-file.gif +#usr/share/doc/cups/ja/images/button-export-samba.gif +#usr/share/doc/cups/ja/images/button-help.gif +#usr/share/doc/cups/ja/images/button-hold-job.gif +#usr/share/doc/cups/ja/images/button-manage-classes.gif +#usr/share/doc/cups/ja/images/button-manage-jobs.gif +#usr/share/doc/cups/ja/images/button-manage-printers.gif +#usr/share/doc/cups/ja/images/button-manage-server.gif +#usr/share/doc/cups/ja/images/button-modify-class.gif +#usr/share/doc/cups/ja/images/button-modify-printer.gif +#usr/share/doc/cups/ja/images/button-move-job.gif +#usr/share/doc/cups/ja/images/button-move-jobs.gif +#usr/share/doc/cups/ja/images/button-print-test-page.gif +#usr/share/doc/cups/ja/images/button-publish-printer.gif +#usr/share/doc/cups/ja/images/button-reject-jobs.gif +#usr/share/doc/cups/ja/images/button-release-job.gif +#usr/share/doc/cups/ja/images/button-restart-job.gif +#usr/share/doc/cups/ja/images/button-save-changes.gif +#usr/share/doc/cups/ja/images/button-search.gif +#usr/share/doc/cups/ja/images/button-set-allowed-users.gif +#usr/share/doc/cups/ja/images/button-set-as-default.gif +#usr/share/doc/cups/ja/images/button-set-printer-options.gif +#usr/share/doc/cups/ja/images/button-show-active.gif +#usr/share/doc/cups/ja/images/button-show-all.gif +#usr/share/doc/cups/ja/images/button-show-completed.gif +#usr/share/doc/cups/ja/images/button-show-next.gif +#usr/share/doc/cups/ja/images/button-show-previous.gif +#usr/share/doc/cups/ja/images/button-sort-ascending.gif +#usr/share/doc/cups/ja/images/button-sort-descending.gif +#usr/share/doc/cups/ja/images/button-start-class.gif +#usr/share/doc/cups/ja/images/button-start-printer.gif +#usr/share/doc/cups/ja/images/button-stop-class.gif +#usr/share/doc/cups/ja/images/button-stop-printer.gif +#usr/share/doc/cups/ja/images/button-unpublish-printer.gif +#usr/share/doc/cups/ja/images/button-use-default-config.gif +#usr/share/doc/cups/ja/images/button-view-access-log.gif +#usr/share/doc/cups/ja/images/button-view-error-log.gif +#usr/share/doc/cups/ja/images/button-view-page-log.gif +#usr/share/doc/cups/ja/index.html +#usr/share/doc/cups/pl +#usr/share/doc/cups/pl/images +#usr/share/doc/cups/pl/images/button-accept-jobs.gif +#usr/share/doc/cups/pl/images/button-add-class.gif +#usr/share/doc/cups/pl/images/button-add-printer.gif +#usr/share/doc/cups/pl/images/button-add-this-printer.gif +#usr/share/doc/cups/pl/images/button-cancel-all-jobs.gif +#usr/share/doc/cups/pl/images/button-cancel-job.gif +#usr/share/doc/cups/pl/images/button-change-settings.gif +#usr/share/doc/cups/pl/images/button-clean-print-heads.gif +#usr/share/doc/cups/pl/images/button-clear.gif +#usr/share/doc/cups/pl/images/button-continue.gif +#usr/share/doc/cups/pl/images/button-delete-class.gif +#usr/share/doc/cups/pl/images/button-delete-printer.gif +#usr/share/doc/cups/pl/images/button-edit-configuration-file.gif +#usr/share/doc/cups/pl/images/button-export-samba.gif +#usr/share/doc/cups/pl/images/button-help.gif +#usr/share/doc/cups/pl/images/button-hold-job.gif +#usr/share/doc/cups/pl/images/button-manage-classes.gif +#usr/share/doc/cups/pl/images/button-manage-jobs.gif +#usr/share/doc/cups/pl/images/button-manage-printers.gif +#usr/share/doc/cups/pl/images/button-manage-server.gif +#usr/share/doc/cups/pl/images/button-modify-class.gif +#usr/share/doc/cups/pl/images/button-modify-printer.gif +#usr/share/doc/cups/pl/images/button-move-job.gif +#usr/share/doc/cups/pl/images/button-move-jobs.gif +#usr/share/doc/cups/pl/images/button-print-self-test-page.gif +#usr/share/doc/cups/pl/images/button-print-test-page.gif +#usr/share/doc/cups/pl/images/button-publish-printer.gif +#usr/share/doc/cups/pl/images/button-reject-jobs.gif +#usr/share/doc/cups/pl/images/button-release-job.gif +#usr/share/doc/cups/pl/images/button-restart-job.gif +#usr/share/doc/cups/pl/images/button-save-changes.gif +#usr/share/doc/cups/pl/images/button-search.gif +#usr/share/doc/cups/pl/images/button-set-allowed-users.gif +#usr/share/doc/cups/pl/images/button-set-as-default.gif +#usr/share/doc/cups/pl/images/button-set-printer-options.gif +#usr/share/doc/cups/pl/images/button-show-active.gif +#usr/share/doc/cups/pl/images/button-show-all.gif +#usr/share/doc/cups/pl/images/button-show-completed.gif +#usr/share/doc/cups/pl/images/button-show-next.gif +#usr/share/doc/cups/pl/images/button-show-previous.gif +#usr/share/doc/cups/pl/images/button-sort-ascending.gif +#usr/share/doc/cups/pl/images/button-sort-descending.gif +#usr/share/doc/cups/pl/images/button-start-class.gif +#usr/share/doc/cups/pl/images/button-start-printer.gif +#usr/share/doc/cups/pl/images/button-stop-class.gif +#usr/share/doc/cups/pl/images/button-stop-printer.gif +#usr/share/doc/cups/pl/images/button-unpublish-printer.gif +#usr/share/doc/cups/pl/images/button-use-default-config.gif +#usr/share/doc/cups/pl/images/button-view-access-log.gif +#usr/share/doc/cups/pl/images/button-view-error-log.gif +#usr/share/doc/cups/pl/images/button-view-page-log.gif +#usr/share/doc/cups/pl/images/button-view-printable-version.gif +#usr/share/doc/cups/pl/index.html +#usr/share/doc/cups/robots.txt +#usr/share/doc/cups/sv +#usr/share/doc/cups/sv/images +#usr/share/doc/cups/sv/images/button-accept-jobs.gif +#usr/share/doc/cups/sv/images/button-add-class.gif +#usr/share/doc/cups/sv/images/button-add-printer.gif +#usr/share/doc/cups/sv/images/button-add-this-printer.gif +#usr/share/doc/cups/sv/images/button-cancel-all-jobs.gif +#usr/share/doc/cups/sv/images/button-cancel-job.gif +#usr/share/doc/cups/sv/images/button-change-settings.gif +#usr/share/doc/cups/sv/images/button-clean-print-heads.gif +#usr/share/doc/cups/sv/images/button-clear.gif +#usr/share/doc/cups/sv/images/button-continue.gif +#usr/share/doc/cups/sv/images/button-delete-class.gif +#usr/share/doc/cups/sv/images/button-delete-printer.gif +#usr/share/doc/cups/sv/images/button-edit-configuration-file.gif +#usr/share/doc/cups/sv/images/button-export-samba.gif +#usr/share/doc/cups/sv/images/button-help.gif +#usr/share/doc/cups/sv/images/button-hold-job.gif +#usr/share/doc/cups/sv/images/button-manage-classes.gif +#usr/share/doc/cups/sv/images/button-manage-jobs.gif +#usr/share/doc/cups/sv/images/button-manage-printers.gif +#usr/share/doc/cups/sv/images/button-manage-server.gif +#usr/share/doc/cups/sv/images/button-modify-class.gif +#usr/share/doc/cups/sv/images/button-modify-printer.gif +#usr/share/doc/cups/sv/images/button-move-job.gif +#usr/share/doc/cups/sv/images/button-move-jobs.gif +#usr/share/doc/cups/sv/images/button-print-self-test-page.gif +#usr/share/doc/cups/sv/images/button-print-test-page.gif +#usr/share/doc/cups/sv/images/button-publish-printer.gif +#usr/share/doc/cups/sv/images/button-reject-jobs.gif +#usr/share/doc/cups/sv/images/button-release-job.gif +#usr/share/doc/cups/sv/images/button-restart-job.gif +#usr/share/doc/cups/sv/images/button-save-changes.gif +#usr/share/doc/cups/sv/images/button-search.gif +#usr/share/doc/cups/sv/images/button-set-allowed-users.gif +#usr/share/doc/cups/sv/images/button-set-as-default.gif +#usr/share/doc/cups/sv/images/button-set-printer-options.gif +#usr/share/doc/cups/sv/images/button-show-active.gif +#usr/share/doc/cups/sv/images/button-show-all.gif +#usr/share/doc/cups/sv/images/button-show-completed.gif +#usr/share/doc/cups/sv/images/button-show-next.gif +#usr/share/doc/cups/sv/images/button-show-previous.gif +#usr/share/doc/cups/sv/images/button-sort-ascending.gif +#usr/share/doc/cups/sv/images/button-sort-descending.gif +#usr/share/doc/cups/sv/images/button-start-class.gif +#usr/share/doc/cups/sv/images/button-start-printer.gif +#usr/share/doc/cups/sv/images/button-stop-class.gif +#usr/share/doc/cups/sv/images/button-stop-printer.gif +#usr/share/doc/cups/sv/images/button-unpublish-printer.gif +#usr/share/doc/cups/sv/images/button-use-default-config.gif +#usr/share/doc/cups/sv/images/button-view-access-log.gif +#usr/share/doc/cups/sv/images/button-view-error-log.gif +#usr/share/doc/cups/sv/images/button-view-page-log.gif +#usr/share/doc/cups/sv/images/button-view-printable-version.gif +#usr/share/doc/cups/sv/index.html +#usr/share/locale/de/cups_de.po +#usr/share/locale/es/cups_es.po +#usr/share/locale/ja/cups_ja.po +#usr/share/locale/pl/cups_pl.po +#usr/share/locale/sv/cups_sv.po +#usr/share/man/man1/cancel.1.gz +#usr/share/man/man1/cups-config.1.gz +#usr/share/man/man1/cupstestdsc.1.gz +#usr/share/man/man1/cupstestppd.1.gz +#usr/share/man/man1/lp.1.gz +#usr/share/man/man1/lpoptions.1.gz +#usr/share/man/man1/lppasswd.1.gz +#usr/share/man/man1/lpq.1.gz +#usr/share/man/man1/lpr.1.gz +#usr/share/man/man1/lprm.1.gz +#usr/share/man/man1/lpstat.1.gz +#usr/share/man/man5/classes.conf.5.gz +#usr/share/man/man5/client.conf.5.gz +#usr/share/man/man5/cups-snmp.conf.5.gz +#usr/share/man/man5/cupsd.conf.5.gz +#usr/share/man/man5/mailto.conf.5.gz +#usr/share/man/man5/mime.convs.5.gz +#usr/share/man/man5/mime.types.5.gz +#usr/share/man/man5/printers.conf.5.gz +#usr/share/man/man5/subscriptions.conf.5.gz +#usr/share/man/man7/backend.7.gz +#usr/share/man/man7/filter.7.gz +#usr/share/man/man8/accept.8.gz +#usr/share/man/man8/cups-deviced.8.gz +#usr/share/man/man8/cups-driverd.8.gz +#usr/share/man/man8/cups-lpd.8.gz +#usr/share/man/man8/cups-polld.8.gz +#usr/share/man/man8/cupsaddsmb.8.gz +#usr/share/man/man8/cupsd.8.gz +#usr/share/man/man8/cupsdisable.8.gz +#usr/share/man/man8/cupsenable.8.gz +#usr/share/man/man8/lpadmin.8.gz +#usr/share/man/man8/lpc.8.gz +#usr/share/man/man8/lpinfo.8.gz +#usr/share/man/man8/lpmove.8.gz +#usr/share/man/man8/reject.8.gz +var/cache/cups +#var/ipfire/cups +var/ipfire/cups/cupsd.conf +#var/ipfire/cups/cupsd.conf.default +var/ipfire/cups/interfaces +var/ipfire/cups/mime.convs +var/ipfire/cups/mime.types +var/ipfire/cups/ppd +var/ipfire/cups/ssl +var/log/cups +var/run/cups +var/run/cups/certs +var/spool/cups +var/spool/cups/tmp diff --git a/config/rootfiles/packages/cyrus-sasl b/config/rootfiles/packages/cyrus-sasl new file mode 100644 index 0000000000..0926163a83 --- /dev/null +++ b/config/rootfiles/packages/cyrus-sasl @@ -0,0 +1,86 @@ +#usr/include/sasl +#usr/include/sasl/hmac-md5.h +#usr/include/sasl/md5.h +#usr/include/sasl/md5global.h +#usr/include/sasl/prop.h +#usr/include/sasl/sasl.h +#usr/include/sasl/saslplug.h +#usr/include/sasl/saslutil.h +#usr/lib/libsasl2.la +usr/lib/libsasl2.so +usr/lib/libsasl2.so.2 +usr/lib/libsasl2.so.2.0.21 +#usr/lib/sasl2 +#usr/lib/sasl2/libanonymous.la +usr/lib/sasl2/libanonymous.so +usr/lib/sasl2/libanonymous.so.2 +usr/lib/sasl2/libanonymous.so.2.0.21 +#usr/lib/sasl2/libcrammd5.la +usr/lib/sasl2/libcrammd5.so +usr/lib/sasl2/libcrammd5.so.2 +usr/lib/sasl2/libcrammd5.so.2.0.21 +#usr/lib/sasl2/libdigestmd5.la +usr/lib/sasl2/libdigestmd5.so +usr/lib/sasl2/libdigestmd5.so.2 +usr/lib/sasl2/libdigestmd5.so.2.0.21 +#usr/lib/sasl2/libotp.la +usr/lib/sasl2/libotp.so +usr/lib/sasl2/libotp.so.2 +usr/lib/sasl2/libotp.so.2.0.21 +#usr/lib/sasl2/libplain.la +usr/lib/sasl2/libplain.so +usr/lib/sasl2/libplain.so.2 +usr/lib/sasl2/libplain.so.2.0.21 +#usr/lib/sasl2/libsasldb.la +usr/lib/sasl2/libsasldb.so +usr/lib/sasl2/libsasldb.so.2 +usr/lib/sasl2/libsasldb.so.2.0.21 +#usr/man/man3/sasl.3 +#usr/man/man3/sasl_authorize_t.3 +#usr/man/man3/sasl_auxprop.3 +#usr/man/man3/sasl_auxprop_getctx.3 +#usr/man/man3/sasl_auxprop_request.3 +#usr/man/man3/sasl_callbacks.3 +#usr/man/man3/sasl_canon_user_t.3 +#usr/man/man3/sasl_chalprompt_t.3 +#usr/man/man3/sasl_checkapop.3 +#usr/man/man3/sasl_checkpass.3 +#usr/man/man3/sasl_client_init.3 +#usr/man/man3/sasl_client_new.3 +#usr/man/man3/sasl_client_start.3 +#usr/man/man3/sasl_client_step.3 +#usr/man/man3/sasl_decode.3 +#usr/man/man3/sasl_dispose.3 +#usr/man/man3/sasl_done.3 +#usr/man/man3/sasl_encode.3 +#usr/man/man3/sasl_encodev.3 +#usr/man/man3/sasl_errdetail.3 +#usr/man/man3/sasl_errors.3 +#usr/man/man3/sasl_errstring.3 +#usr/man/man3/sasl_getopt_t.3 +#usr/man/man3/sasl_getpath_t.3 +#usr/man/man3/sasl_getprop.3 +#usr/man/man3/sasl_getrealm_t.3 +#usr/man/man3/sasl_getsecret_t.3 +#usr/man/man3/sasl_getsimple_t.3 +#usr/man/man3/sasl_global_listmech.3 +#usr/man/man3/sasl_idle.3 +#usr/man/man3/sasl_listmech.3 +#usr/man/man3/sasl_log_t.3 +#usr/man/man3/sasl_server_init.3 +#usr/man/man3/sasl_server_new.3 +#usr/man/man3/sasl_server_start.3 +#usr/man/man3/sasl_server_step.3 +#usr/man/man3/sasl_server_userdb_checkpass_t.3 +#usr/man/man3/sasl_server_userdb_setpass_t.3 +#usr/man/man3/sasl_setpass.3 +#usr/man/man3/sasl_setprop.3 +#usr/man/man3/sasl_user_exists.3 +#usr/man/man3/sasl_verifyfile_t.3 +#usr/man/man8/saslauthd.8 +#usr/man/man8/sasldblistusers2.8 +#usr/man/man8/saslpasswd2.8 +usr/sbin/saslauthd +usr/sbin/sasldblistusers2 +usr/sbin/saslpasswd2 +var/lib/sasl diff --git a/config/rootfiles/packages/mpg123 b/config/rootfiles/packages/mpg123 new file mode 100644 index 0000000000..9d0fbc270f --- /dev/null +++ b/config/rootfiles/packages/mpg123 @@ -0,0 +1,2 @@ +usr/bin/mpg123 +#usr/man/man1/mpg123.1 diff --git a/config/rootfiles/packages/openldap b/config/rootfiles/packages/openldap new file mode 100644 index 0000000000..892039bfc7 --- /dev/null +++ b/config/rootfiles/packages/openldap @@ -0,0 +1,265 @@ +#etc/openldap +#etc/openldap/DB_CONFIG.example +etc/openldap/ldap.conf +#etc/openldap/ldap.conf.default +#etc/openldap/schema +#etc/openldap/schema/README +etc/openldap/schema/corba.schema +etc/openldap/schema/core.ldif +etc/openldap/schema/core.schema +etc/openldap/schema/cosine.schema +etc/openldap/schema/dyngroup.schema +etc/openldap/schema/inetorgperson.schema +etc/openldap/schema/java.schema +etc/openldap/schema/misc.schema +etc/openldap/schema/nis.schema +etc/openldap/schema/openldap.ldif +etc/openldap/schema/openldap.schema +etc/openldap/schema/ppolicy.schema +etc/openldap/slapd.conf +#etc/openldap/slapd.conf.default +#srv/ldap +srv/ldap/openldap-data +srv/ldap/openldap-data/DB_CONFIG.example +srv/ldap/openldap-slurp +srv/ldap/run +usr/bin/ldapadd +usr/bin/ldapcompare +usr/bin/ldapdelete +usr/bin/ldapmodify +usr/bin/ldapmodrdn +usr/bin/ldappasswd +usr/bin/ldapsearch +usr/bin/ldapwhoami +#usr/include/lber.h +#usr/include/lber_types.h +#usr/include/ldap.h +#usr/include/ldap_cdefs.h +#usr/include/ldap_features.h +#usr/include/ldap_schema.h +#usr/include/ldap_utf8.h +#usr/include/slapi-plugin.h +usr/lib/liblber-2.3.so.0 +usr/lib/liblber-2.3.so.0.2.8 +#usr/lib/liblber.a +#usr/lib/liblber.la +usr/lib/liblber.so +usr/lib/libldap-2.3.so.0 +usr/lib/libldap-2.3.so.0.2.8 +#usr/lib/libldap.a +#usr/lib/libldap.la +usr/lib/libldap.so +usr/lib/libldap_r-2.3.so.0 +usr/lib/libldap_r-2.3.so.0.2.8 +#usr/lib/libldap_r.a +#usr/lib/libldap_r.la +usr/lib/libldap_r.so +#usr/man/man1/ldapadd.1 +#usr/man/man1/ldapcompare.1 +#usr/man/man1/ldapdelete.1 +#usr/man/man1/ldapmodify.1 +#usr/man/man1/ldapmodrdn.1 +#usr/man/man1/ldappasswd.1 +#usr/man/man1/ldapsearch.1 +#usr/man/man1/ldapwhoami.1 +#usr/man/man3/ber_alloc_t.3 +#usr/man/man3/ber_bvarray_add.3 +#usr/man/man3/ber_bvarray_free.3 +#usr/man/man3/ber_bvdup.3 +#usr/man/man3/ber_bvecadd.3 +#usr/man/man3/ber_bvecfree.3 +#usr/man/man3/ber_bvfree.3 +#usr/man/man3/ber_bvstr.3 +#usr/man/man3/ber_bvstrdup.3 +#usr/man/man3/ber_dupbv.3 +#usr/man/man3/ber_first_element.3 +#usr/man/man3/ber_flush.3 +#usr/man/man3/ber_free.3 +#usr/man/man3/ber_get_bitstring.3 +#usr/man/man3/ber_get_boolean.3 +#usr/man/man3/ber_get_enum.3 +#usr/man/man3/ber_get_int.3 +#usr/man/man3/ber_get_next.3 +#usr/man/man3/ber_get_null.3 +#usr/man/man3/ber_get_stringa.3 +#usr/man/man3/ber_get_stringb.3 +#usr/man/man3/ber_next_element.3 +#usr/man/man3/ber_peek_tag.3 +#usr/man/man3/ber_printf.3 +#usr/man/man3/ber_put_enum.3 +#usr/man/man3/ber_put_int.3 +#usr/man/man3/ber_put_null.3 +#usr/man/man3/ber_put_ostring.3 +#usr/man/man3/ber_put_seq.3 +#usr/man/man3/ber_put_set.3 +#usr/man/man3/ber_put_string.3 +#usr/man/man3/ber_scanf.3 +#usr/man/man3/ber_skip_tag.3 +#usr/man/man3/ber_start_set.3 +#usr/man/man3/ber_str2bv.3 +#usr/man/man3/lber-decode.3 +#usr/man/man3/lber-encode.3 +#usr/man/man3/lber-memory.3 +#usr/man/man3/lber-types.3 +#usr/man/man3/ld_errno.3 +#usr/man/man3/ldap.3 +#usr/man/man3/ldap_abandon.3 +#usr/man/man3/ldap_abandon_ext.3 +#usr/man/man3/ldap_add.3 +#usr/man/man3/ldap_add_ext.3 +#usr/man/man3/ldap_add_ext_s.3 +#usr/man/man3/ldap_add_s.3 +#usr/man/man3/ldap_attributetype2name.3 +#usr/man/man3/ldap_attributetype2str.3 +#usr/man/man3/ldap_attributetype_free.3 +#usr/man/man3/ldap_bind.3 +#usr/man/man3/ldap_bind_s.3 +#usr/man/man3/ldap_compare.3 +#usr/man/man3/ldap_compare_ext.3 +#usr/man/man3/ldap_compare_ext_s.3 +#usr/man/man3/ldap_compare_s.3 +#usr/man/man3/ldap_count_entries.3 +#usr/man/man3/ldap_count_messages.3 +#usr/man/man3/ldap_count_references.3 +#usr/man/man3/ldap_count_values.3 +#usr/man/man3/ldap_count_values_len.3 +#usr/man/man3/ldap_dcedn2dn.3 +#usr/man/man3/ldap_delete.3 +#usr/man/man3/ldap_delete_ext.3 +#usr/man/man3/ldap_delete_ext_s.3 +#usr/man/man3/ldap_delete_s.3 +#usr/man/man3/ldap_dn2ad_canonical.3 +#usr/man/man3/ldap_dn2dcedn.3 +#usr/man/man3/ldap_dn2str.3 +#usr/man/man3/ldap_dn2ufn.3 +#usr/man/man3/ldap_err2string.3 +#usr/man/man3/ldap_errlist.3 +#usr/man/man3/ldap_error.3 +#usr/man/man3/ldap_explode_dn.3 +#usr/man/man3/ldap_explode_rdn.3 +#usr/man/man3/ldap_first_attribute.3 +#usr/man/man3/ldap_first_entry.3 +#usr/man/man3/ldap_first_message.3 +#usr/man/man3/ldap_first_reference.3 +#usr/man/man3/ldap_free_urldesc.3 +#usr/man/man3/ldap_get_dn.3 +#usr/man/man3/ldap_get_values.3 +#usr/man/man3/ldap_get_values_len.3 +#usr/man/man3/ldap_init.3 +#usr/man/man3/ldap_is_ldap_url.3 +#usr/man/man3/ldap_matchingrule2name.3 +#usr/man/man3/ldap_matchingrule2str.3 +#usr/man/man3/ldap_matchingrule_free.3 +#usr/man/man3/ldap_modify.3 +#usr/man/man3/ldap_modify_ext.3 +#usr/man/man3/ldap_modify_ext_s.3 +#usr/man/man3/ldap_modify_s.3 +#usr/man/man3/ldap_modrdn.3 +#usr/man/man3/ldap_modrdn2.3 +#usr/man/man3/ldap_modrdn2_s.3 +#usr/man/man3/ldap_modrdn_s.3 +#usr/man/man3/ldap_mods_free.3 +#usr/man/man3/ldap_msgfree.3 +#usr/man/man3/ldap_msgid.3 +#usr/man/man3/ldap_msgtype.3 +#usr/man/man3/ldap_next_attribute.3 +#usr/man/man3/ldap_next_entry.3 +#usr/man/man3/ldap_next_message.3 +#usr/man/man3/ldap_next_reference.3 +#usr/man/man3/ldap_objectclass2name.3 +#usr/man/man3/ldap_objectclass2str.3 +#usr/man/man3/ldap_objectclass_free.3 +#usr/man/man3/ldap_open.3 +#usr/man/man3/ldap_parse_extended_result.3 +#usr/man/man3/ldap_parse_reference.3 +#usr/man/man3/ldap_parse_result.3 +#usr/man/man3/ldap_parse_sasl_bind_result.3 +#usr/man/man3/ldap_perror.3 +#usr/man/man3/ldap_result.3 +#usr/man/man3/ldap_result2error.3 +#usr/man/man3/ldap_sasl_bind.3 +#usr/man/man3/ldap_sasl_bind_s.3 +#usr/man/man3/ldap_schema.3 +#usr/man/man3/ldap_scherr2str.3 +#usr/man/man3/ldap_search.3 +#usr/man/man3/ldap_search_ext.3 +#usr/man/man3/ldap_search_ext_s.3 +#usr/man/man3/ldap_search_s.3 +#usr/man/man3/ldap_search_st.3 +#usr/man/man3/ldap_simple_bind.3 +#usr/man/man3/ldap_simple_bind_s.3 +#usr/man/man3/ldap_sort.3 +#usr/man/man3/ldap_sort_entries.3 +#usr/man/man3/ldap_sort_strcasecmp.3 +#usr/man/man3/ldap_sort_values.3 +#usr/man/man3/ldap_str2attributetype.3 +#usr/man/man3/ldap_str2dn.3 +#usr/man/man3/ldap_str2matchingrule.3 +#usr/man/man3/ldap_str2objectclass.3 +#usr/man/man3/ldap_str2syntax.3 +#usr/man/man3/ldap_syntax2name.3 +#usr/man/man3/ldap_syntax2str.3 +#usr/man/man3/ldap_syntax_free.3 +#usr/man/man3/ldap_unbind.3 +#usr/man/man3/ldap_unbind_ext.3 +#usr/man/man3/ldap_unbind_ext_s.3 +#usr/man/man3/ldap_unbind_s.3 +#usr/man/man3/ldap_url.3 +#usr/man/man3/ldap_url_parse.3 +#usr/man/man3/ldap_value_free.3 +#usr/man/man3/ldap_value_free_len.3 +#usr/man/man5/ldap.conf.5 +#usr/man/man5/ldif.5 +#usr/man/man5/slapd-bdb.5 +#usr/man/man5/slapd-dnssrv.5 +#usr/man/man5/slapd-hdb.5 +#usr/man/man5/slapd-ldap.5 +#usr/man/man5/slapd-ldbm.5 +#usr/man/man5/slapd-ldif.5 +#usr/man/man5/slapd-meta.5 +#usr/man/man5/slapd-monitor.5 +#usr/man/man5/slapd-null.5 +#usr/man/man5/slapd-passwd.5 +#usr/man/man5/slapd-perl.5 +#usr/man/man5/slapd-relay.5 +#usr/man/man5/slapd-shell.5 +#usr/man/man5/slapd-sql.5 +#usr/man/man5/slapd-tcl.5 +#usr/man/man5/slapd.access.5 +#usr/man/man5/slapd.conf.5 +#usr/man/man5/slapd.plugin.5 +#usr/man/man5/slapd.replog.5 +#usr/man/man5/slapo-accesslog.5 +#usr/man/man5/slapo-auditlog.5 +#usr/man/man5/slapo-chain.5 +#usr/man/man5/slapo-dynlist.5 +#usr/man/man5/slapo-lastmod.5 +#usr/man/man5/slapo-pcache.5 +#usr/man/man5/slapo-ppolicy.5 +#usr/man/man5/slapo-refint.5 +#usr/man/man5/slapo-retcode.5 +#usr/man/man5/slapo-rwm.5 +#usr/man/man5/slapo-syncprov.5 +#usr/man/man5/slapo-translucent.5 +#usr/man/man5/slapo-unique.5 +#usr/man/man5/slapo-valsort.5 +#usr/man/man8/slapacl.8 +#usr/man/man8/slapadd.8 +#usr/man/man8/slapauth.8 +#usr/man/man8/slapcat.8 +#usr/man/man8/slapd.8 +#usr/man/man8/slapdn.8 +#usr/man/man8/slapindex.8 +#usr/man/man8/slappasswd.8 +#usr/man/man8/slaptest.8 +#usr/man/man8/slurpd.8 +usr/sbin/slapacl +usr/sbin/slapadd +usr/sbin/slapauth +usr/sbin/slapcat +usr/sbin/slapd +usr/sbin/slapdn +usr/sbin/slapindex +usr/sbin/slappasswd +usr/sbin/slaptest +usr/sbin/slurpd diff --git a/config/rootfiles/packages/vsftpd b/config/rootfiles/packages/vsftpd new file mode 100644 index 0000000000..39b3f3a1cf --- /dev/null +++ b/config/rootfiles/packages/vsftpd @@ -0,0 +1,8 @@ +etc/rc.d/init.d/vsftpd +etc/vsftpd.conf +home/ftp +usr/sbin/vsftpd +#usr/share/man/man5/vsftpd.conf.5 +#usr/share/man/man8/vsftpd.8 +#var/ftp +var/ftp/empty diff --git a/config/vsftpd/vsftpd.conf b/config/vsftpd/vsftpd.conf new file mode 100644 index 0000000000..984e28fa3a --- /dev/null +++ b/config/vsftpd/vsftpd.conf @@ -0,0 +1,106 @@ +# Example config file /etc/vsftpd.conf +# +# The default compiled in settings are fairly paranoid. This sample file +# loosens things up a bit, to make the ftp daemon more usable. +# Please see vsftpd.conf.5 for all compiled in defaults. +# +# READ THIS: This example file is NOT an exhaustive list of vsftpd options. +# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's +# capabilities. +# +# Allow anonymous FTP? (Beware - allowed by default if you comment this out). +anonymous_enable=YES +# +# Uncomment this to allow local users to log in. +#local_enable=YES +# +# Uncomment this to enable any form of FTP write command. +#write_enable=YES +# +# Default umask for local users is 077. You may wish to change this to 022, +# if your users expect that (022 is used by most other ftpd's) +#local_umask=022 +# +# Uncomment this to allow the anonymous FTP user to upload files. This only +# has an effect if the above global write enable is activated. Also, you will +# obviously need to create a directory writable by the FTP user. +#anon_upload_enable=YES +# +# Uncomment this if you want the anonymous FTP user to be able to create +# new directories. +#anon_mkdir_write_enable=YES +# +# Activate directory messages - messages given to remote users when they +# go into a certain directory. +dirmessage_enable=YES +# +# Activate logging of uploads/downloads. +xferlog_enable=YES +# +# Make sure PORT transfer connections originate from port 20 (ftp-data). +connect_from_port_20=YES +# +# If you want, you can arrange for uploaded anonymous files to be owned by +# a different user. Note! Using "root" for uploaded files is not +# recommended! +#chown_uploads=YES +#chown_username=whoever +# +# You may override where the log file goes if you like. The default is shown +# below. +#xferlog_file=/var/log/vsftpd.log +# +# If you want, you can have your log file in standard ftpd xferlog format +#xferlog_std_format=YES +# +# You may change the default value for timing out an idle session. +#idle_session_timeout=600 +# +# You may change the default value for timing out a data connection. +#data_connection_timeout=120 +# +# It is recommended that you define on your system a unique user which the +# ftp server can use as a totally isolated and unprivileged user. +#nopriv_user=ftpsecure +# +# Enable this and the server will recognise asynchronous ABOR requests. Not +# recommended for security (the code is non-trivial). Not enabling it, +# however, may confuse older FTP clients. +#async_abor_enable=YES +# +# By default the server will pretend to allow ASCII mode but in fact ignore +# the request. Turn on the below options to have the server actually do ASCII +# mangling on files when in ASCII mode. +# Beware that on some FTP servers, ASCII support allows a denial of service +# attack (DoS) via the command "SIZE /big/file" in ASCII mode. vsftpd +# predicted this attack and has always been safe, reporting the size of the +# raw file. +# ASCII mangling is a horrible feature of the protocol. +#ascii_upload_enable=YES +#ascii_download_enable=YES +# +# You may fully customise the login banner string: +#ftpd_banner=Welcome to blah FTP service. +# +# You may specify a file of disallowed anonymous e-mail addresses. Apparently +# useful for combatting certain DoS attacks. +#deny_email_enable=YES +# (default follows) +#banned_email_file=/etc/vsftpd.banned_emails +# +# You may specify an explicit list of local users to chroot() to their home +# directory. If chroot_local_user is YES, then this list becomes a list of +# users to NOT chroot(). +#chroot_list_enable=YES +# (default follows) +#chroot_list_file=/etc/vsftpd.chroot_list +# +# You may activate the "-R" option to the builtin ls. This is disabled by +# default to avoid remote users being able to cause excessive I/O on large +# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume +# the presence of the "-R" option, so there is a strong case for enabling it. +#ls_recurse_enable=YES +background=YES +listen=YES +nopriv_user=vsftpd +secure_chroot_dir=/var/ftp/empty diff --git a/doc/packages-list.txt b/doc/packages-list.txt index a087b9638f..b1342cebac 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -212,6 +212,7 @@ * rrdtool-1.2.15 * rsync-2.6.8 * samba-3.0.25 +* samba-3.0.25a * screen-4.0.2 * sed-4.1.5 * setserial-2.17 @@ -249,6 +250,7 @@ * util-linux-2.12r * vim-7.0 * vlan.1.9 +* vsftpd-2.0.5 * web-cyradm-0.5.5-CVS-for-ipfire * wget-1.10.2 * whatmask-1.2 diff --git a/lfs/bootsplash b/lfs/bootsplash deleted file mode 100644 index b8e3470a09..0000000000 --- a/lfs/bootsplash +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# This file is part of the IPCop Firewall. # -# # -# IPCop is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPCop is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPCop; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Makefiles are based on LFSMake, which is # -# Copyright (C) 2002 Rod Roard # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 3.2 - -THISAPP = bootsplash-$(VER) -DL_FILE = $(THISAPP).tar.bz2 -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -ifeq "$(LFS_PASS)" "install" - TARGET = $(DIR_INFO)/$(THISAPP)-install -else - TARGET = $(DIR_INFO)/$(THISAPP) -endif - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = b74c104372fd182d0442b3ed63210e29 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < /usr/src/src/patches/bootsplash-3.2_makefile.patch - cd $(DIR_APP)/Utilities && make -ifeq "$(LFS_PASS)" "install" - cd $(DIR_APP)/Utilities && cp -f splash fbresolution fbmngplay fbtruetype \ - /install/initrd/sbin - cd $(DIR_APP)/Scripts && cp -f bootanim /install/initrd/sbin - cd $(DIR_APP)/Scripts && chmod +x /install/initrd/sbin/bootanim -else - cd $(DIR_APP)/Utilities && cp -f splash fbresolution fbmngplay fbtruetype /sbin - cd $(DIR_APP)/Scripts && cp -f bootanim /sbin - cd $(DIR_APP)/Scripts && chmod +x /sbin/bootanim - -mkdir -p /boot/splash - cd $(DIR_APP) && cp -Rf $(DIR_CONF)/bootsplash/* /boot/splash - -find /boot/splash -name .svn -exec rm -rf {} \; -endif - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/lfs/cups b/lfs/cups index 47d7c54e8c..1d3a106258 100644 --- a/lfs/cups +++ b/lfs/cups @@ -55,7 +55,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) dist: - @$(PAK) + $(PAK) ############################################################################### # Downloading, checking, md5sum diff --git a/lfs/cyrus-sasl b/lfs/cyrus-sasl index 3f296c24de..f568182c48 100644 --- a/lfs/cyrus-sasl +++ b/lfs/cyrus-sasl @@ -32,6 +32,9 @@ THISAPP = cyrus-sasl-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) +PROG = cyrus-sasl +PAK_VER = 1 + ifeq "$(PASS)" "" TARGET = $(DIR_INFO)/$(THISAPP) else @@ -56,6 +59,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist : + $(PAK) + ############################################################################### # Downloading, checking, md5sum ############################################################################### diff --git a/lfs/freetype b/lfs/freetype deleted file mode 100644 index f990124f6c..0000000000 --- a/lfs/freetype +++ /dev/null @@ -1,80 +0,0 @@ -############################################################################### -# This file is part of the IPCop Firewall. # -# # -# IPCop is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPCop is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPCop; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Makefiles are based on LFSMake, which is # -# Copyright (C) 2002 Rod Roard # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 2.1.10 - -THISAPP = freetype-$(VER) -DL_FILE = $(THISAPP).tar.bz2 -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = a4012e7d1f6400df44a16743b11b8423 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && sed -i -r 's:.*(#.*BYTE.*) .*:\1:' include/freetype/config/ftoption.h - cd $(DIR_APP) && ./configure --prefix=/usr - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/lfs/libmng b/lfs/libmng deleted file mode 100644 index 702a321cb8..0000000000 --- a/lfs/libmng +++ /dev/null @@ -1,79 +0,0 @@ -############################################################################### -# This file is part of the IPCop Firewall. # -# # -# IPCop is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPCop is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPCop; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Makefiles are based on LFSMake, which is # -# Copyright (C) 2002 Rod Roard # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 1.0.9 - -THISAPP = libmng-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = ff1205ef70855a75c098ea09690413c6 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && cp makefiles/makefile.linux Makefile - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make prefix=/usr install - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/lfs/mc b/lfs/mc index 007c11d267..1d36f91202 100644 --- a/lfs/mc +++ b/lfs/mc @@ -72,7 +72,6 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/mc-4.6.1-debian_fixes-1.patch cd $(DIR_APP) && ./configure --prefix=/usr \ --without-x --disable-nls \ --with-samba diff --git a/lfs/modutils b/lfs/modutils index 91b7c0e472..87eb280a7c 100644 --- a/lfs/modutils +++ b/lfs/modutils @@ -72,15 +72,9 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) -ifeq "$(PASS)" "install" - cd $(DIR_APP) && ./configure --prefix=/ --enable-zlib - cd $(DIR_APP) && make - cd $(DIR_APP) && install -m 0755 insmod.static /sbin/insmod.static -else cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/module-init-tools-3.2.2-modprobe-1.patch cd $(DIR_APP) && ./configure --prefix=/ --disable-nls --enable-zlib cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make INSTALL=install install @rm -rf $(DIR_APP) @$(POSTBUILD) -endif diff --git a/lfs/mpg123 b/lfs/mpg123 index a705e81daa..c08dbe0554 100644 --- a/lfs/mpg123 +++ b/lfs/mpg123 @@ -33,6 +33,8 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = mpg123 +PAK_VER = 1 ############################################################################### # Top-level Rules @@ -53,7 +55,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) dist: - @$(PAK) + $(PAK) ############################################################################### # Downloading, checking, md5sum diff --git a/lfs/openh323 b/lfs/openh323 deleted file mode 100644 index 19708176ab..0000000000 --- a/lfs/openh323 +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# This file is part of the IPCop Firewall. # -# # -# IPCop is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPCop is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPCop; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Makefiles are based on LFSMake, which is # -# Copyright (C) 2002 Rod Roard # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = Mimas_patch2 - -THISAPP = openh323-$(VER) -DL_FILE = $(THISAPP)-src-tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/openh323 -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = 2cf48eb8b8bb3d54843cbf0951f31cbf - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - mv -f $(DIR_SRC)/openh323* $(DIR_SRC)/openh323 - cd $(DIR_APP) && ./configure --prefix=/usr - cd $(DIR_APP) && make opt PWLIBDIR=/usr/src/pwlib && make install PWLIBDIR=/usr/src/pwlib - @$(POSTBUILD) diff --git a/lfs/openldap b/lfs/openldap index eb741b58fd..d4744963ce 100644 --- a/lfs/openldap +++ b/lfs/openldap @@ -33,6 +33,8 @@ DL_FILE = $(THISAPP).tgz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = openldap +PAK_VER = 1 ############################################################################### # Top-level Rules @@ -52,6 +54,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist : + $(PAK) + ############################################################################### # Downloading, checking, md5sum ############################################################################### diff --git a/lfs/samba b/lfs/samba index f127393eaa..4b23005793 100644 --- a/lfs/samba +++ b/lfs/samba @@ -26,7 +26,7 @@ include Config -VER = 3.0.25 +VER = 3.0.25a THISAPP = samba-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 267bd56b178a1b1285a41ec4cc1b75f0 +$(DL_FILE)_MD5 = cbd33bb5d904ccd8a294a4019743745d install : $(TARGET) @@ -88,9 +88,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-piddir=/var/run \ --with-fhs \ --with-smbmount \ - --with-winbind \ - --without-pam - cd $(DIR_APP)/source && make #&& make nsswitch + --with-winbind + cd $(DIR_APP)/source && make cd $(DIR_APP)/source && make install cd $(DIR_APP)/source && mv -v /usr/lib/samba/libsmbclient.so /usr/lib cd $(DIR_APP)/source && ln -v -sf ../libsmbclient.so /usr/lib/samba @@ -112,8 +111,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -vfp /var/ipfire/samba/default.printer /var/ipfire/samba/printer cat /var/ipfire/samba/global /var/ipfire/samba/shares > /var/ipfire/samba/smb.conf -mkdir -p /var/log/samba - #useradd -c 'Samba User' -s /bin/false - #groupadd sambauser - #groupadd sambawks @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/util-linux b/lfs/util-linux index f5af77a08d..dd416f3f19 100644 --- a/lfs/util-linux +++ b/lfs/util-linux @@ -92,9 +92,6 @@ ifeq "$(LFS_PASS)" "install" cd $(DIR_APP)/fdisk && make sfdisk cd $(DIR_APP)/fdisk && install -m 0755 cfdisk /install/initrd/bin cd $(DIR_APP)/fdisk && install -m 0755 sfdisk /install/initrd/bin - cd $(DIR_APP)/disk-utils && make LDFLAGS=-static mkfs.minix fsck.minix - cd $(DIR_APP)/disk-utils && install -m 0755 mkfs.minix /sbin/mkfs.minix.static - cd $(DIR_APP)/disk-utils && install -m 0755 fsck.minix /sbin/fsck.minix.static else cd $(DIR_APP) && sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' \ hwclock/hwclock.c diff --git a/lfs/lcms b/lfs/vsftpd similarity index 82% rename from lfs/lcms rename to lfs/vsftpd index f412755059..8191416975 100644 --- a/lfs/lcms +++ b/lfs/vsftpd @@ -26,13 +26,15 @@ include Config -VER = 1.15 +VER = 2.0.5 -THISAPP = lcms-$(VER) +THISAPP = vsftpd-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = vsftpd +PAK_VER = 1 ############################################################################### # Top-level Rules @@ -42,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 76c921973fdea4f880944a024197f924 +$(DL_FILE)_MD5 = 146062e8b2f93af43ff6c2c770feea94 install : $(TARGET) @@ -52,6 +54,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist: + $(PAK) + ############################################################################### # Downloading, checking, md5sum ############################################################################### @@ -72,8 +77,14 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install + cd $(DIR_APP) && echo "#define VSF_BUILD_SSL" >>builddefs.h + cd $(DIR_APP) && install -v -d -m 0755 /var/ftp/empty + cd $(DIR_APP) && install -v -d -m 0755 /home/ftp + chown vsftpd.vsftpd /home/ftp + cd $(DIR_APP) && make + cd $(DIR_APP) && install -v -m 755 vsftpd /usr/sbin/vsftpd + cd $(DIR_APP) && install -v -m 644 vsftpd.8 /usr/share/man/man8 + cd $(DIR_APP) && install -v -m 644 vsftpd.conf.5 /usr/share/man/man5 + cd $(DIR_APP) && install -v -m 644 $(DIR_SRC)/config/vsftpd/vsftpd.conf /etc @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/make.sh b/make.sh index 8c91dadbc2..c9132d279d 100755 --- a/make.sh +++ b/make.sh @@ -364,9 +364,6 @@ buildipfire() { ipfiremake libjpeg ipfiremake libpng ipfiremake libtiff - ipfiremake lcms - ipfiremake libmng - ipfiremake freetype ipfiremake libart ipfiremake gd ipfiremake popt @@ -474,7 +471,6 @@ buildipfire() { ipfiremake 3c5x9setup ipfiremake pakfire ipfiremake java - ipfiremake bootsplash ipfiremake spandsp ipfiremake lzo ipfiremake openvpn @@ -527,6 +523,7 @@ buildipfire() { ipfiremake bwm-ng ipfiremake tripwire ipfiremake sysstat + ipfiremake vsftpd } buildinstaller() { @@ -631,19 +628,22 @@ ipfirepackages() { # ipfiredist applejuice # ipfiredist asterisk ipfiredist clamav -# ipfiredist cups -# ipfiredist cyrusimap + ipfiredist cups + ipfiredist cyrus-sasl # ipfiredist fetchmail # ipfiredist gnump3d # ipfiredist java # ipfiredist mailx # ipfiredist mldonkey + ipfiredist mpg123 # ipfiredist nfs + ipfiredist openldap # ipfiredist postfix ipfiredist samba # ipfiredist sox # ipfiredist spamassassin ipfiredist tripwire + ipfiredist vsftpd # ipfiredist webcyradm test -d $BASEDIR/packages || mkdir $BASEDIR/packages mv -f $LFS/install/packages/* $BASEDIR/packages >> $LOGFILE 2>&1 diff --git a/src/initscripts/init.d/vsftpd b/src/initscripts/init.d/vsftpd new file mode 100644 index 0000000000..62d838ade4 --- /dev/null +++ b/src/initscripts/init.d/vsftpd @@ -0,0 +1,45 @@ +#!/bin/sh +# Begin $rc_base/init.d/vsftpd + +# Based on sysklogd script from LFS-3.1 and earlier. +# Rewritten by Gerard Beekmans - gerard@linuxfromscratch.org + +#$LastChangedBy: bdubbs $ +#$Date: 2005-08-01 14:29:19 -0500 (Mon, 01 Aug 2005) $ + +. /etc/sysconfig/rc +. $rc_functions + +case "$1" in + start) + boot_mesg "Starting vsFTPD Server..." + loadproc /usr/sbin/vsftpd + ;; + + stop) + boot_mesg "Stopping vsFTPD Server..." + killproc /usr/sbin/vsftpd + ;; + + reload) + boot_mesg "Reloading vsFTPD Server..." + reloadproc /usr/sbin/vsftpd + ;; + + restart) + $0 stop + sleep 1 + $0 start + ;; + + status) + statusproc /usr/sbin/vsftpd + ;; + + *) + echo "Usage: $0 {start|stop|reload|restart|status}" + exit 1 + ;; +esac + +# End $rc_base/init.d/vsftpd diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl index aa609cbbce..13c9127103 100644 --- a/src/pakfire/lib/functions.pl +++ b/src/pakfire/lib/functions.pl @@ -53,7 +53,7 @@ sub fetchfile { $bfile = basename("$file"); my $ua = LWP::UserAgent->new; - $ua->agent('Pakfire/2.1'); + $ua->agent('Pakfire/$Conf::version'); #$ua->timeout(5); #$ua->env_proxy; @@ -143,7 +143,7 @@ sub selectmirror { $proto = $templine[0]; $host = $templine[1]; $path = $templine[2]; - if ((pinghost("$host")) && testhost("$host") ) { + if (pinghost("$host")) { $found = 1; return ($proto, $host, $path); } @@ -312,18 +312,14 @@ sub getsize { } } -sub addsizes { +sub addsizes { ## Still not working my @paks = shift; - my @sizes; - foreach (@paks) { - my $paksize = getsize("$_"); - push(@sizes, $paksize); - } - + my $paksize; my $totalsize = 0; - foreach (@sizes) { - $totalsize += $_; + foreach (@paks) { + $paksize = getsize("$_"); + $totalsize = ($totalsize + $paksize) ; } return $totalsize; } @@ -367,11 +363,10 @@ sub getpak { exit 1; } - message("\n## Downloading $file..."); + #message("\n## Downloading $file..."); unless ( "$force" eq "force" ) { if ( -e "$Conf::cachedir/$file" ) { - message("$file is already there. Skipping download."); return $file; } } @@ -397,7 +392,7 @@ sub setuppak { exit $return; } - exit $return; + return $return; } sub updatepak { @@ -451,13 +446,18 @@ sub removepak { sub beautifysize { my $size = shift; + $size = $size / 1024; + my $unit; if ($size > 1023) { - my $newsize = $size / 1024; - return "$newsize MB"; + $size = ($size / 1024); + $unit = "MB"; } else { - return "$size KB"; + $unit = "KB"; } + $size = sprintf("%.2f" , $size); + my $string = "$size $unit"; + return $string; } diff --git a/src/pakfire/pakfire b/src/pakfire/pakfire index 75d7fd6ad2..d2b0d9a010 100644 --- a/src/pakfire/pakfire +++ b/src/pakfire/pakfire @@ -24,13 +24,18 @@ if ("$ARGV[0]" eq "install") { shift; - my @deps = (); - my @paks = @ARGV; + my @deps; + my @paks; + my @temp; foreach (@ARGV) { - @deps = &Pakfire::resolvedeps("$_"); + push(@paks,$_); + } + foreach (@paks) { + @temp = &Pakfire::resolvedeps("$_"); + foreach (@temp) { push(@deps,$_) if $_; } } - my @all = (); + my @all; foreach (@paks) { push(@all,$_); } @@ -39,20 +44,20 @@ } &Pakfire::message("\n\n### Packages to install:"); - foreach (@paks) { + foreach (sort @paks) { my $size = &Pakfire::getsize("$_"); $size = &Pakfire::beautifysize($size); &Pakfire::message("# $_ \t\t - $size"); } &Pakfire::message("\n### Packages to install for dependencies:"); - foreach (@deps) { + foreach (sort @deps) { my $size = &Pakfire::getsize("$_"); $size = &Pakfire::beautifysize($size); &Pakfire::message("# $_ \t\t - $size"); } - my $totalsize = &Pakfire::addsizes(@all); + my $totalsize = &Pakfire::addsizes("@all"); $totalsize = &Pakfire::beautifysize($totalsize); &Pakfire::message("\n### Download size: \t ~ $totalsize"); @@ -68,8 +73,16 @@ } &Pakfire::message("### Installing all packages:"); + foreach (sort @all) { &Pakfire::message("# --> $_"); } + &Pakfire::message(""); + + ### Download first + foreach (sort @all) { + &Pakfire::message("# --> Downloading: $_"); + &Pakfire::getpak("$_", ""); + } - foreach (@all) { + foreach (sort @all) { &Pakfire::setuppak("$_"); } diff --git a/src/paks/cups/install.sh b/src/paks/cups/install.sh new file mode 100644 index 0000000000..ace14baf9c --- /dev/null +++ b/src/paks/cups/install.sh @@ -0,0 +1 @@ +tar xvfj files.tbz2 -C / diff --git a/src/paks/cups/uninstall.sh b/src/paks/cups/uninstall.sh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/paks/cups/update.sh b/src/paks/cups/update.sh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/paks/cyrus-sasl/install.sh b/src/paks/cyrus-sasl/install.sh new file mode 100644 index 0000000000..ace14baf9c --- /dev/null +++ b/src/paks/cyrus-sasl/install.sh @@ -0,0 +1 @@ +tar xvfj files.tbz2 -C / diff --git a/src/paks/cyrus-sasl/uninstall.sh b/src/paks/cyrus-sasl/uninstall.sh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/paks/cyrus-sasl/update.sh b/src/paks/cyrus-sasl/update.sh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/paks/mpg123/install.sh b/src/paks/mpg123/install.sh new file mode 100644 index 0000000000..ace14baf9c --- /dev/null +++ b/src/paks/mpg123/install.sh @@ -0,0 +1 @@ +tar xvfj files.tbz2 -C / diff --git a/src/paks/mpg123/uninstall.sh b/src/paks/mpg123/uninstall.sh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/paks/mpg123/update.sh b/src/paks/mpg123/update.sh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/paks/openldap/install.sh b/src/paks/openldap/install.sh new file mode 100644 index 0000000000..ace14baf9c --- /dev/null +++ b/src/paks/openldap/install.sh @@ -0,0 +1 @@ +tar xvfj files.tbz2 -C / diff --git a/src/paks/openldap/uninstall.sh b/src/paks/openldap/uninstall.sh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/paks/openldap/update.sh b/src/paks/openldap/update.sh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/paks/vsftpd/install.sh b/src/paks/vsftpd/install.sh new file mode 100644 index 0000000000..ace14baf9c --- /dev/null +++ b/src/paks/vsftpd/install.sh @@ -0,0 +1 @@ +tar xvfj files.tbz2 -C / diff --git a/src/paks/vsftpd/uninstall.sh b/src/paks/vsftpd/uninstall.sh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/paks/vsftpd/update.sh b/src/paks/vsftpd/update.sh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/scripts/vpn-watch b/src/scripts/vpn-watch index c007f5eebc..22107d02af 100755 --- a/src/scripts/vpn-watch +++ b/src/scripts/vpn-watch @@ -42,7 +42,7 @@ case "$1" in exit 1 fi - if /bin/test -p /var/run/$(basename $0); then + if /usr/bin/test -p /var/run/$(basename $0); then if ps --no-heading axw | grep -v 'grep' | grep -q "$(basename $0) conn: "; then echo "Error: use '$(basename $0) stop' please; exit." >&2 exit 1 -- 2.39.2