|
|
|
# This template creates a complete Debian system which is more streamlined
|
|
|
|
# than the base.tgz used for normal installations. Once everything is made,
|
|
|
|
# you can use user-mode-linux to tweak the system, as well as apt.
|
|
|
|
# Make-debian generates all the information you need, you will need swim and
|
|
|
|
# file-rc installed, and you will have to be running a Debian system to make
|
|
|
|
# this template. Make-debian ditches info, man, and doc files by default,
|
|
|
|
# use the "doc" option to make documentation.
|
|
|
|
|
|
|
|
# Characteristics: user: root passwd: root
|
|
|
|
# user: user passwd: user
|
|
|
|
# Uses devfs.
|
|
|
|
|
|
|
|
# Alternatives aren't working so you will have to use the real name like
|
|
|
|
# nvi for vi and w.procps for w. Not all libs are associated with packages
|
|
|
|
# but that isn't a big deal.
|
|
|
|
|
|
|
|
# IMPORTANT NOTE: Things slow down noticeably when the buffer gets too big in
|
|
|
|
# the verbosity box so consider closing it with the slider for faster
|
|
|
|
# generation. Look at /tmp/verbose instead.
|
|
|
|
|
|
|
|
# Todays Quote: Creating a root filesystem is all about stuff.
|
|
|
|
|
|
|
|
# The STUFF NEEDED in order for init to work.
|
|
|
|
/etc/runlevel.conf <= Replacements/etc/runlevel.conf # made by make_debian
|
|
|
|
/etc/init.d/rc
|
|
|
|
/etc/init.d/rcS
|
|
|
|
/etc/inittab <= Replacements/etc/inittab.debian # specific to devfs
|
|
|
|
/etc/default/rcS
|
|
|
|
|
|
|
|
# Stuff needed to return init to its state prior to installing file-rc.
|
|
|
|
/etc/init.d/rc.links
|
|
|
|
/etc/init.d/rcS.links
|
|
|
|
/usr/sbin/update-rc.d.links
|
|
|
|
|
|
|
|
# Login stuff
|
|
|
|
/etc/securetty <= Replacements/etc/securetty.debian # devfs needs this
|
|
|
|
/root/.bashrc <= Replacements/root/.bashrc.debian
|
|
|
|
/root/.profile <= Replacements/root/.profile.debian
|
|
|
|
/home/user/.bashrc <= Replacements/home/user/.bashrc.debian
|
|
|
|
/home/user/.bash_profile <= Replacements/home/user/.bash_profile.debian
|
|
|
|
/etc/hostname <= Replacements/etc/hostname
|
|
|
|
/etc/motd <= Replacements/etc/motd
|
|
|
|
|
|
|
|
# Important stuff .. you will need to edit the login files if you add packages
|
|
|
|
# which require other users/groups. The default fstab mounts /dev/ubd/0.
|
|
|
|
#/etc/fstab <= Replacements/etc/fstab.new # Made from Yard Box menu
|
|
|
|
/etc/fstab <= Replacements/etc/fstab.debian # devfs specific
|
|
|
|
/etc/passwd <= Replacements/etc/passwd.debian
|
|
|
|
/etc/passwd- <= Replacements/etc/passwd-debian
|
|
|
|
/etc/group <= Replacements/etc/group.debian
|
|
|
|
/etc/group- <= Replacements/etc/group-debian
|
|
|
|
/etc/shadow <= Replacements/etc/shadow.debian
|
|
|
|
|
|
|
|
# The stuff required by dpkg.
|
|
|
|
/var/lib/dpkg/diversions <= Replacements/var/lib/dpkg/diversions
|
|
|
|
/var/lib/dpkg/cmethopt
|
|
|
|
/var/lib/dpkg/lock
|
|
|
|
/var/lib/dpkg/status <= Replacements/var/lib/dpkg/status
|
|
|
|
/var/lib/dpkg/methods/disk
|
|
|
|
/var/lib/dpkg/methods/floppy
|
|
|
|
/var/lib/dpkg/methods/mnt
|
|
|
|
/var/lib/dpkg/info
|
|
|
|
/var/lib/dpkg/updates
|
|
|
|
/var/lib/dpkg/alternatives
|
|
|
|
|
|
|
|
# Devices - optional stuff which can be picked up by devfsd.
|
|
|
|
/dev/MAKEDEV # a link
|
|
|
|
/dev/mem
|
|
|
|
/dev/kmem
|
|
|
|
/dev/null
|
|
|
|
/dev/zero
|
|
|
|
/dev/ram*
|
|
|
|
/dev/console
|
|
|
|
/dev/tty[0-9]
|
|
|
|
/dev/hd[abcd]*
|
|
|
|
/dev/ttyS[0-9]
|
|
|
|
/dev/fd0*
|
|
|
|
/dev/sd*
|
|
|
|
#/dev/cdrom
|
|
|
|
#/dev/modem
|
|
|
|
/dev/pts*
|
|
|
|
/dev/ptmx
|
|
|
|
/dev/initctl
|
|
|
|
/dev/urandom
|
|
|
|
/dev/ubd0 <= Replacements/dev/ubd0
|
|
|
|
|
|
|
|
# Empty directories with no stuff.
|
|
|
|
/mnt
|
|
|
|
/proc
|
|
|
|
/tmp
|
|
|
|
/var/tmp
|
|
|
|
/var/run
|
|
|
|
/var/lock
|
|
|
|
/var/log
|
|
|
|
|
|
|
|
## ALL the REQUIRED files generated by make-debian.
|
|
|
|
## This is stuff from the required packages, so some files may be
|
|
|
|
## removed, or some files can be replaced with stuff from say .. busybox.
|
|
|
|
/usr/share/base-files/dot.bashrc
|
|
|
|
/usr/share/base-files/dot.profile
|
|
|
|
/usr/share/base-files/info.dir
|
|
|
|
/usr/share/base-files/motd.md5sums
|
|
|
|
/usr/share/base-files/motd
|
|
|
|
/usr/share/common-licenses/Artistic
|
|
|
|
/usr/share/common-licenses/BSD
|
|
|
|
/usr/share/common-licenses/GPL
|
|
|
|
/usr/share/common-licenses/LGPL-2
|
|
|
|
/usr/share/common-licenses/LGPL-2.1
|
|
|
|
/usr/share/common-licenses/LGPL
|
|
|
|
/etc/debian_version
|
|
|
|
/etc/host.conf
|
|
|
|
/etc/inputrc
|
|
|
|
/etc/issue
|
|
|
|
/etc/issue.net
|
|
|
|
/etc/nsswitch.conf
|
|
|
|
/etc/profile
|
|
|
|
/usr/sbin/update-passwd
|
|
|
|
/usr/share/base-passwd/passwd.master
|
|
|
|
/usr/share/base-passwd/group.master
|
|
|
|
/bin/bash
|
|
|
|
/usr/bin/bashbug
|
|
|
|
/etc/skel/.bashrc
|
|
|
|
/etc/skel/.bash_profile
|
|
|
|
/etc/bash.bashrc
|
|
|
|
/bin/rbash
|
|
|
|
/bin/sh
|
|
|
|
/usr/bin/script
|
|
|
|
/usr/bin/logger
|
|
|
|
/usr/bin/renice
|
|
|
|
/usr/bin/wall
|
|
|
|
/bin/readlink
|
|
|
|
/bin/run-parts
|
|
|
|
/bin/tempfile
|
|
|
|
/bin/mktemp
|
|
|
|
/sbin/installkernel
|
|
|
|
/usr/bin/which
|
|
|
|
/usr/bin/savelog
|
|
|
|
/usr/bin/sensible-editor
|
|
|
|
/usr/bin/sensible-pager
|
|
|
|
/usr/sbin/mkboot
|
|
|
|
/usr/bin/cmp
|
|
|
|
/usr/bin/diff
|
|
|
|
/usr/bin/diff3
|
|
|
|
/usr/bin/sdiff
|
|
|
|
/usr/share/locale/cs/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/da/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/de/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/en/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/es/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/fr/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/gl/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/it/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/nl/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/ja/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/pl/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/pt_BR/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/ru/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/share/locale/sv/LC_MESSAGES/dpkg.mo
|
|
|
|
/usr/lib/dpkg/mksplit
|
|
|
|
/usr/lib/dpkg/enoent
|
|
|
|
/usr/lib/dpkg/methods/disk/setup
|
|
|
|
/usr/lib/dpkg/methods/disk/update
|
|
|
|
/usr/lib/dpkg/methods/disk/install
|
|
|
|
/usr/lib/dpkg/methods/disk/names
|
|
|
|
/usr/lib/dpkg/methods/disk/desc.cdrom
|
|
|
|
/usr/lib/dpkg/methods/disk/desc.nfs
|
|
|
|
/usr/lib/dpkg/methods/disk/desc.harddisk
|
|
|
|
/usr/lib/dpkg/methods/disk/desc.mounted
|
|
|
|
/usr/lib/dpkg/methods/floppy/setup
|
|
|
|
/usr/lib/dpkg/methods/floppy/update
|
|
|
|
/usr/lib/dpkg/methods/floppy/install
|
|
|
|
/usr/lib/dpkg/methods/floppy/names
|
|
|
|
/usr/lib/dpkg/methods/floppy/desc.floppy
|
|
|
|
/usr/bin/dpkg
|
|
|
|
/usr/bin/dpkg-deb
|
|
|
|
/usr/bin/dpkg-split
|
|
|
|
/usr/bin/md5sum
|
|
|
|
/usr/bin/dselect
|
|
|
|
/usr/sbin/update-rc.d
|
|
|
|
/usr/sbin/update-alternatives
|
|
|
|
/usr/sbin/install-info
|
|
|
|
/usr/sbin/dpkg-divert
|
|
|
|
/usr/sbin/dpkg-statoverride
|
|
|
|
/usr/sbin/cleanup-info
|
|
|
|
/sbin/start-stop-daemon
|
|
|
|
/etc/alternatives/README
|
|
|
|
/etc/dpkg/origins/debian
|
|
|
|
/etc/dpkg/dpkg.cfg
|
|
|
|
/etc/dpkg/dselect.cfg
|
|
|
|
/lib/libcom_err.so.2.0
|
|
|
|
/lib/libss.so.2.0
|
|
|
|
/lib/libe2p.so.2.3
|
|
|
|
/lib/libext2fs.so.2.4
|
|
|
|
/lib/libuuid.so.1.2
|
|
|
|
/sbin/e2fsck
|
|
|
|
/sbin/fsck.ext2
|
|
|
|
/sbin/fsck.ext3
|
|
|
|
/sbin/debugfs
|
|
|
|
/sbin/mke2fs
|
|
|
|
/sbin/badblocks
|
|
|
|
/sbin/tune2fs
|
|
|
|
/sbin/dumpe2fs
|
|
|
|
/sbin/e2image
|
|
|
|
/sbin/fsck
|
|
|
|
/sbin/mkfs.ext2
|
|
|
|
/sbin/e2label
|
|
|
|
/sbin/resize2fs
|
|
|
|
/usr/bin/chattr
|
|
|
|
/usr/bin/lsattr
|
|
|
|
/usr/bin/uuidgen
|
|
|
|
/usr/sbin/mklost+found
|
|
|
|
/lib/libcom_err.so.2
|
|
|
|
/lib/libss.so.2
|
|
|
|
/lib/libe2p.so.2
|
|
|
|
/lib/libext2fs.so.2
|
|
|
|
/lib/libuuid.so.1
|
|
|
|
/bin/chgrp
|
|
|
|
/bin/chmod
|
|
|
|
/bin/chown
|
|
|
|
/bin/cp
|
|
|
|
/bin/dd
|
|
|
|
/bin/df
|
|
|
|
/bin/dir
|
|
|
|
/bin/ln
|
|
|
|
/bin/ls
|
|
|
|
/bin/mkdir
|
|
|
|
/bin/mknod
|
|
|
|
/bin/mv
|
|
|
|
/bin/rm
|
|
|
|
/bin/rmdir
|
|
|
|
/bin/vdir
|
|
|
|
/bin/sync
|
|
|
|
/bin/touch
|
|
|
|
/usr/bin/dircolors
|
|
|
|
/usr/bin/du
|
|
|
|
/usr/bin/install
|
|
|
|
/usr/bin/mkfifo
|
|
|
|
/usr/bin/shred
|
|
|
|
/usr/share/locale/cs/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/da/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/de/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/el/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/es/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/fr/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/gl/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/it/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/ja/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/ko/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/nl/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/no/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/pl/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/pt/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/pt_BR/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/ru/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/sk/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/sl/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/sv/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/share/locale/zh/LC_MESSAGES/fileutils.mo
|
|
|
|
/usr/bin/touch
|
|
|
|
/usr/share/locale/da/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/de/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/es/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/et/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/fr/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/gl/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/id/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/it/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/ko/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/nl/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/pl/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/ru/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/share/locale/sv/LC_MESSAGES/findutils.mo
|
|
|
|
/usr/bin/find
|
|
|
|
/usr/bin/xargs
|
|
|
|
/usr/bin/locate
|
|
|
|
/usr/bin/updatedb
|
|
|
|
/usr/lib/locate/frcode
|
|
|
|
/usr/lib/locate/code
|
|
|
|
/usr/lib/locate/bigram
|
|
|
|
/etc/cron.daily/find
|
|
|
|
/etc/updatedb.conf
|
|
|
|
/bin/grep
|
|
|
|
/bin/egrep
|
|
|
|
/bin/fgrep
|
|
|
|
/usr/bin/rgrep
|
|
|
|
/usr/share/locale/de/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/cs/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/el/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/eo/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/es/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/et/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/fr/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/id/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/hr/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/ja/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/it/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/ko/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/nl/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/no/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/pl/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/ru/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/sl/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/sv/LC_MESSAGES/grep.mo
|
|
|
|
/usr/share/locale/pt_BR/LC_MESSAGES/grep.mo
|
|
|
|
/bin/gzip
|
|
|
|
/bin/gunzip
|
|
|
|
/bin/zcat
|
|
|
|
/bin/uncompress
|
|
|
|
/usr/bin/zdiff
|
|
|
|
/usr/bin/zgrep
|
|
|
|
/usr/bin/zless
|
|
|
|
/usr/bin/zmore
|
|
|
|
/usr/bin/znew
|
|
|
|
/usr/bin/zforce
|
|
|
|
/usr/bin/gzexe
|
|
|
|
/usr/bin/zcmp
|
|
|
|
/usr/bin/zegrep
|
|
|
|
/usr/bin/zfgrep
|
|
|
|
/bin/hostname
|
|
|
|
/bin/dnsdomainname
|
|
|
|
/lib/ld-2.2.3.so
|
|
|
|
/lib/libBrokenLocale-2.2.3.so
|
|
|
|
/lib/libanl-2.2.3.so
|
|
|
|
/lib/libc-2.2.3.so
|
|
|
|
/lib/libcrypt-2.2.3.so
|
|
|
|
/lib/libdb1-2.2.3.so
|
|
|
|
/lib/libdl-2.2.3.so
|
|
|
|
/lib/libm-2.2.3.so
|
|
|
|
/lib/libnsl-2.2.3.so
|
|
|
|
/lib/libnss_compat-2.2.3.so
|
|
|
|
/lib/libnss_dns-2.2.3.so
|
|
|
|
/lib/libnss_files-2.2.3.so
|
|
|
|
/lib/libnss_hesiod-2.2.3.so
|
|
|
|
/lib/libnss_nis-2.2.3.so
|
|
|
|
/lib/libnss_nisplus-2.2.3.so
|
|
|
|
/lib/libresolv-2.2.3.so
|
|
|
|
/lib/librt-2.2.3.so
|
|
|
|
/lib/libutil-2.2.3.so
|
|
|
|
/lib/libSegFault.so
|
|
|
|
/lib/libpthread-0.9.so
|
|
|
|
/lib/libthread_db-1.0.so
|
|
|
|
/usr/lib/gconv/ANSI_X3.110.so
|
|
|
|
/usr/lib/gconv/ASMO_449.so
|
|
|
|
/usr/lib/gconv/BIG5.so
|
|
|
|
/usr/lib/gconv/BIG5HKSCS.so
|
|
|
|
/usr/lib/gconv/CP10007.so
|
|
|
|
/usr/lib/gconv/CP1250.so
|
|
|
|
/usr/lib/gconv/CP1251.so
|
|
|
|
/usr/lib/gconv/CP1252.so
|
|
|
|
/usr/lib/gconv/CP1253.so
|
|
|
|
/usr/lib/gconv/CP1254.so
|
|
|
|
/usr/lib/gconv/CP1255.so
|
|
|
|
/usr/lib/gconv/CP1256.so
|
|
|
|
/usr/lib/gconv/CP1257.so
|
|
|
|
/usr/lib/gconv/CP1258.so
|
|
|
|
/usr/lib/gconv/CP737.so
|
|
|
|
/usr/lib/gconv/CP775.so
|
|
|
|
/usr/lib/gconv/CSN_369103.so
|
|
|
|
/usr/lib/gconv/CWI.so
|
|
|
|
/usr/lib/gconv/DEC-MCS.so
|
|
|
|
/usr/lib/gconv/EBCDIC-AT-DE-A.so
|
|
|
|
/usr/lib/gconv/EBCDIC-AT-DE.so
|
|
|
|
/usr/lib/gconv/EBCDIC-CA-FR.so
|
|
|
|
/usr/lib/gconv/EBCDIC-DK-NO-A.so
|
|
|
|
/usr/lib/gconv/EBCDIC-DK-NO.so
|
|
|
|
/usr/lib/gconv/EBCDIC-ES-A.so
|
|
|
|
/usr/lib/gconv/EBCDIC-ES-S.so
|
|
|
|
/usr/lib/gconv/EBCDIC-ES.so
|
|
|
|
/usr/lib/gconv/EBCDIC-FI-SE-A.so
|
|
|
|
/usr/lib/gconv/EBCDIC-FI-SE.so
|
|
|
|
/usr/lib/gconv/EBCDIC-FR.so
|
|
|
|
/usr/lib/gconv/EBCDIC-IS-FRISS.so
|
|
|
|
/usr/lib/gconv/EBCDIC-IT.so
|
|
|
|
/usr/lib/gconv/EBCDIC-PT.so
|
|
|
|
/usr/lib/gconv/EBCDIC-UK.so
|
|
|
|
/usr/lib/gconv/EBCDIC-US.so
|
|
|
|
/usr/lib/gconv/ECMA-CYRILLIC.so
|
|
|
|
/usr/lib/gconv/EUC-CN.so
|
|
|
|
/usr/lib/gconv/EUC-JP.so
|
|
|
|
/usr/lib/gconv/EUC-KR.so
|
|
|
|
/usr/lib/gconv/EUC-TW.so
|
|
|
|
/usr/lib/gconv/GB18030.so
|
|
|
|
/usr/lib/gconv/GBBIG5.so
|
|
|
|
/usr/lib/gconv/GBGBK.so
|
|
|
|
/usr/lib/gconv/GBK.so
|
|
|
|
/usr/lib/gconv/GOST_19768-74.so
|
|
|
|
/usr/lib/gconv/GREEK-CCITT.so
|
|
|
|
/usr/lib/gconv/GREEK7-OLD.so
|
|
|
|
/usr/lib/gconv/GREEK7.so
|
|
|
|
/usr/lib/gconv/HP-ROMAN8.so
|
|
|
|
/usr/lib/gconv/IBM037.so
|
|
|
|
/usr/lib/gconv/IBM038.so
|
|
|
|
/usr/lib/gconv/IBM1004.so
|
|
|
|
/usr/lib/gconv/IBM1026.so
|
|
|
|
/usr/lib/gconv/IBM1046.so
|
|
|
|
/usr/lib/gconv/IBM1047.so
|
|
|
|
/usr/lib/gconv/IBM1124.so
|
|
|
|
/usr/lib/gconv/IBM1129.so
|
|
|
|
/usr/lib/gconv/IBM256.so
|
|
|
|
/usr/lib/gconv/IBM273.so
|
|
|
|
/usr/lib/gconv/IBM274.so
|
|
|
|
/usr/lib/gconv/IBM275.so
|
|
|
|
/usr/lib/gconv/IBM277.so
|
|
|
|
/usr/lib/gconv/IBM278.so
|
|
|
|
/usr/lib/gconv/IBM280.so
|
|
|
|
/usr/lib/gconv/IBM281.so
|
|
|
|
/usr/lib/gconv/IBM284.so
|
|
|
|
/usr/lib/gconv/IBM285.so
|
|
|
|
/usr/lib/gconv/IBM290.so
|
|
|
|
/usr/lib/gconv/IBM297.so
|
|
|
|
/usr/lib/gconv/IBM420.so
|
|
|
|
/usr/lib/gconv/IBM423.so
|
|
|
|
/usr/lib/gconv/IBM424.so
|
|
|
|
/usr/lib/gconv/IBM437.so
|
|
|
|
/usr/lib/gconv/IBM500.so
|
|
|
|
/usr/lib/gconv/IBM850.so
|
|
|
|
/usr/lib/gconv/IBM851.so
|
|
|
|
/usr/lib/gconv/IBM852.so
|
|
|
|
/usr/lib/gconv/IBM855.so
|
|
|
|
/usr/lib/gconv/IBM856.so
|
|
|
|
/usr/lib/gconv/IBM857.so
|
|
|
|
/usr/lib/gconv/IBM860.so
|
|
|
|
/usr/lib/gconv/IBM861.so
|
|
|
|
/usr/lib/gconv/IBM862.so
|
|
|
|
/usr/lib/gconv/IBM863.so
|
|
|
|
/usr/lib/gconv/IBM864.so
|
|
|
|
/usr/lib/gconv/IBM865.so
|
|
|
|
/usr/lib/gconv/IBM866.so
|
|
|
|
/usr/lib/gconv/IBM868.so
|
|
|
|
/usr/lib/gconv/IBM869.so
|
|
|
|
/usr/lib/gconv/IBM870.so
|
|
|
|
/usr/lib/gconv/IBM871.so
|
|
|
|
/usr/lib/gconv/IBM874.so
|
|
|
|
/usr/lib/gconv/IBM875.so
|
|
|
|
/usr/lib/gconv/IBM880.so
|
|
|
|
/usr/lib/gconv/IBM891.so
|
|
|
|
/usr/lib/gconv/IBM903.so
|
|
|
|
/usr/lib/gconv/IBM904.so
|
|
|
|
/usr/lib/gconv/IBM905.so
|
|
|
|
/usr/lib/gconv/IBM918.so
|
|
|
|
/usr/lib/gconv/IBM922.so
|
|
|
|
/usr/lib/gconv/IBM930.so
|
|
|
|
/usr/lib/gconv/IBM932.so
|
|
|
|
/usr/lib/gconv/IBM933.so
|
|
|
|
/usr/lib/gconv/IBM935.so
|
|
|
|
/usr/lib/gconv/IBM937.so
|
|
|
|
/usr/lib/gconv/IBM939.so
|
|
|
|
/usr/lib/gconv/IBM943.so
|
|
|
|
/usr/lib/gconv/IEC_P27-1.so
|
|
|
|
/usr/lib/gconv/INIS-8.so
|
|
|
|
/usr/lib/gconv/INIS-CYRILLIC.so
|
|
|
|
/usr/lib/gconv/INIS.so
|
|
|
|
/usr/lib/gconv/ISIRI-3342.so
|
|
|
|
/usr/lib/gconv/ISO-2022-CN-EXT.so
|
|
|
|
/usr/lib/gconv/ISO-2022-CN.so
|
|
|
|
/usr/lib/gconv/ISO-2022-JP.so
|
|
|
|
/usr/lib/gconv/ISO-2022-KR.so
|
|
|
|
/usr/lib/gconv/ISO-IR-197.so
|
|
|
|
/usr/lib/gconv/ISO646.so
|
|
|
|
/usr/lib/gconv/ISO8859-1.so
|
|
|
|
/usr/lib/gconv/ISO8859-10.so
|
|
|
|
/usr/lib/gconv/ISO8859-11.so
|
|
|
|
/usr/lib/gconv/ISO8859-13.so
|
|
|
|
/usr/lib/gconv/ISO8859-14.so
|
|
|
|
/usr/lib/gconv/ISO8859-15.so
|
|
|
|
/usr/lib/gconv/ISO8859-16.so
|
|
|
|
/usr/lib/gconv/ISO8859-2.so
|
|
|
|
/usr/lib/gconv/ISO8859-3.so
|
|
|
|
/usr/lib/gconv/ISO8859-4.so
|
|
|
|
/usr/lib/gconv/ISO8859-5.so
|
|
|
|
/usr/lib/gconv/ISO8859-6.so
|
|
|
|
/usr/lib/gconv/ISO8859-7.so
|
|
|
|
/usr/lib/gconv/ISO8859-8.so
|
|
|
|
/usr/lib/gconv/ISO8859-9.so
|
|
|
|
/usr/lib/gconv/ISO_10367-BOX.so
|
|
|
|
/usr/lib/gconv/ISO_2033.so
|
|
|
|
/usr/lib/gconv/ISO_5427-EXT.so
|
|
|
|
/usr/lib/gconv/ISO_5427.so
|
|
|
|
/usr/lib/gconv/ISO_5428.so
|
|
|
|
/usr/lib/gconv/ISO_6937-2.so
|
|
|
|
/usr/lib/gconv/ISO_6937.so
|
|
|
|
/usr/lib/gconv/JOHAB.so
|
|
|
|
/usr/lib/gconv/KOI-8.so
|
|
|
|
/usr/lib/gconv/KOI8-R.so
|
|
|
|
/usr/lib/gconv/KOI8-U.so
|
|
|
|
/usr/lib/gconv/LATIN-GREEK-1.so
|
|
|
|
/usr/lib/gconv/LATIN-GREEK.so
|
|
|
|
/usr/lib/gconv/MAC-IS.so
|
|
|
|
/usr/lib/gconv/MAC-UK.so
|
|
|
|
/usr/lib/gconv/MACINTOSH.so
|
|
|
|
/usr/lib/gconv/NATS-DANO.so
|
|
|
|
/usr/lib/gconv/NATS-SEFI.so
|
|
|
|
/usr/lib/gconv/SAMI-WS2.so
|
|
|
|
/usr/lib/gconv/SJIS.so
|
|
|
|
/usr/lib/gconv/T.61.so
|
|
|
|
/usr/lib/gconv/TIS-620.so
|
|
|
|
/usr/lib/gconv/UHC.so
|
|
|
|
/usr/lib/gconv/UNICODE.so
|
|
|
|
/usr/lib/gconv/UTF-16.so
|
|
|
|
/usr/lib/gconv/UTF-32.so
|
|
|
|
/usr/lib/gconv/UTF-7.so
|
|
|
|
/usr/lib/gconv/VISCII.so
|
|
|
|
/usr/lib/gconv/gconv-modules
|
|
|
|
/usr/lib/gconv/libCNS.so
|
|
|
|
/usr/lib/gconv/libGB.so
|
|
|
|
/usr/lib/gconv/libISOIR165.so
|
|
|
|
/usr/lib/gconv/libJIS.so
|
|
|
|
/usr/lib/gconv/libKSC.so
|
|
|
|
/usr/lib/pt_chown
|
|
|
|
/usr/share/zoneinfo/Africa/Algiers
|
|
|
|
/usr/share/zoneinfo/Africa/Luanda
|
|
|
|
/usr/share/zoneinfo/Africa/Porto-Novo
|
|
|
|
/usr/share/zoneinfo/Africa/Gaborone
|
|
|
|
/usr/share/zoneinfo/Africa/Ouagadougou
|
|
|
|
/usr/share/zoneinfo/Africa/Bujumbura
|
|
|
|
/usr/share/zoneinfo/Africa/Douala
|
|
|
|
/usr/share/zoneinfo/Africa/Bangui
|
|
|
|
/usr/share/zoneinfo/Africa/Ndjamena
|
|
|
|
/usr/share/zoneinfo/Africa/Kinshasa
|
|
|
|
/usr/share/zoneinfo/Africa/Lubumbashi
|
|
|
|
/usr/share/zoneinfo/Africa/Brazzaville
|
|
|
|
/usr/share/zoneinfo/Africa/Abidjan
|
|
|
|
/usr/share/zoneinfo/Africa/Djibouti
|
|
|
|
/usr/share/zoneinfo/Africa/Cairo
|
|
|
|
/usr/share/zoneinfo/Africa/Malabo
|
|
|
|
/usr/share/zoneinfo/Africa/Asmera
|
|
|
|
/usr/share/zoneinfo/Africa/Addis_Ababa
|
|
|
|
/usr/share/zoneinfo/Africa/Libreville
|
|
|
|
/usr/share/zoneinfo/Africa/Banjul
|
|
|
|
/usr/share/zoneinfo/Africa/Accra
|
|
|
|
/usr/share/zoneinfo/Africa/Conakry
|
|
|
|
/usr/share/zoneinfo/Africa/Bissau
|
|
|
|
/usr/share/zoneinfo/Africa/Nairobi
|
|
|
|
/usr/share/zoneinfo/Africa/Maseru
|
|
|
|
/usr/share/zoneinfo/Africa/Monrovia
|
|
|
|
/usr/share/zoneinfo/Africa/Tripoli
|
|
|
|
/usr/share/zoneinfo/Africa/Blantyre
|
|
|
|
/usr/share/zoneinfo/Africa/Bamako
|
|
|
|
/usr/share/zoneinfo/Africa/Timbuktu
|
|
|
|
/usr/share/zoneinfo/Africa/Nouakchott
|
|
|
|
/usr/share/zoneinfo/Africa/Casablanca
|
|
|
|
/usr/share/zoneinfo/Africa/El_Aaiun
|
|
|
|
/usr/share/zoneinfo/Africa/Maputo
|
|
|
|
/usr/share/zoneinfo/Africa/Windhoek
|
|
|
|
/usr/share/zoneinfo/Africa/Niamey
|
|
|
|
/usr/share/zoneinfo/Africa/Lagos
|
|
|
|
/usr/share/zoneinfo/Africa/Kigali
|
|
|
|
/usr/share/zoneinfo/Africa/Sao_Tome
|
|
|
|
/usr/share/zoneinfo/Africa/Dakar
|
|
|
|
/usr/share/zoneinfo/Africa/Freetown
|
|
|
|
/usr/share/zoneinfo/Africa/Mogadishu
|
|
|
|
/usr/share/zoneinfo/Africa/Johannesburg
|
|
|
|
/usr/share/zoneinfo/Africa/Khartoum
|
|
|
|
/usr/share/zoneinfo/Africa/Mbabane
|
|
|
|
/usr/share/zoneinfo/Africa/Dar_es_Salaam
|
|
|
|
/usr/share/zoneinfo/Africa/Lome
|
|
|
|
/usr/share/zoneinfo/Africa/Tunis
|
|
|
|
/usr/share/zoneinfo/Africa/Kampala
|
|
|
|
/usr/share/zoneinfo/Africa/Lusaka
|
|
|
|
/usr/share/zoneinfo/Africa/Harare
|
|
|
|
/usr/share/zoneinfo/Africa/Ceuta
|
|
|
|
/usr/share/zoneinfo/Atlantic/Cape_Verde
|
|
|
|
/usr/share/zoneinfo/Atlantic/St_Helena
|
|
|
|
/usr/share/zoneinfo/Atlantic/Faeroe
|
|
|
|
/usr/share/zoneinfo/Atlantic/Reykjavik
|
|
|
|
/usr/share/zoneinfo/Atlantic/Azores
|
|
|
|
/usr/share/zoneinfo/Atlantic/Madeira
|
|
|
|
/usr/share/zoneinfo/Atlantic/Canary
|
|
|
|
/usr/share/zoneinfo/Atlantic/Jan_Mayen
|
|
|
|
/usr/share/zoneinfo/Atlantic/Bermuda
|
|
|
|
/usr/share/zoneinfo/Atlantic/Stanley
|
|
|
|
/usr/share/zoneinfo/Atlantic/South_Georgia
|
|
|
|
/usr/share/zoneinfo/Indian/Comoro
|
|
|
|
/usr/share/zoneinfo/Indian/Antananarivo
|
|
|
|
/usr/share/zoneinfo/Indian/Mauritius
|
|
|
|
/usr/share/zoneinfo/Indian/Mayotte
|
|
|
|
/usr/share/zoneinfo/Indian/Reunion
|
|
|
|
/usr/share/zoneinfo/Indian/Mahe
|
|
|
|
/usr/share/zoneinfo/Indian/Kerguelen
|
|
|
|
/usr/share/zoneinfo/Indian/Chagos
|
|
|
|
/usr/share/zoneinfo/Indian/Maldives
|
|
|
|
/usr/share/zoneinfo/Indian/Christmas
|
|
|
|
/usr/share/zoneinfo/Indian/Cocos
|
|
|
|
/usr/share/zoneinfo/Antarctica/Casey
|
|
|
|
/usr/share/zoneinfo/Antarctica/Davis
|
|
|
|
/usr/share/zoneinfo/Antarctica/Mawson
|
|
|
|
/usr/share/zoneinfo/Antarctica/DumontDUrville
|
|
|
|
/usr/share/zoneinfo/Antarctica/Syowa
|
|
|
|
/usr/share/zoneinfo/Antarctica/Vostok
|
|
|
|
/usr/share/zoneinfo/Antarctica/Palmer
|
|
|
|
/usr/share/zoneinfo/Antarctica/McMurdo
|
|
|
|
/usr/share/zoneinfo/Antarctica/South_Pole
|
|
|
|
/usr/share/zoneinfo/Asia/Kabul
|
|
|
|
/usr/share/zoneinfo/Asia/Yerevan
|
|
|
|
/usr/share/zoneinfo/Asia/Baku
|
|
|
|
/usr/share/zoneinfo/Asia/Bahrain
|
|
|
|
/usr/share/zoneinfo/Asia/Dhaka
|
|
|
|
/usr/share/zoneinfo/Asia/Thimphu
|
|
|
|
/usr/share/zoneinfo/Asia/Brunei
|
|
|
|
/usr/share/zoneinfo/Asia/Rangoon
|
|
|
|
/usr/share/zoneinfo/Asia/Phnom_Penh
|
|
|
|
/usr/share/zoneinfo/Asia/Harbin
|
|
|
|
/usr/share/zoneinfo/Asia/Shanghai
|
|
|
|
/usr/share/zoneinfo/Asia/Chungking
|
|
|
|
/usr/share/zoneinfo/Asia/Urumqi
|
|
|
|
/usr/share/zoneinfo/Asia/Kashgar
|
|
|
|
/usr/share/zoneinfo/Asia/Hong_Kong
|
|
|
|
/usr/share/zoneinfo/Asia/Taipei
|
|
|
|
/usr/share/zoneinfo/Asia/Macao
|
|
|
|
/usr/share/zoneinfo/Asia/Nicosia
|
|
|
|
/usr/share/zoneinfo/Asia/Tbilisi
|
|
|
|
/usr/share/zoneinfo/Asia/Dili
|
|
|
|
/usr/share/zoneinfo/Asia/Calcutta
|
|
|
|
/usr/share/zoneinfo/Asia/Jakarta
|
|
|
|
/usr/share/zoneinfo/Asia/Pontianak
|
|
|
|
/usr/share/zoneinfo/Asia/Ujung_Pandang
|
|
|
|
/usr/share/zoneinfo/Asia/Jayapura
|
|
|
|
/usr/share/zoneinfo/Asia/Tehran
|
|
|
|
/usr/share/zoneinfo/Asia/Baghdad
|
|
|
|
/usr/share/zoneinfo/Asia/Jerusalem
|
|
|
|
/usr/share/zoneinfo/Asia/Tokyo
|
|
|
|
/usr/share/zoneinfo/Asia/Amman
|
|
|
|
/usr/share/zoneinfo/Asia/Almaty
|
|
|
|
/usr/share/zoneinfo/Asia/Aqtobe
|
|
|
|
/usr/share/zoneinfo/Asia/Aqtau
|
|
|
|
/usr/share/zoneinfo/Asia/Bishkek
|
|
|
|
/usr/share/zoneinfo/Asia/Seoul
|
|
|
|
/usr/share/zoneinfo/Asia/Pyongyang
|
|
|
|
/usr/share/zoneinfo/Asia/Kuwait
|
|
|
|
/usr/share/zoneinfo/Asia/Vientiane
|
|
|
|
/usr/share/zoneinfo/Asia/Beirut
|
|
|
|
/usr/share/zoneinfo/Asia/Kuala_Lumpur
|
|
|
|
/usr/share/zoneinfo/Asia/Kuching
|
|
|
|
/usr/share/zoneinfo/Asia/Hovd
|
|
|
|
/usr/share/zoneinfo/Asia/Ulaanbaatar
|
|
|
|
/usr/share/zoneinfo/Asia/Katmandu
|
|
|
|
/usr/share/zoneinfo/Asia/Muscat
|
|
|
|
/usr/share/zoneinfo/Asia/Karachi
|
|
|
|
/usr/share/zoneinfo/Asia/Gaza
|
|
|
|
/usr/share/zoneinfo/Asia/Manila
|
|
|
|
/usr/share/zoneinfo/Asia/Qatar
|
|
|
|
/usr/share/zoneinfo/Asia/Riyadh
|
|
|
|
/usr/share/zoneinfo/Asia/Singapore
|
|
|
|
/usr/share/zoneinfo/Asia/Colombo
|
|
|
|
/usr/share/zoneinfo/Asia/Damascus
|
|
|
|
/usr/share/zoneinfo/Asia/Dushanbe
|
|
|
|
/usr/share/zoneinfo/Asia/Bangkok
|
|
|
|
/usr/share/zoneinfo/Asia/Ashgabat
|
|
|
|
/usr/share/zoneinfo/Asia/Dubai
|
|
|
|
/usr/share/zoneinfo/Asia/Samarkand
|
|
|
|
/usr/share/zoneinfo/Asia/Tashkent
|
|
|
|
/usr/share/zoneinfo/Asia/Saigon
|
|
|
|
/usr/share/zoneinfo/Asia/Aden
|
|
|
|
/usr/share/zoneinfo/Asia/Yekaterinburg
|
|
|
|
/usr/share/zoneinfo/Asia/Omsk
|
|
|
|
/usr/share/zoneinfo/Asia/Novosibirsk
|
|
|
|
/usr/share/zoneinfo/Asia/Krasnoyarsk
|
|
|
|
/usr/share/zoneinfo/Asia/Irkutsk
|
|
|
|
/usr/share/zoneinfo/Asia/Yakutsk
|
|
|
|
/usr/share/zoneinfo/Asia/Vladivostok
|
|
|
|
/usr/share/zoneinfo/Asia/Magadan
|
|
|
|
/usr/share/zoneinfo/Asia/Kamchatka
|
|
|
|
/usr/share/zoneinfo/Asia/Anadyr
|
|
|
|
/usr/share/zoneinfo/Asia/Istanbul
|
|
|
|
/usr/share/zoneinfo/Asia/Riyadh87
|
|
|
|
/usr/share/zoneinfo/Asia/Riyadh88
|
|
|
|
/usr/share/zoneinfo/Asia/Riyadh89
|
|
|
|
/usr/share/zoneinfo/Asia/Dacca
|
|
|
|
/usr/share/zoneinfo/Asia/Ashkhabad
|
|
|
|
/usr/share/zoneinfo/Asia/Tel_Aviv
|
|
|
|
/usr/share/zoneinfo/Asia/Thimbu
|
|
|
|
/usr/share/zoneinfo/Asia/Ulan_Bator
|
|
|
|
/usr/share/zoneinfo/Europe/Nicosia
|
|
|
|
/usr/share/zoneinfo/Europe/London
|
|
|
|
/usr/share/zoneinfo/Europe/Belfast
|
|
|
|
/usr/share/zoneinfo/Europe/Dublin
|
|
|
|
/usr/share/zoneinfo/Europe/Tirane
|
|
|
|
/usr/share/zoneinfo/Europe/Andorra
|
|
|
|
/usr/share/zoneinfo/Europe/Vienna
|
|
|
|
/usr/share/zoneinfo/Europe/Minsk
|
|
|
|
/usr/share/zoneinfo/Europe/Brussels
|
|
|
|
/usr/share/zoneinfo/Europe/Sofia
|
|
|
|
/usr/share/zoneinfo/Europe/Prague
|
|
|
|
/usr/share/zoneinfo/Europe/Copenhagen
|
|
|
|
/usr/share/zoneinfo/Europe/Tallinn
|
|
|
|
/usr/share/zoneinfo/Europe/Helsinki
|
|
|
|
/usr/share/zoneinfo/Europe/Paris
|
|
|
|
/usr/share/zoneinfo/Europe/Berlin
|
|
|
|
/usr/share/zoneinfo/Europe/Gibraltar
|
|
|
|
/usr/share/zoneinfo/Europe/Athens
|
|
|
|
/usr/share/zoneinfo/Europe/Budapest
|
|
|
|
/usr/share/zoneinfo/Europe/Rome
|
|
|
|
/usr/share/zoneinfo/Europe/Riga
|
|
|
|
/usr/share/zoneinfo/Europe/Vaduz
|
|
|
|
/usr/share/zoneinfo/Europe/Vilnius
|
|
|
|
/usr/share/zoneinfo/Europe/Luxembourg
|
|
|
|
/usr/share/zoneinfo/Europe/Malta
|
|
|
|
/usr/share/zoneinfo/Europe/Chisinau
|
|
|
|
/usr/share/zoneinfo/Europe/Monaco
|
|
|
|
/usr/share/zoneinfo/Europe/Amsterdam
|
|
|
|
/usr/share/zoneinfo/Europe/Oslo
|
|
|
|
/usr/share/zoneinfo/Europe/Warsaw
|
|
|
|
/usr/share/zoneinfo/Europe/Lisbon
|
|
|
|
/usr/share/zoneinfo/Europe/Bucharest
|
|
|
|
/usr/share/zoneinfo/Europe/Kaliningrad
|
|
|
|
/usr/share/zoneinfo/Europe/Moscow
|
|
|
|
/usr/share/zoneinfo/Europe/Samara
|
|
|
|
/usr/share/zoneinfo/Europe/Madrid
|
|
|
|
/usr/share/zoneinfo/Europe/Stockholm
|
|
|
|
/usr/share/zoneinfo/Europe/Zurich
|
|
|
|
/usr/share/zoneinfo/Europe/Istanbul
|
|
|
|
/usr/share/zoneinfo/Europe/Kiev
|
|
|
|
/usr/share/zoneinfo/Europe/Uzhgorod
|
|
|
|
/usr/share/zoneinfo/Europe/Zaporozhye
|
|
|
|
/usr/share/zoneinfo/Europe/Simferopol
|
|
|
|
/usr/share/zoneinfo/Europe/Belgrade
|
|
|
|
/usr/share/zoneinfo/Europe/Vatican
|
|
|
|
/usr/share/zoneinfo/Europe/San_Marino
|
|
|
|
/usr/share/zoneinfo/Europe/Bratislava
|
|
|
|
/usr/share/zoneinfo/Europe/Ljubljana
|
|
|
|
/usr/share/zoneinfo/Europe/Sarajevo
|
|
|
|
/usr/share/zoneinfo/Europe/Skopje
|
|
|
|
/usr/share/zoneinfo/Europe/Zagreb
|
|
|
|
/usr/share/zoneinfo/Europe/Tiraspol
|
|
|
|
/usr/share/zoneinfo/Australia/Darwin
|
|
|
|
/usr/share/zoneinfo/Australia/Perth
|
|
|
|
/usr/share/zoneinfo/Australia/Brisbane
|
|
|
|
/usr/share/zoneinfo/Australia/Lindeman
|
|
|
|
/usr/share/zoneinfo/Australia/Adelaide
|
|
|
|
/usr/share/zoneinfo/Australia/Hobart
|
|
|
|
/usr/share/zoneinfo/Australia/Melbourne
|
|
|
|
/usr/share/zoneinfo/Australia/Sydney
|
|
|
|
/usr/share/zoneinfo/Australia/Broken_Hill
|
|
|
|
/usr/share/zoneinfo/Australia/Lord_Howe
|
|
|
|
/usr/share/zoneinfo/Australia/ACT
|
|
|
|
/usr/share/zoneinfo/Australia/Canberra
|
|
|
|
/usr/share/zoneinfo/Australia/LHI
|
|
|
|
/usr/share/zoneinfo/Australia/NSW
|
|
|
|
/usr/share/zoneinfo/Australia/North
|
|
|
|
/usr/share/zoneinfo/Australia/Queensland
|
|
|
|
/usr/share/zoneinfo/Australia/South
|
|
|
|
/usr/share/zoneinfo/Australia/Tasmania
|
|
|
|
/usr/share/zoneinfo/Australia/Victoria
|
|
|
|
/usr/share/zoneinfo/Australia/West
|
|
|
|
/usr/share/zoneinfo/Australia/Yancowinna
|
|
|
|
/usr/share/zoneinfo/Pacific/Rarotonga
|
|
|
|
/usr/share/zoneinfo/Pacific/Fiji
|
|
|
|
/usr/share/zoneinfo/Pacific/Gambier
|
|
|
|
/usr/share/zoneinfo/Pacific/Marquesas
|
|
|
|
/usr/share/zoneinfo/Pacific/Tahiti
|
|
|
|
/usr/share/zoneinfo/Pacific/Guam
|
|
|
|
/usr/share/zoneinfo/Pacific/Tarawa
|
|
|
|
/usr/share/zoneinfo/Pacific/Enderbury
|
|
|
|
/usr/share/zoneinfo/Pacific/Kiritimati
|
|
|
|
/usr/share/zoneinfo/Pacific/Saipan
|
|
|
|
/usr/share/zoneinfo/Pacific/Majuro
|
|
|
|
/usr/share/zoneinfo/Pacific/Kwajalein
|
|
|
|
/usr/share/zoneinfo/Pacific/Yap
|
|
|
|
/usr/share/zoneinfo/Pacific/Truk
|
|
|
|
/usr/share/zoneinfo/Pacific/Ponape
|
|
|
|
/usr/share/zoneinfo/Pacific/Kosrae
|
|
|
|
/usr/share/zoneinfo/Pacific/Nauru
|
|
|
|
/usr/share/zoneinfo/Pacific/Noumea
|
|
|
|
/usr/share/zoneinfo/Pacific/Auckland
|
|
|
|
/usr/share/zoneinfo/Pacific/Chatham
|
|
|
|
/usr/share/zoneinfo/Pacific/Niue
|
|
|
|
/usr/share/zoneinfo/Pacific/Norfolk
|
|
|
|
/usr/share/zoneinfo/Pacific/Palau
|
|
|
|
/usr/share/zoneinfo/Pacific/Port_Moresby
|
|
|
|
/usr/share/zoneinfo/Pacific/Pitcairn
|
|
|
|
/usr/share/zoneinfo/Pacific/Pago_Pago
|
|
|
|
/usr/share/zoneinfo/Pacific/Apia
|
|
|
|
/usr/share/zoneinfo/Pacific/Guadalcanal
|
|
|
|
/usr/share/zoneinfo/Pacific/Fakaofo
|
|
|
|
/usr/share/zoneinfo/Pacific/Tongatapu
|
|
|
|
/usr/share/zoneinfo/Pacific/Funafuti
|
|
|
|
/usr/share/zoneinfo/Pacific/Johnston
|
|
|
|
/usr/share/zoneinfo/Pacific/Midway
|
|
|
|
/usr/share/zoneinfo/Pacific/Wake
|
|
|
|
/usr/share/zoneinfo/Pacific/Efate
|
|
|
|
/usr/share/zoneinfo/Pacific/Wallis
|
|
|
|
/usr/share/zoneinfo/Pacific/Honolulu
|
|
|
|
/usr/share/zoneinfo/Pacific/Easter
|
|
|
|
/usr/share/zoneinfo/Pacific/Galapagos
|
|
|
|
/usr/share/zoneinfo/Pacific/Samoa
|
|
|
|
/usr/share/zoneinfo/WET
|
|
|
|
/usr/share/zoneinfo/CET
|
|
|
|
/usr/share/zoneinfo/MET
|
|
|
|
/usr/share/zoneinfo/EET
|
|
|
|
/usr/share/zoneinfo/America/Scoresbysund
|
|
|
|
/usr/share/zoneinfo/America/Godthab
|
|
|
|
/usr/share/zoneinfo/America/Thule
|
|
|
|
/usr/share/zoneinfo/America/New_York
|
|
|
|
/usr/share/zoneinfo/America/Chicago
|
|
|
|
/usr/share/zoneinfo/America/Denver
|
|
|
|
/usr/share/zoneinfo/America/Los_Angeles
|
|
|
|
/usr/share/zoneinfo/America/Juneau
|
|
|
|
/usr/share/zoneinfo/America/Yakutat
|
|
|
|
/usr/share/zoneinfo/America/Anchorage
|
|
|
|
/usr/share/zoneinfo/America/Nome
|
|
|
|
/usr/share/zoneinfo/America/Adak
|
|
|
|
/usr/share/zoneinfo/America/Phoenix
|
|
|
|
/usr/share/zoneinfo/America/Boise
|
|
|
|
/usr/share/zoneinfo/America/Indianapolis
|
|
|
|
/usr/share/zoneinfo/America/Indiana/Marengo
|
|
|
|
/usr/share/zoneinfo/America/Indiana/Knox
|
|
|
|
/usr/share/zoneinfo/America/Indiana/Vevay
|
|
|
|
/usr/share/zoneinfo/America/Indiana/Indianapolis
|
|
|
|
/usr/share/zoneinfo/America/Louisville
|
|
|
|
/usr/share/zoneinfo/America/Kentucky/Monticello
|
|
|
|
/usr/share/zoneinfo/America/Kentucky/Louisville
|
|
|
|
/usr/share/zoneinfo/America/Detroit
|
|
|
|
/usr/share/zoneinfo/America/Menominee
|
|
|
|
/usr/share/zoneinfo/America/St_Johns
|
|
|
|
/usr/share/zoneinfo/America/Goose_Bay
|
|
|
|
/usr/share/zoneinfo/America/Halifax
|
|
|
|
/usr/share/zoneinfo/America/Glace_Bay
|
|
|
|
/usr/share/zoneinfo/America/Montreal
|
|
|
|
/usr/share/zoneinfo/America/Thunder_Bay
|
|
|
|
/usr/share/zoneinfo/America/Nipigon
|
|
|
|
/usr/share/zoneinfo/America/Rainy_River
|
|
|
|
/usr/share/zoneinfo/America/Winnipeg
|
|
|
|
/usr/share/zoneinfo/America/Regina
|
|
|
|
/usr/share/zoneinfo/America/Swift_Current
|
|
|
|
/usr/share/zoneinfo/America/Edmonton
|
|
|
|
/usr/share/zoneinfo/America/Vancouver
|
|
|
|
/usr/share/zoneinfo/America/Dawson_Creek
|
|
|
|
/usr/share/zoneinfo/America/Pangnirtung
|
|
|
|
/usr/share/zoneinfo/America/Iqaluit
|
|
|
|
/usr/share/zoneinfo/America/Rankin_Inlet
|
|
|
|
/usr/share/zoneinfo/America/Cambridge_Bay
|
|
|
|
/usr/share/zoneinfo/America/Yellowknife
|
|
|
|
/usr/share/zoneinfo/America/Inuvik
|
|
|
|
/usr/share/zoneinfo/America/Whitehorse
|
|
|
|
/usr/share/zoneinfo/America/Dawson
|
|
|
|
/usr/share/zoneinfo/America/Cancun
|
|
|
|
/usr/share/zoneinfo/America/Merida
|
|
|
|
/usr/share/zoneinfo/America/Monterrey
|
|
|
|
/usr/share/zoneinfo/America/Mexico_City
|
|
|
|
/usr/share/zoneinfo/America/Chihuahua
|
|
|
|
/usr/share/zoneinfo/America/Hermosillo
|
|
|
|
/usr/share/zoneinfo/America/Mazatlan
|
|
|
|
/usr/share/zoneinfo/America/Tijuana
|
|
|
|
/usr/share/zoneinfo/America/Anguilla
|
|
|
|
/usr/share/zoneinfo/America/Antigua
|
|
|
|
/usr/share/zoneinfo/America/Nassau
|
|
|
|
/usr/share/zoneinfo/America/Barbados
|
|
|
|
/usr/share/zoneinfo/America/Belize
|
|
|
|
/usr/share/zoneinfo/America/Cayman
|
|
|
|
/usr/share/zoneinfo/America/Costa_Rica
|
|
|
|
/usr/share/zoneinfo/America/Havana
|
|
|
|
/usr/share/zoneinfo/America/Dominica
|
|
|
|
/usr/share/zoneinfo/America/Santo_Domingo
|
|
|
|
/usr/share/zoneinfo/America/El_Salvador
|
|
|
|
/usr/share/zoneinfo/America/Grenada
|
|
|
|
/usr/share/zoneinfo/America/Guadeloupe
|
|
|
|
/usr/share/zoneinfo/America/Guatemala
|
|
|
|
/usr/share/zoneinfo/America/Port-au-Prince
|
|
|
|
/usr/share/zoneinfo/America/Tegucigalpa
|
|
|
|
/usr/share/zoneinfo/America/Jamaica
|
|
|
|
/usr/share/zoneinfo/America/Martinique
|
|
|
|
/usr/share/zoneinfo/America/Montserrat
|
|
|
|
/usr/share/zoneinfo/America/Managua
|
|
|
|
/usr/share/zoneinfo/America/Panama
|
|
|
|
/usr/share/zoneinfo/America/Puerto_Rico
|
|
|
|
/usr/share/zoneinfo/America/St_Kitts
|
|
|
|
/usr/share/zoneinfo/America/St_Lucia
|
|
|
|
/usr/share/zoneinfo/America/Miquelon
|
|
|
|
/usr/share/zoneinfo/America/St_Vincent
|
|
|
|
/usr/share/zoneinfo/America/Grand_Turk
|
|
|
|
/usr/share/zoneinfo/America/Tortola
|
|
|
|
/usr/share/zoneinfo/America/St_Thomas
|
|
|
|
/usr/share/zoneinfo/America/Shiprock
|
|
|
|
/usr/share/zoneinfo/America/Buenos_Aires
|
|
|
|
/usr/share/zoneinfo/America/Rosario
|
|
|
|
/usr/share/zoneinfo/America/Cordoba
|
|
|
|
/usr/share/zoneinfo/America/Jujuy
|
|
|
|
/usr/share/zoneinfo/America/Catamarca
|
|
|
|
/usr/share/zoneinfo/America/Mendoza
|
|
|
|
/usr/share/zoneinfo/America/Aruba
|
|
|
|
/usr/share/zoneinfo/America/La_Paz
|
|
|
|
/usr/share/zoneinfo/America/Noronha
|
|
|
|
/usr/share/zoneinfo/America/Belem
|
|
|
|
/usr/share/zoneinfo/America/Fortaleza
|
|
|
|
/usr/share/zoneinfo/America/Recife
|
|
|
|
/usr/share/zoneinfo/America/Araguaina
|
|
|
|
/usr/share/zoneinfo/America/Maceio
|
|
|
|
/usr/share/zoneinfo/America/Sao_Paulo
|
|
|
|
/usr/share/zoneinfo/America/Cuiaba
|
|
|
|
/usr/share/zoneinfo/America/Porto_Velho
|
|
|
|
/usr/share/zoneinfo/America/Boa_Vista
|
|
|
|
/usr/share/zoneinfo/America/Manaus
|
|
|
|
/usr/share/zoneinfo/America/Eirunepe
|
|
|
|
/usr/share/zoneinfo/America/Rio_Branco
|
|
|
|
/usr/share/zoneinfo/America/Santiago
|
|
|
|
/usr/share/zoneinfo/America/Bogota
|
|
|
|
/usr/share/zoneinfo/America/Curacao
|
|
|
|
/usr/share/zoneinfo/America/Guayaquil
|
|
|
|
/usr/share/zoneinfo/America/Cayenne
|
|
|
|
/usr/share/zoneinfo/America/Guyana
|
|
|
|
/usr/share/zoneinfo/America/Asuncion
|
|
|
|
/usr/share/zoneinfo/America/Lima
|
|
|
|
/usr/share/zoneinfo/America/Paramaribo
|
|
|
|
/usr/share/zoneinfo/America/Port_of_Spain
|
|
|
|
/usr/share/zoneinfo/America/Montevideo
|
|
|
|
/usr/share/zoneinfo/America/Caracas
|
|
|
|
/usr/share/zoneinfo/America/Atka
|
|
|
|
/usr/share/zoneinfo/America/Ensenada
|
|
|
|
/usr/share/zoneinfo/America/Fort_Wayne
|
|
|
|
/usr/share/zoneinfo/America/Knox_IN
|
|
|
|
/usr/share/zoneinfo/America/Porto_Acre
|
|
|
|
/usr/share/zoneinfo/America/Virgin
|
|
|
|
/usr/share/zoneinfo/Arctic/Longyearbyen
|
|
|
|
/usr/share/zoneinfo/EST5EDT
|
|
|
|
/usr/share/zoneinfo/CST6CDT
|
|
|
|
/usr/share/zoneinfo/MST7MDT
|
|
|
|
/usr/share/zoneinfo/PST8PDT
|
|
|
|
/usr/share/zoneinfo/EST
|
|
|
|
/usr/share/zoneinfo/MST
|
|
|
|
/usr/share/zoneinfo/HST
|
|
|
|
/usr/share/zoneinfo/Etc/GMT
|
|
|
|
/usr/share/zoneinfo/Etc/UTC
|
|
|
|
/usr/share/zoneinfo/Etc/UCT
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-14
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-13
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-12
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-11
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-10
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-9
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-8
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-7
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-6
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-5
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-4
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-3
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-2
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-1
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+1
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+2
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+3
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+4
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+5
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+6
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+7
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+8
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+9
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+10
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+11
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+12
|
|
|
|
/usr/share/zoneinfo/Etc/Universal
|
|
|
|
/usr/share/zoneinfo/Etc/Zulu
|
|
|
|
/usr/share/zoneinfo/Etc/Greenwich
|
|
|
|
/usr/share/zoneinfo/Etc/GMT-0
|
|
|
|
/usr/share/zoneinfo/Etc/GMT+0
|
|
|
|
/usr/share/zoneinfo/Etc/GMT0
|
|
|
|
/usr/share/zoneinfo/GMT
|
|
|
|
/usr/share/zoneinfo/Factory
|
|
|
|
/usr/share/zoneinfo/SystemV/AST4ADT
|
|
|
|
/usr/share/zoneinfo/SystemV/EST5EDT
|
|
|
|
/usr/share/zoneinfo/SystemV/CST6CDT
|
|
|
|
/usr/share/zoneinfo/SystemV/MST7MDT
|
|
|
|
/usr/share/zoneinfo/SystemV/PST8PDT
|
|
|
|
/usr/share/zoneinfo/SystemV/YST9YDT
|
|
|
|
/usr/share/zoneinfo/SystemV/AST4
|
|
|
|
/usr/share/zoneinfo/SystemV/EST5
|
|
|
|
/usr/share/zoneinfo/SystemV/CST6
|
|
|
|
/usr/share/zoneinfo/SystemV/MST7
|
|
|
|
/usr/share/zoneinfo/SystemV/PST8
|
|
|
|
/usr/share/zoneinfo/SystemV/YST9
|
|
|
|
/usr/share/zoneinfo/SystemV/HST10
|
|
|
|
/usr/share/zoneinfo/Mideast/Riyadh87
|
|
|
|
/usr/share/zoneinfo/Mideast/Riyadh88
|
|
|
|
/usr/share/zoneinfo/Mideast/Riyadh89
|
|
|
|
/usr/share/zoneinfo/Brazil/Acre
|
|
|
|
/usr/share/zoneinfo/Brazil/DeNoronha
|
|
|
|
/usr/share/zoneinfo/Brazil/East
|
|
|
|
/usr/share/zoneinfo/Brazil/West
|
|
|
|
/usr/share/zoneinfo/Canada/Atlantic
|
|
|
|
/usr/share/zoneinfo/Canada/Central
|
|
|
|
/usr/share/zoneinfo/Canada/East-Saskatchewan
|
|
|
|
/usr/share/zoneinfo/Canada/Eastern
|
|
|
|
/usr/share/zoneinfo/Canada/Mountain
|
|
|
|
/usr/share/zoneinfo/Canada/Newfoundland
|
|
|
|
/usr/share/zoneinfo/Canada/Pacific
|
|
|
|
/usr/share/zoneinfo/Canada/Saskatchewan
|
|
|
|
/usr/share/zoneinfo/Canada/Yukon
|
|
|
|
/usr/share/zoneinfo/Chile/Continental
|
|
|
|
/usr/share/zoneinfo/Chile/EasterIsland
|
|
|
|
/usr/share/zoneinfo/Cuba
|
|
|
|
/usr/share/zoneinfo/Egypt
|
|
|
|
/usr/share/zoneinfo/Eire
|
|
|
|
/usr/share/zoneinfo/GB
|
|
|
|
/usr/share/zoneinfo/GB-Eire
|
|
|
|
/usr/share/zoneinfo/GMT+0
|
|
|
|
/usr/share/zoneinfo/GMT-0
|
|
|
|
/usr/share/zoneinfo/GMT0
|
|
|
|
/usr/share/zoneinfo/Greenwich
|
|
|
|
/usr/share/zoneinfo/Hongkong
|
|
|
|
/usr/share/zoneinfo/Iceland
|
|
|
|
/usr/share/zoneinfo/Iran
|
|
|
|
/usr/share/zoneinfo/Israel
|
|
|
|
/usr/share/zoneinfo/Jamaica
|
|
|
|
/usr/share/zoneinfo/Japan
|
|
|
|
/usr/share/zoneinfo/Kwajalein
|
|
|
|
/usr/share/zoneinfo/Libya
|
|
|
|
/usr/share/zoneinfo/Mexico/BajaNorte
|
|
|
|
/usr/share/zoneinfo/Mexico/BajaSur
|
|
|
|
/usr/share/zoneinfo/Mexico/General
|
|
|
|
/usr/share/zoneinfo/Navajo
|
|
|
|
/usr/share/zoneinfo/NZ
|
|
|
|
/usr/share/zoneinfo/NZ-CHAT
|
|
|
|
/usr/share/zoneinfo/PRC
|
|
|
|
/usr/share/zoneinfo/Poland
|
|
|
|
/usr/share/zoneinfo/Portugal
|
|
|
|
/usr/share/zoneinfo/ROC
|
|
|
|
/usr/share/zoneinfo/ROK
|
|
|
|
/usr/share/zoneinfo/Singapore
|
|
|
|
/usr/share/zoneinfo/Turkey
|
|
|
|
/usr/share/zoneinfo/UCT
|
|
|
|
/usr/share/zoneinfo/US/Alaska
|
|
|
|
/usr/share/zoneinfo/US/Aleutian
|
|
|
|
/usr/share/zoneinfo/US/Arizona
|
|
|
|
/usr/share/zoneinfo/US/Central
|
|
|
|
/usr/share/zoneinfo/US/East-Indiana
|
|
|
|
/usr/share/zoneinfo/US/Eastern
|
|
|
|
/usr/share/zoneinfo/US/Hawaii
|
|
|
|
/usr/share/zoneinfo/US/Indiana-Starke
|
|
|
|
/usr/share/zoneinfo/US/Michigan
|
|
|
|
/usr/share/zoneinfo/US/Mountain
|
|
|
|
/usr/share/zoneinfo/US/Pacific
|
|
|
|
/usr/share/zoneinfo/US/Samoa
|
|
|
|
/usr/share/zoneinfo/UTC
|
|
|
|
/usr/share/zoneinfo/Universal
|
|
|
|
/usr/share/zoneinfo/W-SU
|
|
|
|
/usr/share/zoneinfo/Zulu
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Algiers
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Luanda
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Porto-Novo
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Gaborone
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Ouagadougou
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Bujumbura
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Douala
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Bangui
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Ndjamena
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Kinshasa
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Lubumbashi
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Brazzaville
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Abidjan
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Djibouti
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Cairo
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Malabo
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Asmera
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Addis_Ababa
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Libreville
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Banjul
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Accra
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Conakry
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Bissau
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Nairobi
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Maseru
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Monrovia
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Tripoli
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Blantyre
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Bamako
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Timbuktu
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Nouakchott
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Casablanca
|
|
|
|
/usr/share/zoneinfo/posix/Africa/El_Aaiun
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Maputo
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Windhoek
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Niamey
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Lagos
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Kigali
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Sao_Tome
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Dakar
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Freetown
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Mogadishu
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Johannesburg
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Khartoum
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Mbabane
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Dar_es_Salaam
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Lome
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Tunis
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Kampala
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Lusaka
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Harare
|
|
|
|
/usr/share/zoneinfo/posix/Africa/Ceuta
|
|
|
|
/usr/share/zoneinfo/posix/Atlantic/Cape_Verde
|
|
|
|
/usr/share/zoneinfo/posix/Atlantic/St_Helena
|
|
|
|
/usr/share/zoneinfo/posix/Atlantic/Faeroe
|
|
|
|
/usr/share/zoneinfo/posix/Atlantic/Reykjavik
|
|
|
|
/usr/share/zoneinfo/posix/Atlantic/Azores
|
|
|
|
/usr/share/zoneinfo/posix/Atlantic/Madeira
|
|
|
|
/usr/share/zoneinfo/posix/Atlantic/Canary
|
|
|
|
/usr/share/zoneinfo/posix/Atlantic/Jan_Mayen
|
|
|
|
/usr/share/zoneinfo/posix/Atlantic/Bermuda
|
|
|
|
/usr/share/zoneinfo/posix/Atlantic/Stanley
|
|
|
|
/usr/share/zoneinfo/posix/Atlantic/South_Georgia
|
|
|
|
/usr/share/zoneinfo/posix/Indian/Comoro
|
|
|
|
/usr/share/zoneinfo/posix/Indian/Antananarivo
|
|
|
|
/usr/share/zoneinfo/posix/Indian/Mauritius
|
|
|
|
/usr/share/zoneinfo/posix/Indian/Mayotte
|
|
|
|
/usr/share/zoneinfo/posix/Indian/Reunion
|
|
|
|
/usr/share/zoneinfo/posix/Indian/Mahe
|
|
|
|
/usr/share/zoneinfo/posix/Indian/Kerguelen
|
|
|
|
/usr/share/zoneinfo/posix/Indian/Chagos
|
|
|
|
/usr/share/zoneinfo/posix/Indian/Maldives
|
|
|
|
/usr/share/zoneinfo/posix/Indian/Christmas
|
|
|
|
/usr/share/zoneinfo/posix/Indian/Cocos
|
|
|
|
/usr/share/zoneinfo/posix/Antarctica/Casey
|
|
|
|
/usr/share/zoneinfo/posix/Antarctica/Davis
|
|
|
|
/usr/share/zoneinfo/posix/Antarctica/Mawson
|
|
|
|
/usr/share/zoneinfo/posix/Antarctica/DumontDUrville
|
|
|
|
/usr/share/zoneinfo/posix/Antarctica/Syowa
|
|
|
|
/usr/share/zoneinfo/posix/Antarctica/Vostok
|
|
|
|
/usr/share/zoneinfo/posix/Antarctica/Palmer
|
|
|
|
/usr/share/zoneinfo/posix/Antarctica/McMurdo
|
|
|
|
/usr/share/zoneinfo/posix/Antarctica/South_Pole
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Kabul
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Yerevan
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Baku
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Bahrain
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Dhaka
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Thimphu
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Brunei
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Rangoon
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Phnom_Penh
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Harbin
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Shanghai
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Chungking
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Urumqi
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Kashgar
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Hong_Kong
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Taipei
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Macao
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Nicosia
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Tbilisi
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Dili
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Calcutta
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Jakarta
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Pontianak
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Ujung_Pandang
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Jayapura
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Tehran
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Baghdad
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Jerusalem
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Tokyo
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Amman
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Almaty
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Aqtobe
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Aqtau
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Bishkek
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Seoul
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Pyongyang
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Kuwait
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Vientiane
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Beirut
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Kuala_Lumpur
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Kuching
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Hovd
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Ulaanbaatar
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Katmandu
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Muscat
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Karachi
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Gaza
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Manila
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Qatar
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Riyadh
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Singapore
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Colombo
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Damascus
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Dushanbe
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Bangkok
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Ashgabat
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Dubai
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Samarkand
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Tashkent
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Saigon
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Aden
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Yekaterinburg
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Omsk
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Novosibirsk
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Krasnoyarsk
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Irkutsk
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Yakutsk
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Vladivostok
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Magadan
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Kamchatka
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Anadyr
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Istanbul
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Riyadh87
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Riyadh88
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Riyadh89
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Dacca
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Ashkhabad
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Tel_Aviv
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Thimbu
|
|
|
|
/usr/share/zoneinfo/posix/Asia/Ulan_Bator
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Nicosia
|
|
|
|
/usr/share/zoneinfo/posix/Europe/London
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Belfast
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Dublin
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Tirane
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Andorra
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Vienna
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Minsk
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Brussels
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Sofia
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Prague
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Copenhagen
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Tallinn
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Helsinki
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Paris
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Berlin
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Gibraltar
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Athens
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Budapest
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Rome
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Riga
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Vaduz
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Vilnius
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Luxembourg
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Malta
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Chisinau
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Monaco
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Amsterdam
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Oslo
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Warsaw
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Lisbon
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Bucharest
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Kaliningrad
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Moscow
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Samara
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Madrid
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Stockholm
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Zurich
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Istanbul
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Kiev
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Uzhgorod
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Zaporozhye
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Simferopol
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Belgrade
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Vatican
|
|
|
|
/usr/share/zoneinfo/posix/Europe/San_Marino
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Bratislava
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Ljubljana
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Sarajevo
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Skopje
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Zagreb
|
|
|
|
/usr/share/zoneinfo/posix/Europe/Tiraspol
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Darwin
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Perth
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Brisbane
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Lindeman
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Adelaide
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Hobart
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Melbourne
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Sydney
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Broken_Hill
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Lord_Howe
|
|
|
|
/usr/share/zoneinfo/posix/Australia/ACT
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Canberra
|
|
|
|
/usr/share/zoneinfo/posix/Australia/LHI
|
|
|
|
/usr/share/zoneinfo/posix/Australia/NSW
|
|
|
|
/usr/share/zoneinfo/posix/Australia/North
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Queensland
|
|
|
|
/usr/share/zoneinfo/posix/Australia/South
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Tasmania
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Victoria
|
|
|
|
/usr/share/zoneinfo/posix/Australia/West
|
|
|
|
/usr/share/zoneinfo/posix/Australia/Yancowinna
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Rarotonga
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Fiji
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Gambier
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Marquesas
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Tahiti
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Guam
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Tarawa
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Enderbury
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Kiritimati
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Saipan
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Majuro
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Kwajalein
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Yap
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Truk
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Ponape
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Kosrae
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Nauru
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Noumea
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Auckland
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Chatham
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Niue
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Norfolk
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Palau
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Port_Moresby
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Pitcairn
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Pago_Pago
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Apia
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Guadalcanal
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Fakaofo
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Tongatapu
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Funafuti
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Johnston
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Midway
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Wake
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Efate
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Wallis
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Honolulu
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Easter
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Galapagos
|
|
|
|
/usr/share/zoneinfo/posix/Pacific/Samoa
|
|
|
|
/usr/share/zoneinfo/posix/WET
|
|
|
|
/usr/share/zoneinfo/posix/CET
|
|
|
|
/usr/share/zoneinfo/posix/MET
|
|
|
|
/usr/share/zoneinfo/posix/EET
|
|
|
|
/usr/share/zoneinfo/posix/America/Scoresbysund
|
|
|
|
/usr/share/zoneinfo/posix/America/Godthab
|
|
|
|
/usr/share/zoneinfo/posix/America/Thule
|
|
|
|
/usr/share/zoneinfo/posix/America/New_York
|
|
|
|
/usr/share/zoneinfo/posix/America/Chicago
|
|
|
|
/usr/share/zoneinfo/posix/America/Denver
|
|
|
|
/usr/share/zoneinfo/posix/America/Los_Angeles
|
|
|
|
/usr/share/zoneinfo/posix/America/Juneau
|
|
|
|
/usr/share/zoneinfo/posix/America/Yakutat
|
|
|
|
/usr/share/zoneinfo/posix/America/Anchorage
|
|
|
|
/usr/share/zoneinfo/posix/America/Nome
|
|
|
|
/usr/share/zoneinfo/posix/America/Adak
|
|
|
|
/usr/share/zoneinfo/posix/America/Phoenix
|
|
|
|
/usr/share/zoneinfo/posix/America/Boise
|
|
|
|
/usr/share/zoneinfo/posix/America/Indianapolis
|
|
|
|
/usr/share/zoneinfo/posix/America/Indiana/Marengo
|
|
|
|
/usr/share/zoneinfo/posix/America/Indiana/Knox
|
|
|
|
/usr/share/zoneinfo/posix/America/Indiana/Vevay
|
|
|
|
/usr/share/zoneinfo/posix/America/Indiana/Indianapolis
|
|
|
|
/usr/share/zoneinfo/posix/America/Louisville
|
|
|
|
/usr/share/zoneinfo/posix/America/Kentucky/Monticello
|
|
|
|
/usr/share/zoneinfo/posix/America/Kentucky/Louisville
|
|
|
|
/usr/share/zoneinfo/posix/America/Detroit
|
|
|
|
/usr/share/zoneinfo/posix/America/Menominee
|
|
|
|
/usr/share/zoneinfo/posix/America/St_Johns
|
|
|
|
/usr/share/zoneinfo/posix/America/Goose_Bay
|
|
|
|
/usr/share/zoneinfo/posix/America/Halifax
|
|
|
|
/usr/share/zoneinfo/posix/America/Glace_Bay
|
|
|
|
/usr/share/zoneinfo/posix/America/Montreal
|
|
|
|
/usr/share/zoneinfo/posix/America/Thunder_Bay
|
|
|
|
/usr/share/zoneinfo/posix/America/Nipigon
|
|
|
|
/usr/share/zoneinfo/posix/America/Rainy_River
|
|
|
|
/usr/share/zoneinfo/posix/America/Winnipeg
|
|
|
|
/usr/share/zoneinfo/posix/America/Regina
|
|
|
|
/usr/share/zoneinfo/posix/America/Swift_Current
|
|
|
|
/usr/share/zoneinfo/posix/America/Edmonton
|
|
|
|
/usr/share/zoneinfo/posix/America/Vancouver
|
|
|
|
/usr/share/zoneinfo/posix/America/Dawson_Creek
|
|
|
|
/usr/share/zoneinfo/posix/America/Pangnirtung
|
|
|
|
/usr/share/zoneinfo/posix/America/Iqaluit
|
|
|
|
/usr/share/zoneinfo/posix/America/Rankin_Inlet
|
|
|
|
/usr/share/zoneinfo/posix/America/Cambridge_Bay
|
|
|
|
/usr/share/zoneinfo/posix/America/Yellowknife
|
|
|
|
/usr/share/zoneinfo/posix/America/Inuvik
|
|
|
|
/usr/share/zoneinfo/posix/America/Whitehorse
|
|
|
|
/usr/share/zoneinfo/posix/America/Dawson
|
|
|
|
/usr/share/zoneinfo/posix/America/Cancun
|
|
|
|
/usr/share/zoneinfo/posix/America/Merida
|
|
|
|
/usr/share/zoneinfo/posix/America/Monterrey
|
|
|
|
/usr/share/zoneinfo/posix/America/Mexico_City
|
|
|
|
/usr/share/zoneinfo/posix/America/Chihuahua
|
|
|
|
/usr/share/zoneinfo/posix/America/Hermosillo
|
|
|
|
/usr/share/zoneinfo/posix/America/Mazatlan
|
|
|
|
/usr/share/zoneinfo/posix/America/Tijuana
|
|
|
|
/usr/share/zoneinfo/posix/America/Anguilla
|
|
|
|
/usr/share/zoneinfo/posix/America/Antigua
|
|
|
|
/usr/share/zoneinfo/posix/America/Nassau
|
|
|
|
/usr/share/zoneinfo/posix/America/Barbados
|
|
|
|
/usr/share/zoneinfo/posix/America/Belize
|
|
|
|
/usr/share/zoneinfo/posix/America/Cayman
|
|
|
|
/usr/share/zoneinfo/posix/America/Costa_Rica
|
|
|
|
/usr/share/zoneinfo/posix/America/Havana
|
|
|
|
/usr/share/zoneinfo/posix/America/Dominica
|
|
|
|
/usr/share/zoneinfo/posix/America/Santo_Domingo
|
|
|
|
/usr/share/zoneinfo/posix/America/El_Salvador
|
|
|
|
/usr/share/zoneinfo/posix/America/Grenada
|
|
|
|
/usr/share/zoneinfo/posix/America/Guadeloupe
|
|
|
|
/usr/share/zoneinfo/posix/America/Guatemala
|
|
|
|
/usr/share/zoneinfo/posix/America/Port-au-Prince
|
|
|
|
/usr/share/zoneinfo/posix/America/Tegucigalpa
|
|
|
|
/usr/share/zoneinfo/posix/America/Jamaica
|
|
|
|
/usr/share/zoneinfo/posix/America/Martinique
|
|
|
|
/usr/share/zoneinfo/posix/America/Montserrat
|
|
|
|
/usr/share/zoneinfo/posix/America/Managua
|
|
|
|
/usr/share/zoneinfo/posix/America/Panama
|
|
|
|
/usr/share/zoneinfo/posix/America/Puerto_Rico
|
|
|
|
/usr/share/zoneinfo/posix/America/St_Kitts
|
|
|
|
/usr/share/zoneinfo/posix/America/St_Lucia
|
|
|
|
/usr/share/zoneinfo/posix/America/Miquelon
|
|
|
|
/usr/share/zoneinfo/posix/America/St_Vincent
|
|
|
|
/usr/share/zoneinfo/posix/America/Grand_Turk
|
|
|
|
/usr/share/zoneinfo/posix/America/Tortola
|
|
|
|
/usr/share/zoneinfo/posix/America/St_Thomas
|
|
|
|
/usr/share/zoneinfo/posix/America/Shiprock
|
|
|
|
/usr/share/zoneinfo/posix/America/Buenos_Aires
|
|
|
|
/usr/share/zoneinfo/posix/America/Rosario
|
|
|
|
/usr/share/zoneinfo/posix/America/Cordoba
|
|
|
|
/usr/share/zoneinfo/posix/America/Jujuy
|
|
|
|
/usr/share/zoneinfo/posix/America/Catamarca
|
|
|
|
/usr/share/zoneinfo/posix/America/Mendoza
|
|
|
|
/usr/share/zoneinfo/posix/America/Aruba
|
|
|
|
/usr/share/zoneinfo/posix/America/La_Paz
|
|
|
|
/usr/share/zoneinfo/posix/America/Noronha
|
|
|
|
/usr/share/zoneinfo/posix/America/Belem
|
|
|
|
/usr/share/zoneinfo/posix/America/Fortaleza
|
|
|
|
/usr/share/zoneinfo/posix/America/Recife
|
|
|
|
/usr/share/zoneinfo/posix/America/Araguaina
|
|
|
|
/usr/share/zoneinfo/posix/America/Maceio
|
|
|
|
/usr/share/zoneinfo/posix/America/Sao_Paulo
|
|
|
|
/usr/share/zoneinfo/posix/America/Cuiaba
|
|
|
|
/usr/share/zoneinfo/posix/America/Porto_Velho
|
|
|
|
/usr/share/zoneinfo/posix/America/Boa_Vista
|
|
|
|
/usr/share/zoneinfo/posix/America/Manaus
|
|
|
|
/usr/share/zoneinfo/posix/America/Eirunepe
|
|
|
|
/usr/share/zoneinfo/posix/America/Rio_Branco
|
|
|
|
/usr/share/zoneinfo/posix/America/Santiago
|
|
|
|
/usr/share/zoneinfo/posix/America/Bogota
|
|
|
|
/usr/share/zoneinfo/posix/America/Curacao
|
|
|
|
/usr/share/zoneinfo/posix/America/Guayaquil
|
|
|
|
/usr/share/zoneinfo/posix/America/Cayenne
|
|
|
|
/usr/share/zoneinfo/posix/America/Guyana
|
|
|
|
/usr/share/zoneinfo/posix/America/Asuncion
|
|
|
|
/usr/share/zoneinfo/posix/America/Lima
|
|
|
|
/usr/share/zoneinfo/posix/America/Paramaribo
|
|
|
|
/usr/share/zoneinfo/posix/America/Port_of_Spain
|
|
|
|
/usr/share/zoneinfo/posix/America/Montevideo
|
|
|
|
/usr/share/zoneinfo/posix/America/Caracas
|
|
|
|
/usr/share/zoneinfo/posix/America/Atka
|
|
|
|
/usr/share/zoneinfo/posix/America/Ensenada
|
|
|
|
/usr/share/zoneinfo/posix/America/Fort_Wayne
|
|
|
|
/usr/share/zoneinfo/posix/America/Knox_IN
|
|
|
|
/usr/share/zoneinfo/posix/America/Porto_Acre
|
|
|
|
/usr/share/zoneinfo/posix/America/Virgin
|
|
|
|
/usr/share/zoneinfo/posix/Arctic/Longyearbyen
|
|
|
|
/usr/share/zoneinfo/posix/EST5EDT
|
|
|
|
/usr/share/zoneinfo/posix/CST6CDT
|
|
|
|
/usr/share/zoneinfo/posix/MST7MDT
|
|
|
|
/usr/share/zoneinfo/posix/PST8PDT
|
|
|
|
/usr/share/zoneinfo/posix/EST
|
|
|
|
/usr/share/zoneinfo/posix/MST
|
|
|
|
/usr/share/zoneinfo/posix/HST
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT
|
|
|
|
/usr/share/zoneinfo/posix/Etc/UTC
|
|
|
|
/usr/share/zoneinfo/posix/Etc/UCT
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-14
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-13
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-12
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-11
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-10
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-9
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-8
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-7
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-6
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-5
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-4
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-3
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-2
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-1
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+1
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+2
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+3
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+4
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+5
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+6
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+7
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+8
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+9
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+10
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+11
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+12
|
|
|
|
/usr/share/zoneinfo/posix/Etc/Universal
|
|
|
|
/usr/share/zoneinfo/posix/Etc/Zulu
|
|
|
|
/usr/share/zoneinfo/posix/Etc/Greenwich
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT-0
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT+0
|
|
|
|
/usr/share/zoneinfo/posix/Etc/GMT0
|
|
|
|
/usr/share/zoneinfo/posix/GMT
|
|
|
|
/usr/share/zoneinfo/posix/Factory
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/AST4ADT
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/EST5EDT
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/CST6CDT
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/MST7MDT
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/PST8PDT
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/YST9YDT
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/AST4
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/EST5
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/CST6
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/MST7
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/PST8
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/YST9
|
|
|
|
/usr/share/zoneinfo/posix/SystemV/HST10
|
|
|
|
/usr/share/zoneinfo/posix/Mideast/Riyadh87
|
|
|
|
/usr/share/zoneinfo/posix/Mideast/Riyadh88
|
|
|
|
/usr/share/zoneinfo/posix/Mideast/Riyadh89
|
|
|
|
/usr/share/zoneinfo/posix/Brazil/Acre
|
|
|
|
/usr/share/zoneinfo/posix/Brazil/DeNoronha
|
|
|
|
/usr/share/zoneinfo/posix/Brazil/East
|
|
|
|
/usr/share/zoneinfo/posix/Brazil/West
|
|
|
|
/usr/share/zoneinfo/posix/Canada/Atlantic
|
|
|
|
/usr/share/zoneinfo/posix/Canada/Central
|
|
|
|
/usr/share/zoneinfo/posix/Canada/East-Saskatchewan
|
|
|
|
/usr/share/zoneinfo/posix/Canada/Eastern
|
|
|
|
/usr/share/zoneinfo/posix/Canada/Mountain
|
|
|
|
/usr/share/zoneinfo/posix/Canada/Newfoundland
|
|
|
|
/usr/share/zoneinfo/posix/Canada/Pacific
|
|
|
|
/usr/share/zoneinfo/posix/Canada/Saskatchewan
|
|
|
|
/usr/share/zoneinfo/posix/Canada/Yukon
|
|
|
|
/usr/share/zoneinfo/posix/Chile/Continental
|
|
|
|
/usr/share/zoneinfo/posix/Chile/EasterIsland
|
|
|
|
/usr/share/zoneinfo/posix/Cuba
|
|
|
|
/usr/share/zoneinfo/posix/Egypt
|
|
|
|
/usr/share/zoneinfo/posix/Eire
|
|
|
|
/usr/share/zoneinfo/posix/GB
|
|
|
|
/usr/share/zoneinfo/posix/GB-Eire
|
|
|
|
/usr/share/zoneinfo/posix/GMT+0
|
|
|
|
/usr/share/zoneinfo/posix/GMT-0
|
|
|
|
/usr/share/zoneinfo/posix/GMT0
|
|
|
|
/usr/share/zoneinfo/posix/Greenwich
|
|
|
|
/usr/share/zoneinfo/posix/Hongkong
|
|
|
|
/usr/share/zoneinfo/posix/Iceland
|
|
|
|
/usr/share/zoneinfo/posix/Iran
|
|
|
|
/usr/share/zoneinfo/posix/Israel
|
|
|
|
/usr/share/zoneinfo/posix/Jamaica
|
|
|
|
/usr/share/zoneinfo/posix/Japan
|
|
|
|
/usr/share/zoneinfo/posix/Kwajalein
|
|
|
|
/usr/share/zoneinfo/posix/Libya
|
|
|
|
/usr/share/zoneinfo/posix/Mexico/BajaNorte
|
|
|
|
/usr/share/zoneinfo/posix/Mexico/BajaSur
|
|
|
|
/usr/share/zoneinfo/posix/Mexico/General
|
|
|
|
/usr/share/zoneinfo/posix/Navajo
|
|
|
|
/usr/share/zoneinfo/posix/NZ
|
|
|
|
/usr/share/zoneinfo/posix/NZ-CHAT
|
|
|
|
/usr/share/zoneinfo/posix/PRC
|
|
|
|
/usr/share/zoneinfo/posix/Poland
|
|
|
|
/usr/share/zoneinfo/posix/Portugal
|
|
|
|
/usr/share/zoneinfo/posix/ROC
|
|
|
|
/usr/share/zoneinfo/posix/ROK
|
|
|
|
/usr/share/zoneinfo/posix/Singapore
|
|
|
|
/usr/share/zoneinfo/posix/Turkey
|
|
|
|
/usr/share/zoneinfo/posix/UCT
|
|
|
|
/usr/share/zoneinfo/posix/US/Alaska
|
|
|
|
/usr/share/zoneinfo/posix/US/Aleutian
|
|
|
|
/usr/share/zoneinfo/posix/US/Arizona
|
|
|
|
/usr/share/zoneinfo/posix/US/Central
|
|
|
|
/usr/share/zoneinfo/posix/US/East-Indiana
|
|
|
|
/usr/share/zoneinfo/posix/US/Eastern
|
|
|
|
/usr/share/zoneinfo/posix/US/Hawaii
|
|
|
|
/usr/share/zoneinfo/posix/US/Indiana-Starke
|
|
|
|
/usr/share/zoneinfo/posix/US/Michigan
|
|
|
|
/usr/share/zoneinfo/posix/US/Mountain
|
|
|
|
/usr/share/zoneinfo/posix/US/Pacific
|
|
|
|
/usr/share/zoneinfo/posix/US/Samoa
|
|
|
|
/usr/share/zoneinfo/posix/UTC
|
|
|
|
/usr/share/zoneinfo/posix/Universal
|
|
|
|
/usr/share/zoneinfo/posix/W-SU
|
|
|
|
/usr/share/zoneinfo/posix/Zulu
|
|
|
|
/usr/share/zoneinfo/right/Africa/Algiers
|
|
|
|
/usr/share/zoneinfo/right/Africa/Luanda
|
|
|
|
/usr/share/zoneinfo/right/Africa/Porto-Novo
|
|
|
|
/usr/share/zoneinfo/right/Africa/Gaborone
|
|
|
|
/usr/share/zoneinfo/right/Africa/Ouagadougou
|
|
|
|
/usr/share/zoneinfo/right/Africa/Bujumbura
|
|
|
|
/usr/share/zoneinfo/right/Africa/Douala
|
|
|
|
/usr/share/zoneinfo/right/Africa/Bangui
|
|
|
|
/usr/share/zoneinfo/right/Africa/Ndjamena
|
|
|
|
/usr/share/zoneinfo/right/Africa/Kinshasa
|
|
|
|
/usr/share/zoneinfo/right/Africa/Lubumbashi
|
|
|
|
/usr/share/zoneinfo/right/Africa/Brazzaville
|
|
|
|
/usr/share/zoneinfo/right/Africa/Abidjan
|
|
|
|
/usr/share/zoneinfo/right/Africa/Djibouti
|
|
|
|
/usr/share/zoneinfo/right/Africa/Cairo
|
|
|
|
/usr/share/zoneinfo/right/Africa/Malabo
|
|
|
|
/usr/share/zoneinfo/right/Africa/Asmera
|
|
|
|
/usr/share/zoneinfo/right/Africa/Addis_Ababa
|
|
|
|
/usr/share/zoneinfo/right/Africa/Libreville
|
|
|
|
/usr/share/zoneinfo/right/Africa/Banjul
|
|
|
|
/usr/share/zoneinfo/right/Africa/Accra
|
|
|
|
/usr/share/zoneinfo/right/Africa/Conakry
|
|
|
|
/usr/share/zoneinfo/right/Africa/Bissau
|
|
|
|
/usr/share/zoneinfo/right/Africa/Nairobi
|
|
|
|
/usr/share/zoneinfo/right/Africa/Maseru
|
|
|
|
/usr/share/zoneinfo/right/Africa/Monrovia
|
|
|
|
/usr/share/zoneinfo/right/Africa/Tripoli
|
|
|
|
/usr/share/zoneinfo/right/Africa/Blantyre
|
|
|
|
/usr/share/zoneinfo/right/Africa/Bamako
|
|
|
|
/usr/share/zoneinfo/right/Africa/Timbuktu
|
|
|
|
/usr/share/zoneinfo/right/Africa/Nouakchott
|
|
|
|
/usr/share/zoneinfo/right/Africa/Casablanca
|
|
|
|
/usr/share/zoneinfo/right/Africa/El_Aaiun
|
|
|
|
/usr/share/zoneinfo/right/Africa/Maputo
|
|
|
|
/usr/share/zoneinfo/right/Africa/Windhoek
|
|
|
|
/usr/share/zoneinfo/right/Africa/Niamey
|
|
|
|
/usr/share/zoneinfo/right/Africa/Lagos
|
|
|
|
/usr/share/zoneinfo/right/Africa/Kigali
|
|
|
|
/usr/share/zoneinfo/right/Africa/Sao_Tome
|
|
|
|
/usr/share/zoneinfo/right/Africa/Dakar
|
|
|
|
/usr/share/zoneinfo/right/Africa/Freetown
|
|
|
|
/usr/share/zoneinfo/right/Africa/Mogadishu
|
|
|
|
/usr/share/zoneinfo/right/Africa/Johannesburg
|
|
|
|
/usr/share/zoneinfo/right/Africa/Khartoum
|
|
|
|
/usr/share/zoneinfo/right/Africa/Mbabane
|
|
|
|
/usr/share/zoneinfo/right/Africa/Dar_es_Salaam
|
|
|
|
/usr/share/zoneinfo/right/Africa/Lome
|
|
|
|
/usr/share/zoneinfo/right/Africa/Tunis
|
|
|
|
/usr/share/zoneinfo/right/Africa/Kampala
|
|
|
|
/usr/share/zoneinfo/right/Africa/Lusaka
|
|
|
|
/usr/share/zoneinfo/right/Africa/Harare
|
|
|
|
/usr/share/zoneinfo/right/Africa/Ceuta
|
|
|
|
/usr/share/zoneinfo/right/Atlantic/Cape_Verde
|
|
|
|
/usr/share/zoneinfo/right/Atlantic/St_Helena
|
|
|
|
/usr/share/zoneinfo/right/Atlantic/Faeroe
|
|
|
|
/usr/share/zoneinfo/right/Atlantic/Reykjavik
|
|
|
|
/usr/share/zoneinfo/right/Atlantic/Azores
|
|
|
|
/usr/share/zoneinfo/right/Atlantic/Madeira
|
|
|
|
/usr/share/zoneinfo/right/Atlantic/Canary
|
|
|
|
/usr/share/zoneinfo/right/Atlantic/Jan_Mayen
|
|
|
|
/usr/share/zoneinfo/right/Atlantic/Bermuda
|
|
|
|
/usr/share/zoneinfo/right/Atlantic/Stanley
|
|
|
|
/usr/share/zoneinfo/right/Atlantic/South_Georgia
|
|
|
|
/usr/share/zoneinfo/right/Indian/Comoro
|
|
|
|
/usr/share/zoneinfo/right/Indian/Antananarivo
|
|
|
|
/usr/share/zoneinfo/right/Indian/Mauritius
|
|
|
|
/usr/share/zoneinfo/right/Indian/Mayotte
|
|
|
|
/usr/share/zoneinfo/right/Indian/Reunion
|
|
|
|
/usr/share/zoneinfo/right/Indian/Mahe
|
|
|
|
/usr/share/zoneinfo/right/Indian/Kerguelen
|
|
|
|
/usr/share/zoneinfo/right/Indian/Chagos
|
|
|
|
/usr/share/zoneinfo/right/Indian/Maldives
|
|
|
|
/usr/share/zoneinfo/right/Indian/Christmas
|
|
|
|
/usr/share/zoneinfo/right/Indian/Cocos
|
|
|
|
/usr/share/zoneinfo/right/Antarctica/Casey
|
|
|
|
/usr/share/zoneinfo/right/Antarctica/Davis
|
|
|
|
/usr/share/zoneinfo/right/Antarctica/Mawson
|
|
|
|
/usr/share/zoneinfo/right/Antarctica/DumontDUrville
|
|
|
|
/usr/share/zoneinfo/right/Antarctica/Syowa
|
|
|
|
/usr/share/zoneinfo/right/Antarctica/Vostok
|
|
|
|
/usr/share/zoneinfo/right/Antarctica/Palmer
|
|
|
|
/usr/share/zoneinfo/right/Antarctica/McMurdo
|
|
|
|
/usr/share/zoneinfo/right/Antarctica/South_Pole
|
|
|
|
/usr/share/zoneinfo/right/Asia/Kabul
|
|
|
|
/usr/share/zoneinfo/right/Asia/Yerevan
|
|
|
|
/usr/share/zoneinfo/right/Asia/Baku
|
|
|
|
/usr/share/zoneinfo/right/Asia/Bahrain
|
|
|
|
/usr/share/zoneinfo/right/Asia/Dhaka
|
|
|
|
/usr/share/zoneinfo/right/Asia/Thimphu
|
|
|
|
/usr/share/zoneinfo/right/Asia/Brunei
|
|
|
|
/usr/share/zoneinfo/right/Asia/Rangoon
|
|
|
|
/usr/share/zoneinfo/right/Asia/Phnom_Penh
|
|
|
|
/usr/share/zoneinfo/right/Asia/Harbin
|
|
|
|
/usr/share/zoneinfo/right/Asia/Shanghai
|
|
|
|
/usr/share/zoneinfo/right/Asia/Chungking
|
|
|
|
/usr/share/zoneinfo/right/Asia/Urumqi
|
|
|
|
/usr/share/zoneinfo/right/Asia/Kashgar
|
|
|
|
/usr/share/zoneinfo/right/Asia/Hong_Kong
|
|
|
|
/usr/share/zoneinfo/right/Asia/Taipei
|
|
|
|
/usr/share/zoneinfo/right/Asia/Macao
|
|
|
|
/usr/share/zoneinfo/right/Asia/Nicosia
|
|
|
|
/usr/share/zoneinfo/right/Asia/Tbilisi
|
|
|
|
/usr/share/zoneinfo/right/Asia/Dili
|
|
|
|
/usr/share/zoneinfo/right/Asia/Calcutta
|
|
|
|
/usr/share/zoneinfo/right/Asia/Jakarta
|
|
|
|
/usr/share/zoneinfo/right/Asia/Pontianak
|
|
|
|
/usr/share/zoneinfo/right/Asia/Ujung_Pandang
|
|
|
|
/usr/share/zoneinfo/right/Asia/Jayapura
|
|
|
|
/usr/share/zoneinfo/right/Asia/Tehran
|
|
|
|
/usr/share/zoneinfo/right/Asia/Baghdad
|
|
|
|
/usr/share/zoneinfo/right/Asia/Jerusalem
|
|
|
|
/usr/share/zoneinfo/right/Asia/Tokyo
|
|
|
|
/usr/share/zoneinfo/right/Asia/Amman
|
|
|
|
/usr/share/zoneinfo/right/Asia/Almaty
|
|
|
|
/usr/share/zoneinfo/right/Asia/Aqtobe
|
|
|
|
/usr/share/zoneinfo/right/Asia/Aqtau
|
|
|
|
/usr/share/zoneinfo/right/Asia/Bishkek
|
|
|
|
/usr/share/zoneinfo/right/Asia/Seoul
|
|
|
|
/usr/share/zoneinfo/right/Asia/Pyongyang
|
|
|
|
/usr/share/zoneinfo/right/Asia/Kuwait
|
|
|
|
/usr/share/zoneinfo/right/Asia/Vientiane
|
|
|
|
/usr/share/zoneinfo/right/Asia/Beirut
|
|
|
|
/usr/share/zoneinfo/right/Asia/Kuala_Lumpur
|
|
|
|
/usr/share/zoneinfo/right/Asia/Kuching
|
|
|
|
/usr/share/zoneinfo/right/Asia/Hovd
|
|
|
|
/usr/share/zoneinfo/right/Asia/Ulaanbaatar
|
|
|
|
/usr/share/zoneinfo/right/Asia/Katmandu
|
|
|
|
/usr/share/zoneinfo/right/Asia/Muscat
|
|
|
|
/usr/share/zoneinfo/right/Asia/Karachi
|
|
|
|
/usr/share/zoneinfo/right/Asia/Gaza
|
|
|
|
/usr/share/zoneinfo/right/Asia/Manila
|
|
|
|
/usr/share/zoneinfo/right/Asia/Qatar
|
|
|
|
/usr/share/zoneinfo/right/Asia/Riyadh
|
|
|
|
/usr/share/zoneinfo/right/Asia/Singapore
|
|
|
|
/usr/share/zoneinfo/right/Asia/Colombo
|
|
|
|
/usr/share/zoneinfo/right/Asia/Damascus
|
|
|
|
/usr/share/zoneinfo/right/Asia/Dushanbe
|
|
|
|
/usr/share/zoneinfo/right/Asia/Bangkok
|
|
|
|
/usr/share/zoneinfo/right/Asia/Ashgabat
|
|
|
|
/usr/share/zoneinfo/right/Asia/Dubai
|
|
|
|
/usr/share/zoneinfo/right/Asia/Samarkand
|
|
|
|
/usr/share/zoneinfo/right/Asia/Tashkent
|
|
|
|
/usr/share/zoneinfo/right/Asia/Saigon
|
|
|
|
/usr/share/zoneinfo/right/Asia/Aden
|
|
|
|
/usr/share/zoneinfo/right/Asia/Yekaterinburg
|
|
|
|
/usr/share/zoneinfo/right/Asia/Omsk
|
|
|
|
/usr/share/zoneinfo/right/Asia/Novosibirsk
|
|
|
|
/usr/share/zoneinfo/right/Asia/Krasnoyarsk
|
|
|
|
/usr/share/zoneinfo/right/Asia/Irkutsk
|
|
|
|
/usr/share/zoneinfo/right/Asia/Yakutsk
|
|
|
|
/usr/share/zoneinfo/right/Asia/Vladivostok
|
|
|
|
/usr/share/zoneinfo/right/Asia/Magadan
|
|
|
|
/usr/share/zoneinfo/right/Asia/Kamchatka
|
|
|
|
/usr/share/zoneinfo/right/Asia/Anadyr
|
|
|
|
/usr/share/zoneinfo/right/Asia/Istanbul
|
|
|
|
/usr/share/zoneinfo/right/Asia/Riyadh87
|
|
|
|
/usr/share/zoneinfo/right/Asia/Riyadh88
|
|
|
|
/usr/share/zoneinfo/right/Asia/Riyadh89
|
|
|
|
/usr/share/zoneinfo/right/Asia/Dacca
|
|
|
|
/usr/share/zoneinfo/right/Asia/Ashkhabad
|
|
|
|
/usr/share/zoneinfo/right/Asia/Tel_Aviv
|
|
|
|
/usr/share/zoneinfo/right/Asia/Thimbu
|
|
|
|
/usr/share/zoneinfo/right/Asia/Ulan_Bator
|
|
|
|
/usr/share/zoneinfo/right/Europe/Nicosia
|
|
|
|
/usr/share/zoneinfo/right/Europe/London
|
|
|
|
/usr/share/zoneinfo/right/Europe/Belfast
|
|
|
|
/usr/share/zoneinfo/right/Europe/Dublin
|
|
|
|
/usr/share/zoneinfo/right/Europe/Tirane
|
|
|
|
/usr/share/zoneinfo/right/Europe/Andorra
|
|
|
|
/usr/share/zoneinfo/right/Europe/Vienna
|
|
|
|
/usr/share/zoneinfo/right/Europe/Minsk
|
|
|
|
/usr/share/zoneinfo/right/Europe/Brussels
|
|
|
|
/usr/share/zoneinfo/right/Europe/Sofia
|
|
|
|
/usr/share/zoneinfo/right/Europe/Prague
|
|
|
|
/usr/share/zoneinfo/right/Europe/Copenhagen
|
|
|
|
/usr/share/zoneinfo/right/Europe/Tallinn
|
|
|
|
/usr/share/zoneinfo/right/Europe/Helsinki
|
|
|
|
/usr/share/zoneinfo/right/Europe/Paris
|
|
|
|
/usr/share/zoneinfo/right/Europe/Berlin
|
|
|
|
/usr/share/zoneinfo/right/Europe/Gibraltar
|
|
|
|
/usr/share/zoneinfo/right/Europe/Athens
|
|
|
|
/usr/share/zoneinfo/right/Europe/Budapest
|
|
|
|
/usr/share/zoneinfo/right/Europe/Rome
|
|
|
|
/usr/share/zoneinfo/right/Europe/Riga
|
|
|
|
/usr/share/zoneinfo/right/Europe/Vaduz
|
|
|
|
/usr/share/zoneinfo/right/Europe/Vilnius
|
|
|
|
/usr/share/zoneinfo/right/Europe/Luxembourg
|
|
|
|
/usr/share/zoneinfo/right/Europe/Malta
|
|
|
|
/usr/share/zoneinfo/right/Europe/Chisinau
|
|
|
|
/usr/share/zoneinfo/right/Europe/Monaco
|
|
|
|
/usr/share/zoneinfo/right/Europe/Amsterdam
|
|
|
|
/usr/share/zoneinfo/right/Europe/Oslo
|
|
|
|
/usr/share/zoneinfo/right/Europe/Warsaw
|
|
|
|
/usr/share/zoneinfo/right/Europe/Lisbon
|
|
|
|
/usr/share/zoneinfo/right/Europe/Bucharest
|
|
|
|
/usr/share/zoneinfo/right/Europe/Kaliningrad
|
|
|
|
/usr/share/zoneinfo/right/Europe/Moscow
|
|
|
|
/usr/share/zoneinfo/right/Europe/Samara
|
|
|
|
/usr/share/zoneinfo/right/Europe/Madrid
|
|
|
|
/usr/share/zoneinfo/right/Europe/Stockholm
|
|
|
|
/usr/share/zoneinfo/right/Europe/Zurich
|
|
|
|
/usr/share/zoneinfo/right/Europe/Istanbul
|
|
|
|
/usr/share/zoneinfo/right/Europe/Kiev
|
|
|
|
/usr/share/zoneinfo/right/Europe/Uzhgorod
|
|
|
|
/usr/share/zoneinfo/right/Europe/Zaporozhye
|
|
|
|
/usr/share/zoneinfo/right/Europe/Simferopol
|
|
|
|
/usr/share/zoneinfo/right/Europe/Belgrade
|
|
|
|
/usr/share/zoneinfo/right/Europe/Vatican
|
|
|
|
/usr/share/zoneinfo/right/Europe/San_Marino
|
|
|
|
/usr/share/zoneinfo/right/Europe/Bratislava
|
|
|
|
/usr/share/zoneinfo/right/Europe/Ljubljana
|
|
|
|
/usr/share/zoneinfo/right/Europe/Sarajevo
|
|
|
|
/usr/share/zoneinfo/right/Europe/Skopje
|
|
|
|
/usr/share/zoneinfo/right/Europe/Zagreb
|
|
|
|
/usr/share/zoneinfo/right/Europe/Tiraspol
|
|
|
|
/usr/share/zoneinfo/right/Australia/Darwin
|
|
|
|
/usr/share/zoneinfo/right/Australia/Perth
|
|
|
|
/usr/share/zoneinfo/right/Australia/Brisbane
|
|
|
|
/usr/share/zoneinfo/right/Australia/Lindeman
|
|
|
|
/usr/share/zoneinfo/right/Australia/Adelaide
|
|
|
|
/usr/share/zoneinfo/right/Australia/Hobart
|
|
|
|
/usr/share/zoneinfo/right/Australia/Melbourne
|
|
|
|
/usr/share/zoneinfo/right/Australia/Sydney
|
|
|
|
/usr/share/zoneinfo/right/Australia/Broken_Hill
|
|
|
|
/usr/share/zoneinfo/right/Australia/Lord_Howe
|
|
|
|
/usr/share/zoneinfo/right/Australia/ACT
|
|
|
|
/usr/share/zoneinfo/right/Australia/Canberra
|
|
|
|
/usr/share/zoneinfo/right/Australia/LHI
|
|
|
|
/usr/share/zoneinfo/right/Australia/NSW
|
|
|
|
/usr/share/zoneinfo/right/Australia/North
|
|
|
|
/usr/share/zoneinfo/right/Australia/Queensland
|
|
|
|
/usr/share/zoneinfo/right/Australia/South
|
|
|
|
/usr/share/zoneinfo/right/Australia/Tasmania
|
|
|
|
/usr/share/zoneinfo/right/Australia/Victoria
|
|
|
|
/usr/share/zoneinfo/right/Australia/West
|
|
|
|
/usr/share/zoneinfo/right/Australia/Yancowinna
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Rarotonga
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Fiji
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Gambier
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Marquesas
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Tahiti
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Guam
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Tarawa
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Enderbury
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Kiritimati
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Saipan
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Majuro
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Kwajalein
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Yap
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Truk
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Ponape
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Kosrae
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Nauru
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Noumea
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Auckland
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Chatham
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Niue
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Norfolk
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Palau
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Port_Moresby
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Pitcairn
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Pago_Pago
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Apia
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Guadalcanal
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Fakaofo
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Tongatapu
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Funafuti
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Johnston
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Midway
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Wake
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Efate
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Wallis
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Honolulu
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Easter
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Galapagos
|
|
|
|
/usr/share/zoneinfo/right/Pacific/Samoa
|
|
|
|
/usr/share/zoneinfo/right/WET
|
|
|
|
/usr/share/zoneinfo/right/CET
|
|
|
|
/usr/share/zoneinfo/right/MET
|
|
|
|
/usr/share/zoneinfo/right/EET
|
|
|
|
/usr/share/zoneinfo/right/America/Scoresbysund
|
|
|
|
/usr/share/zoneinfo/right/America/Godthab
|
|
|
|
/usr/share/zoneinfo/right/America/Thule
|
|
|
|
/usr/share/zoneinfo/right/America/New_York
|
|
|
|
/usr/share/zoneinfo/right/America/Chicago
|
|
|
|
/usr/share/zoneinfo/right/America/Denver
|
|
|
|
/usr/share/zoneinfo/right/America/Los_Angeles
|
|
|
|
/usr/share/zoneinfo/right/America/Juneau
|
|
|
|
/usr/share/zoneinfo/right/America/Yakutat
|
|
|
|
/usr/share/zoneinfo/right/America/Anchorage
|
|
|
|
/usr/share/zoneinfo/right/America/Nome
|
|
|
|
/usr/share/zoneinfo/right/America/Adak
|
|
|
|
/usr/share/zoneinfo/right/America/Phoenix
|
|
|
|
/usr/share/zoneinfo/right/America/Boise
|
|
|
|
/usr/share/zoneinfo/right/America/Indianapolis
|
|
|
|
/usr/share/zoneinfo/right/America/Indiana/Marengo
|
|
|
|
/usr/share/zoneinfo/right/America/Indiana/Knox
|
|
|
|
/usr/share/zoneinfo/right/America/Indiana/Vevay
|
|
|
|
/usr/share/zoneinfo/right/America/Indiana/Indianapolis
|
|
|
|
/usr/share/zoneinfo/right/America/Louisville
|
|
|
|
/usr/share/zoneinfo/right/America/Kentucky/Monticello
|
|
|
|
/usr/share/zoneinfo/right/America/Kentucky/Louisville
|
|
|
|
/usr/share/zoneinfo/right/America/Detroit
|
|
|
|
/usr/share/zoneinfo/right/America/Menominee
|
|
|
|
/usr/share/zoneinfo/right/America/St_Johns
|
|
|
|
/usr/share/zoneinfo/right/America/Goose_Bay
|
|
|
|
/usr/share/zoneinfo/right/America/Halifax
|
|
|
|
/usr/share/zoneinfo/right/America/Glace_Bay
|
|
|
|
/usr/share/zoneinfo/right/America/Montreal
|
|
|
|
/usr/share/zoneinfo/right/America/Thunder_Bay
|
|
|
|
/usr/share/zoneinfo/right/America/Nipigon
|
|
|
|
/usr/share/zoneinfo/right/America/Rainy_River
|
|
|
|
/usr/share/zoneinfo/right/America/Winnipeg
|
|
|
|
/usr/share/zoneinfo/right/America/Regina
|
|
|
|
/usr/share/zoneinfo/right/America/Swift_Current
|
|
|
|
/usr/share/zoneinfo/right/America/Edmonton
|
|
|
|
/usr/share/zoneinfo/right/America/Vancouver
|
|
|
|
/usr/share/zoneinfo/right/America/Dawson_Creek
|
|
|
|
/usr/share/zoneinfo/right/America/Pangnirtung
|
|
|
|
/usr/share/zoneinfo/right/America/Iqaluit
|
|
|
|
/usr/share/zoneinfo/right/America/Rankin_Inlet
|
|
|
|
/usr/share/zoneinfo/right/America/Cambridge_Bay
|
|
|
|
/usr/share/zoneinfo/right/America/Yellowknife
|
|
|
|
/usr/share/zoneinfo/right/America/Inuvik
|
|
|
|
/usr/share/zoneinfo/right/America/Whitehorse
|
|
|
|
/usr/share/zoneinfo/right/America/Dawson
|
|
|
|
/usr/share/zoneinfo/right/America/Cancun
|
|
|
|
/usr/share/zoneinfo/right/America/Merida
|
|
|
|
/usr/share/zoneinfo/right/America/Monterrey
|
|
|
|
/usr/share/zoneinfo/right/America/Mexico_City
|
|
|
|
/usr/share/zoneinfo/right/America/Chihuahua
|
|
|
|
/usr/share/zoneinfo/right/America/Hermosillo
|
|
|
|
/usr/share/zoneinfo/right/America/Mazatlan
|
|
|
|
/usr/share/zoneinfo/right/America/Tijuana
|
|
|
|
/usr/share/zoneinfo/right/America/Anguilla
|
|
|
|
/usr/share/zoneinfo/right/America/Antigua
|
|
|
|
/usr/share/zoneinfo/right/America/Nassau
|
|
|
|
/usr/share/zoneinfo/right/America/Barbados
|
|
|
|
/usr/share/zoneinfo/right/America/Belize
|
|
|
|
/usr/share/zoneinfo/right/America/Cayman
|
|
|
|
/usr/share/zoneinfo/right/America/Costa_Rica
|
|
|
|
/usr/share/zoneinfo/right/America/Havana
|
|
|
|
/usr/share/zoneinfo/right/America/Dominica
|
|
|
|
/usr/share/zoneinfo/right/America/Santo_Domingo
|
|
|
|
/usr/share/zoneinfo/right/America/El_Salvador
|
|
|
|
/usr/share/zoneinfo/right/America/Grenada
|
|
|
|
/usr/share/zoneinfo/right/America/Guadeloupe
|
|
|
|
/usr/share/zoneinfo/right/America/Guatemala
|
|
|
|
/usr/share/zoneinfo/right/America/Port-au-Prince
|
|
|
|
/usr/share/zoneinfo/right/America/Tegucigalpa
|
|
|
|
/usr/share/zoneinfo/right/America/Jamaica
|
|
|
|
/usr/share/zoneinfo/right/America/Martinique
|
|
|
|
/usr/share/zoneinfo/right/America/Montserrat
|
|
|
|
/usr/share/zoneinfo/right/America/Managua
|
|
|
|
/usr/share/zoneinfo/right/America/Panama
|
|
|
|
/usr/share/zoneinfo/right/America/Puerto_Rico
|
|
|
|
/usr/share/zoneinfo/right/America/St_Kitts
|
|
|
|
/usr/share/zoneinfo/right/America/St_Lucia
|
|
|
|
/usr/share/zoneinfo/right/America/Miquelon
|
|
|
|
/usr/share/zoneinfo/right/America/St_Vincent
|
|
|
|
/usr/share/zoneinfo/right/America/Grand_Turk
|
|
|
|
/usr/share/zoneinfo/right/America/Tortola
|
|
|
|
/usr/share/zoneinfo/right/America/St_Thomas
|
|
|
|
/usr/share/zoneinfo/right/America/Shiprock
|
|
|
|
/usr/share/zoneinfo/right/America/Buenos_Aires
|
|
|
|
/usr/share/zoneinfo/right/America/Rosario
|
|
|
|
/usr/share/zoneinfo/right/America/Cordoba
|
|
|
|
/usr/share/zoneinfo/right/America/Jujuy
|
|
|
|
/usr/share/zoneinfo/right/America/Catamarca
|
|
|
|
/usr/share/zoneinfo/right/America/Mendoza
|
|
|
|
/usr/share/zoneinfo/right/America/Aruba
|
|
|
|
/usr/share/zoneinfo/right/America/La_Paz
|
|
|
|
/usr/share/zoneinfo/right/America/Noronha
|
|
|
|
/usr/share/zoneinfo/right/America/Belem
|
|
|
|
/usr/share/zoneinfo/right/America/Fortaleza
|
|
|
|
/usr/share/zoneinfo/right/America/Recife
|
|
|
|
/usr/share/zoneinfo/right/America/Araguaina
|
|
|
|
/usr/share/zoneinfo/right/America/Maceio
|
|
|
|
/usr/share/zoneinfo/right/America/Sao_Paulo
|
|
|
|
/usr/share/zoneinfo/right/America/Cuiaba
|
|
|
|
/usr/share/zoneinfo/right/America/Porto_Velho
|
|
|
|
/usr/share/zoneinfo/right/America/Boa_Vista
|
|
|
|
/usr/share/zoneinfo/right/America/Manaus
|
|
|
|
/usr/share/zoneinfo/right/America/Eirunepe
|
|
|
|
/usr/share/zoneinfo/right/America/Rio_Branco
|
|
|
|
/usr/share/zoneinfo/right/America/Santiago
|
|
|
|
/usr/share/zoneinfo/right/America/Bogota
|
|
|
|
/usr/share/zoneinfo/right/America/Curacao
|
|
|
|
/usr/share/zoneinfo/right/America/Guayaquil
|
|
|
|
/usr/share/zoneinfo/right/America/Cayenne
|
|
|
|
/usr/share/zoneinfo/right/America/Guyana
|
|
|
|
/usr/share/zoneinfo/right/America/Asuncion
|
|
|
|
/usr/share/zoneinfo/right/America/Lima
|
|
|
|
/usr/share/zoneinfo/right/America/Paramaribo
|
|
|
|
/usr/share/zoneinfo/right/America/Port_of_Spain
|
|
|
|
/usr/share/zoneinfo/right/America/Montevideo
|
|
|
|
/usr/share/zoneinfo/right/America/Caracas
|
|
|
|
/usr/share/zoneinfo/right/America/Atka
|
|
|
|
/usr/share/zoneinfo/right/America/Ensenada
|
|
|
|
/usr/share/zoneinfo/right/America/Fort_Wayne
|
|
|
|
/usr/share/zoneinfo/right/America/Knox_IN
|
|
|
|
/usr/share/zoneinfo/right/America/Porto_Acre
|
|
|
|
/usr/share/zoneinfo/right/America/Virgin
|
|
|
|
/usr/share/zoneinfo/right/Arctic/Longyearbyen
|
|
|
|
/usr/share/zoneinfo/right/EST5EDT
|
|
|
|
/usr/share/zoneinfo/right/CST6CDT
|
|
|
|
/usr/share/zoneinfo/right/MST7MDT
|
|
|
|
/usr/share/zoneinfo/right/PST8PDT
|
|
|
|
/usr/share/zoneinfo/right/EST
|
|
|
|
/usr/share/zoneinfo/right/MST
|
|
|
|
/usr/share/zoneinfo/right/HST
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT
|
|
|
|
/usr/share/zoneinfo/right/Etc/UTC
|
|
|
|
/usr/share/zoneinfo/right/Etc/UCT
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-14
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-13
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-12
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-11
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-10
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-9
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-8
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-7
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-6
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-5
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-4
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-3
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-2
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-1
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+1
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+2
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+3
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+4
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+5
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+6
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+7
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+8
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+9
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+10
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+11
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+12
|
|
|
|
/usr/share/zoneinfo/right/Etc/Universal
|
|
|
|
/usr/share/zoneinfo/right/Etc/Zulu
|
|
|
|
/usr/share/zoneinfo/right/Etc/Greenwich
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT-0
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT+0
|
|
|
|
/usr/share/zoneinfo/right/Etc/GMT0
|
|
|
|
/usr/share/zoneinfo/right/GMT
|
|
|
|
/usr/share/zoneinfo/right/Factory
|
|
|
|
/usr/share/zoneinfo/right/SystemV/AST4ADT
|
|
|
|
/usr/share/zoneinfo/right/SystemV/EST5EDT
|
|
|
|
/usr/share/zoneinfo/right/SystemV/CST6CDT
|
|
|
|
/usr/share/zoneinfo/right/SystemV/MST7MDT
|
|
|
|
/usr/share/zoneinfo/right/SystemV/PST8PDT
|
|
|
|
/usr/share/zoneinfo/right/SystemV/YST9YDT
|
|
|
|
/usr/share/zoneinfo/right/SystemV/AST4
|
|
|
|
/usr/share/zoneinfo/right/SystemV/EST5
|
|
|
|
/usr/share/zoneinfo/right/SystemV/CST6
|
|
|
|
/usr/share/zoneinfo/right/SystemV/MST7
|
|
|
|
/usr/share/zoneinfo/right/SystemV/PST8
|
|
|
|
/usr/share/zoneinfo/right/SystemV/YST9
|
|
|
|
/usr/share/zoneinfo/right/SystemV/HST10
|
|
|
|
/usr/share/zoneinfo/right/Mideast/Riyadh87
|
|
|
|
/usr/share/zoneinfo/right/Mideast/Riyadh88
|
|
|
|
/usr/share/zoneinfo/right/Mideast/Riyadh89
|
|
|
|
/usr/share/zoneinfo/right/Brazil/Acre
|
|
|
|
/usr/share/zoneinfo/right/Brazil/DeNoronha
|
|
|
|
/usr/share/zoneinfo/right/Brazil/East
|
|
|
|
/usr/share/zoneinfo/right/Brazil/West
|
|
|
|
/usr/share/zoneinfo/right/Canada/Atlantic
|
|
|
|
/usr/share/zoneinfo/right/Canada/Central
|
|
|
|
/usr/share/zoneinfo/right/Canada/East-Saskatchewan
|
|
|
|
/usr/share/zoneinfo/right/Canada/Eastern
|
|
|
|
/usr/share/zoneinfo/right/Canada/Mountain
|
|
|
|
/usr/share/zoneinfo/right/Canada/Newfoundland
|
|
|
|
/usr/share/zoneinfo/right/Canada/Pacific
|
|
|
|
/usr/share/zoneinfo/right/Canada/Saskatchewan
|
|
|
|
/usr/share/zoneinfo/right/Canada/Yukon
|
|
|
|
/usr/share/zoneinfo/right/Chile/Continental
|
|
|
|
/usr/share/zoneinfo/right/Chile/EasterIsland
|
|
|
|
/usr/share/zoneinfo/right/Cuba
|
|
|
|
/usr/share/zoneinfo/right/Egypt
|
|
|
|
/usr/share/zoneinfo/right/Eire
|
|
|
|
/usr/share/zoneinfo/right/GB
|
|
|
|
/usr/share/zoneinfo/right/GB-Eire
|
|
|
|
/usr/share/zoneinfo/right/GMT+0
|
|
|
|
/usr/share/zoneinfo/right/GMT-0
|
|
|
|
/usr/share/zoneinfo/right/GMT0
|
|
|
|
/usr/share/zoneinfo/right/Greenwich
|
|
|
|
/usr/share/zoneinfo/right/Hongkong
|
|
|
|
/usr/share/zoneinfo/right/Iceland
|
|
|
|
/usr/share/zoneinfo/right/Iran
|
|
|
|
/usr/share/zoneinfo/right/Israel
|
|
|
|
/usr/share/zoneinfo/right/Jamaica
|
|
|
|
/usr/share/zoneinfo/right/Japan
|
|
|
|
/usr/share/zoneinfo/right/Kwajalein
|
|
|
|
/usr/share/zoneinfo/right/Libya
|
|
|
|
/usr/share/zoneinfo/right/Mexico/BajaNorte
|
|
|
|
/usr/share/zoneinfo/right/Mexico/BajaSur
|
|
|
|
/usr/share/zoneinfo/right/Mexico/General
|
|
|
|
/usr/share/zoneinfo/right/Navajo
|
|
|
|
/usr/share/zoneinfo/right/NZ
|
|
|
|
/usr/share/zoneinfo/right/NZ-CHAT
|
|
|
|
/usr/share/zoneinfo/right/PRC
|
|
|
|
/usr/share/zoneinfo/right/Poland
|
|
|
|
/usr/share/zoneinfo/right/Portugal
|
|
|
|
/usr/share/zoneinfo/right/ROC
|
|
|
|
/usr/share/zoneinfo/right/ROK
|
|
|
|
/usr/share/zoneinfo/right/Singapore
|
|
|
|
/usr/share/zoneinfo/right/Turkey
|
|
|
|
/usr/share/zoneinfo/right/UCT
|
|
|
|
/usr/share/zoneinfo/right/US/Alaska
|
|
|
|
/usr/share/zoneinfo/right/US/Aleutian
|
|
|
|
/usr/share/zoneinfo/right/US/Arizona
|
|
|
|
/usr/share/zoneinfo/right/US/Central
|
|
|
|
/usr/share/zoneinfo/right/US/East-Indiana
|
|
|
|
/usr/share/zoneinfo/right/US/Eastern
|
|
|
|
/usr/share/zoneinfo/right/US/Hawaii
|
|
|
|
/usr/share/zoneinfo/right/US/Indiana-Starke
|
|
|
|
/usr/share/zoneinfo/right/US/Michigan
|
|
|
|
/usr/share/zoneinfo/right/US/Mountain
|
|
|
|
/usr/share/zoneinfo/right/US/Pacific
|
|
|
|
/usr/share/zoneinfo/right/US/Samoa
|
|
|
|
/usr/share/zoneinfo/right/UTC
|
|
|
|
/usr/share/zoneinfo/right/Universal
|
|
|
|
/usr/share/zoneinfo/right/W-SU
|
|
|
|
/usr/share/zoneinfo/right/Zulu
|
|
|
|
/usr/share/zoneinfo/posixrules
|
|
|
|
/usr/share/zoneinfo/iso3166.tab
|
|
|
|
/usr/share/zoneinfo/zone.tab
|
|
|
|
/usr/bin/getent
|
|
|
|
/usr/bin/iconv
|
|
|
|
/usr/bin/locale
|
|
|
|
/usr/bin/localedef
|
|
|
|
/usr/bin/catchsegv
|
|
|
|
/usr/bin/glibcbug
|
|
|
|
/usr/bin/tzselect
|
|
|
|
/usr/bin/ldd
|
|
|
|
/usr/bin/lddlibc4
|
|
|
|
/usr/bin/zdump
|
|
|
|
/usr/bin/rpcinfo
|
|
|
|
/usr/sbin/zic
|
|
|
|
/usr/sbin/tzconfig
|
|
|
|
/sbin/ldconfig
|
|
|
|
/etc/default/devpts
|
|
|
|
/etc/init.d/devpts.sh
|
|
|
|
/lib/libdb.so.2
|
|
|
|
/lib/ld-linux.so.2
|
|
|
|
/lib/libc.so.6
|
|
|
|
/lib/libBrokenLocale.so.1
|
|
|
|
/lib/libm.so.6
|
|
|
|
/lib/libdb1.so.2
|
|
|
|
/lib/libdl.so.2
|
|
|
|
/lib/libcrypt.so.1
|
|
|
|
/lib/libpthread.so.0
|
|
|
|
/lib/libresolv.so.2
|
|
|
|
/lib/libnss_dns.so.2
|
|
|
|
/lib/libanl.so.1
|
|
|
|
/lib/libnss_files.so.2
|
|
|
|
/lib/librt.so.1
|
|
|
|
/lib/libthread_db.so.1
|
|
|
|
/lib/libnss_hesiod.so.2
|
|
|
|
/lib/libnsl.so.1
|
|
|
|
/lib/libnss_nis.so.2
|
|
|
|
/lib/libnss_nisplus.so.2
|
|
|
|
/lib/libnss_compat.so.2
|
|
|
|
/lib/libutil.so.1
|
|
|
|
/usr/share/zoneinfo/localtime
|
|
|
|
/lib/libcap.so.1.10
|
|
|
|
/lib/libcap.so.1
|
|
|
|
/lib/libdb2.so.2.7.7
|
|
|
|
/lib/libdb.so.3
|
|
|
|
/lib/libdb2.so.2
|
|
|
|
/usr/lib/libdb3.so.3.0.2
|
|
|
|
/usr/lib/libdb3.so.3
|
|
|
|
/usr/lib/libdb-3.so
|
|
|
|
/usr/lib/libgdbm.so.1.7.3
|
|
|
|
/usr/lib/libgdbm.so.1
|
|
|
|
/usr/lib/libgdbm.so.2
|
|
|
|
/lib/libncurses.so.5.2
|
|
|
|
/usr/lib/libpanel.so.5.2
|
|
|
|
/usr/lib/libform.so.5.2
|
|
|
|
/usr/lib/libmenu.so.5.2
|
|
|
|
/lib/libncurses.so.5
|
|
|
|
/usr/lib/libmenu.so.5
|
|
|
|
/usr/lib/libpanel.so.5
|
|
|
|
/usr/lib/libform.so.5
|
|
|
|
/usr/sbin/pam_tally
|
|
|
|
/etc/security/access.conf
|
|
|
|
/etc/security/pam_env.conf
|
|
|
|
/etc/security/group.conf
|
|
|
|
/etc/security/limits.conf
|
|
|
|
/etc/security/time.conf
|
|
|
|
/sbin/unix_chkpwd
|
|
|
|
/lib/security/pam_access.so
|
|
|
|
/lib/security/pam_deny.so
|
|
|
|
/lib/security/pam_env.so
|
|
|
|
/lib/security/pam_filter.so
|
|
|
|
/lib/security/pam_ftp.so
|
|
|
|
/lib/security/pam_group.so
|
|
|
|
/lib/security/pam_issue.so
|
|
|
|
/lib/security/pam_lastlog.so
|
|
|
|
/lib/security/pam_limits.so
|
|
|
|
/lib/security/pam_listfile.so
|
|
|
|
/lib/security/pam_mail.so
|
|
|
|
/lib/security/pam_mkhomedir.so
|
|
|
|
/lib/security/pam_motd.so
|
|
|
|
/lib/security/pam_nologin.so
|
|
|
|
/lib/security/pam_permit.so
|
|
|
|
/lib/security/pam_rhosts_auth.so
|
|
|
|
/lib/security/pam_rootok.so
|
|
|
|
/lib/security/pam_securetty.so
|
|
|
|
/lib/security/pam_shells.so
|
|
|
|
/lib/security/pam_stress.so
|
|
|
|
/lib/security/pam_tally.so
|
|
|
|
/lib/security/pam_time.so
|
|
|
|
/lib/security/pam_unix.so
|
|
|
|
/lib/security/pam_userdb.so
|
|
|
|
/lib/security/pam_warn.so
|
|
|
|
/lib/security/pam_wheel.so
|
|
|
|
/lib/security/pam_unix_acct.so
|
|
|
|
/lib/security/pam_unix_auth.so
|
|
|
|
/lib/security/pam_unix_passwd.so
|
|
|
|
/lib/security/pam_unix_session.so
|
|
|
|
/etc/pam.d/other
|
|
|
|
/etc/pam.conf
|
|
|
|
/lib/libpam.so.0.72
|
|
|
|
/lib/libpam_misc.so.0.72
|
|
|
|
/lib/libpamc.so.0.72
|
|
|
|
/lib/libpam.so.0
|
|
|
|
/lib/libpam_misc.so.0
|
|
|
|
/lib/libpamc.so.0
|
|
|
|
/lib/libhistory.so.4.2
|
|
|
|
/lib/libreadline.so.4.2
|
|
|
|
/lib/libhistory.so.4
|
|
|
|
/lib/libreadline.so.4
|
|
|
|
/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
|
|
|
|
/usr/lib/libstdc++-libc6.2-2.so.3
|
|
|
|
/bin/login
|
|
|
|
/bin/su
|
|
|
|
/etc/init.d/logoutd
|
|
|
|
/etc/pam.d/login
|
|
|
|
/etc/pam.d/su
|
|
|
|
/etc/login.defs
|
|
|
|
/etc/securetty
|
|
|
|
/usr/bin/newgrp
|
|
|
|
/usr/bin/faillog
|
|
|
|
/usr/bin/lastlog
|
|
|
|
/usr/sbin/logoutd
|
|
|
|
/usr/bin/sg
|
|
|
|
/sbin/MAKEDEV
|
|
|
|
/etc/init.d/makedev
|
|
|
|
/usr/bin/mawk
|
|
|
|
/sbin/install-mbr
|
|
|
|
/sbin/insmod
|
|
|
|
/sbin/modinfo
|
|
|
|
/sbin/insmod_ksymoops_clean
|
|
|
|
/sbin/kernelversion
|
|
|
|
/sbin/genksyms
|
|
|
|
/sbin/depmod
|
|
|
|
/sbin/update-modules
|
|
|
|
/etc/cron.daily/modutils
|
|
|
|
/etc/modutils/0keep
|
|
|
|
/etc/modutils/actions
|
|
|
|
/etc/modutils/aliases
|
|
|
|
/etc/modutils/arch/i386
|
|
|
|
/etc/modutils/arch/alpha
|
|
|
|
/etc/modutils/arch/m68k.generic
|
|
|
|
/etc/modutils/arch/m68k.mac
|
|
|
|
/etc/modutils/arch/m68k.amiga
|
|
|
|
/etc/modutils/arch/m68k.atari
|
|
|
|
/etc/modutils/paths
|
|
|
|
/etc/init.d/modutils
|
|
|
|
/sbin/rmmod
|
|
|
|
/sbin/modprobe
|
|
|
|
/sbin/lsmod
|
|
|
|
/sbin/ksyms
|
|
|
|
/sbin/kallsyms
|
|
|
|
/usr/bin/genksyms
|
|
|
|
/bin/mount
|
|
|
|
/bin/umount
|
|
|
|
/sbin/swapon
|
|
|
|
/sbin/losetup
|
|
|
|
/sbin/swapoff
|
|
|
|
/etc/terminfo/a/ansi
|
|
|
|
/etc/terminfo/d/dumb
|
|
|
|
/etc/terminfo/l/linux
|
|
|
|
/etc/terminfo/m/mach
|
|
|
|
/etc/terminfo/m/mach-color
|
|
|
|
/etc/terminfo/m/mach-bold
|
|
|
|
/etc/terminfo/p/pcansi
|
|
|
|
/etc/terminfo/r/rxvt
|
|
|
|
/etc/terminfo/r/rxvt-basic
|
|
|
|
/etc/terminfo/r/rxvt-m
|
|
|
|
/etc/terminfo/s/sun
|
|
|
|
/etc/terminfo/s/screen-w
|
|
|
|
/etc/terminfo/s/screen
|
|
|
|
/etc/terminfo/v/vt52
|
|
|
|
/etc/terminfo/v/vt100
|
|
|
|
/etc/terminfo/v/vt102
|
|
|
|
/etc/terminfo/v/vt220
|
|
|
|
/etc/terminfo/x/xterm-mono
|
|
|
|
/etc/terminfo/x/xterm-debian
|
|
|
|
/etc/terminfo/x/xterm
|
|
|
|
/etc/terminfo/x/xterm-color
|
|
|
|
/etc/terminfo/x/xterm-vt220
|
|
|
|
/etc/terminfo/x/xterm-xfree86
|
|
|
|
/etc/terminfo/x/xterm-r5
|
|
|
|
/etc/terminfo/x/xterm-r6
|
|
|
|
/usr/share/tabset/std
|
|
|
|
/usr/share/tabset/vt100
|
|
|
|
/usr/share/tabset/vt300
|
|
|
|
/usr/share/tabset/stdcrt
|
|
|
|
/usr/share/terminfo/a/ansi
|
|
|
|
/usr/share/terminfo/d/dumb
|
|
|
|
/usr/share/terminfo/l/linux
|
|
|
|
/usr/share/terminfo/m/mach
|
|
|
|
/usr/share/terminfo/m/mach-color
|
|
|
|
/usr/share/terminfo/m/mach-bold
|
|
|
|
/usr/share/terminfo/p/pcansi
|
|
|
|
/usr/share/terminfo/r/rxvt
|
|
|
|
/usr/share/terminfo/r/rxvt-basic
|
|
|
|
/usr/share/terminfo/r/rxvt-m
|
|
|
|
/usr/share/terminfo/s/sun
|
|
|
|
/usr/share/terminfo/s/screen-w
|
|
|
|
/usr/share/terminfo/s/screen
|
|
|
|
/usr/share/terminfo/v/vt52
|
|
|
|
/usr/share/terminfo/v/vt100
|
|
|
|
/usr/share/terminfo/v/vt102
|
|
|
|
/usr/share/terminfo/v/vt220
|
|
|
|
/usr/share/terminfo/x/xterm-mono
|
|
|
|
/usr/share/terminfo/x/xterm-debian
|
|
|
|
/usr/share/terminfo/x/xterm
|
|
|
|
/usr/share/terminfo/x/xterm-color
|
|
|
|
/usr/share/terminfo/x/xterm-vt220
|
|
|
|
/usr/share/terminfo/x/xterm-xfree86
|
|
|
|
/usr/share/terminfo/x/xterm-r5
|
|
|
|
/usr/share/terminfo/x/xterm-r6
|
|
|
|
/usr/bin/tic
|
|
|
|
/usr/bin/toe
|
|
|
|
/usr/bin/tack
|
|
|
|
/usr/bin/tput
|
|
|
|
/usr/bin/tset
|
|
|
|
/usr/bin/clear
|
|
|
|
/usr/bin/infocmp
|
|
|
|
/usr/bin/infotocap
|
|
|
|
/usr/bin/reset
|
|
|
|
/usr/bin/captoinfo
|
|
|
|
/etc/shells
|
|
|
|
/etc/pam.d/chfn
|
|
|
|
/etc/pam.d/chsh
|
|
|
|
/etc/pam.d/passwd
|
|
|
|
/usr/sbin/chpasswd
|
|
|
|
/usr/sbin/groupadd
|
|
|
|
/usr/sbin/groupdel
|
|
|
|
/usr/sbin/groupmod
|
|
|
|
/usr/sbin/grpck
|
|
|
|
/usr/sbin/grpconv
|
|
|
|
/usr/sbin/grpunconv
|
|
|
|
/usr/sbin/newusers
|
|
|
|
/usr/sbin/pwck
|
|
|
|
/usr/sbin/pwconv
|
|
|
|
/usr/sbin/pwunconv
|
|
|
|
/usr/sbin/useradd
|
|
|
|
/usr/sbin/userdel
|
|
|
|
/usr/sbin/cppw
|
|
|
|
/usr/sbin/dpasswd
|
|
|
|
/usr/sbin/usermod
|
|
|
|
/usr/sbin/vipw
|
|
|
|
/usr/sbin/shadowconfig
|
|
|
|
/usr/bin/chage
|
|
|
|
/usr/bin/chfn
|
|
|
|
/usr/bin/chsh
|
|
|
|
/usr/bin/expiry
|
|
|
|
/usr/bin/gpasswd
|
|
|
|
/usr/bin/passwd
|
|
|
|
/usr/sbin/vigr
|
|
|
|
/usr/sbin/cpgr
|
|
|
|
/usr/share/perl/5.6.1/AutoLoader.pm
|
|
|
|
/usr/share/perl/5.6.1/Carp.pm
|
|
|
|
/usr/share/perl/5.6.1/Carp/Heavy.pm
|
|
|
|
/usr/share/perl/5.6.1/Cwd.pm
|
|
|
|
/usr/share/perl/5.6.1/Exporter.pm
|
|
|
|
/usr/share/perl/5.6.1/Exporter/Heavy.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Spec.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Spec/Unix.pm
|
|
|
|
/usr/share/perl/5.6.1/FileHandle.pm
|
|
|
|
/usr/share/perl/5.6.1/Getopt/Long.pm
|
|
|
|
/usr/share/perl/5.6.1/IO/Socket/INET.pm
|
|
|
|
/usr/share/perl/5.6.1/IO/Socket/UNIX.pm
|
|
|
|
/usr/share/perl/5.6.1/IPC/Open2.pm
|
|
|
|
/usr/share/perl/5.6.1/IPC/Open3.pm
|
|
|
|
/usr/share/perl/5.6.1/SelectSaver.pm
|
|
|
|
/usr/share/perl/5.6.1/Symbol.pm
|
|
|
|
/usr/share/perl/5.6.1/Text/Tabs.pm
|
|
|
|
/usr/share/perl/5.6.1/Text/Wrap.pm
|
|
|
|
/usr/share/perl/5.6.1/attributes.pm
|
|
|
|
/usr/share/perl/5.6.1/auto/Getopt/Long/GetOptions.al
|
|
|
|
/usr/share/perl/5.6.1/auto/Getopt/Long/FindOption.al
|
|
|
|
/usr/share/perl/5.6.1/auto/Getopt/Long/Configure.al
|
|
|
|
/usr/share/perl/5.6.1/auto/Getopt/Long/config.al
|
|
|
|
/usr/share/perl/5.6.1/auto/Getopt/Long/Croak.al
|
|
|
|
/usr/share/perl/5.6.1/auto/Getopt/Long/autosplit.ix
|
|
|
|
/usr/share/perl/5.6.1/base.pm
|
|
|
|
/usr/share/perl/5.6.1/constant.pm
|
|
|
|
/usr/share/perl/5.6.1/fields.pm
|
|
|
|
/usr/share/perl/5.6.1/integer.pm
|
|
|
|
/usr/share/perl/5.6.1/lib.pm
|
|
|
|
/usr/share/perl/5.6.1/locale.pm
|
|
|
|
/usr/share/perl/5.6.1/overload.pm
|
|
|
|
/usr/share/perl/5.6.1/strict.pm
|
|
|
|
/usr/share/perl/5.6.1/vars.pm
|
|
|
|
/usr/share/perl/5.6.1/warnings.pm
|
|
|
|
/usr/share/perl/5.6.1/warnings/register.pm
|
|
|
|
/usr/bin/perl
|
|
|
|
/usr/bin/perl5.6.1
|
|
|
|
/usr/bin/perl-5.6
|
|
|
|
/usr/lib/perl/5.6.1/Config.pm
|
|
|
|
/usr/lib/perl/5.6.1/Data/Dumper.pm
|
|
|
|
/usr/lib/perl/5.6.1/DynaLoader.pm
|
|
|
|
/usr/lib/perl/5.6.1/Errno.pm
|
|
|
|
/usr/lib/perl/5.6.1/Fcntl.pm
|
|
|
|
/usr/lib/perl/5.6.1/File/Glob.pm
|
|
|
|
/usr/lib/perl/5.6.1/IO.pm
|
|
|
|
/usr/lib/perl/5.6.1/IO/File.pm
|
|
|
|
/usr/lib/perl/5.6.1/IO/Handle.pm
|
|
|
|
/usr/lib/perl/5.6.1/IO/Pipe.pm
|
|
|
|
/usr/lib/perl/5.6.1/IO/Seekable.pm
|
|
|
|
/usr/lib/perl/5.6.1/IO/Select.pm
|
|
|
|
/usr/lib/perl/5.6.1/IO/Socket.pm
|
|
|
|
/usr/lib/perl/5.6.1/POSIX.pm
|
|
|
|
/usr/lib/perl/5.6.1/Socket.pm
|
|
|
|
/usr/lib/perl/5.6.1/XSLoader.pm
|
|
|
|
/usr/lib/perl/5.6.1/auto/Data/Dumper/Dumper.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/Data/Dumper/Dumper.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/DynaLoader/dl_findfile.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/DynaLoader/dl_expandspec.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/DynaLoader/dl_find_symbol_anywhere.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/DynaLoader/autosplit.ix
|
|
|
|
/usr/lib/perl/5.6.1/auto/DynaLoader/DynaLoader.a
|
|
|
|
/usr/lib/perl/5.6.1/auto/DynaLoader/extralibs.ld
|
|
|
|
/usr/lib/perl/5.6.1/auto/Fcntl/Fcntl.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/Fcntl/Fcntl.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/File/Glob/Glob.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/File/Glob/Glob.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/File/Glob/autosplit.ix
|
|
|
|
/usr/lib/perl/5.6.1/auto/IO/IO.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/IO/IO.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/POSIX.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/POSIX.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/autosplit.ix
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/load_imports.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/Socket/Socket.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/Socket/Socket.bs
|
|
|
|
/etc/sysctl.conf
|
|
|
|
/etc/init.d/procps.sh
|
|
|
|
/lib/libproc.so.2.0.7
|
|
|
|
/sbin/sysctl
|
|
|
|
/bin/ps
|
|
|
|
/bin/kill
|
|
|
|
/usr/bin/skill
|
|
|
|
/usr/bin/oldps
|
|
|
|
/usr/bin/uptime
|
|
|
|
/usr/bin/tload
|
|
|
|
/usr/bin/free
|
|
|
|
/usr/bin/top
|
|
|
|
/usr/bin/vmstat
|
|
|
|
/usr/bin/watch
|
|
|
|
/usr/bin/snice
|
|
|
|
/usr/bin/pgrep
|
|
|
|
/usr/bin/pkill
|
|
|
|
/usr/bin/w.procps
|
|
|
|
/usr/lib/menu/procps
|
|
|
|
/bin/sed
|
|
|
|
/bin/date
|
|
|
|
/bin/echo
|
|
|
|
/bin/false
|
|
|
|
/bin/pwd
|
|
|
|
/bin/sleep
|
|
|
|
/bin/stty
|
|
|
|
/bin/true
|
|
|
|
/bin/uname
|
|
|
|
/usr/share/locale/cs/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/da/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/de/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/el/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/es/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/et/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/fr/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/gl/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/it/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/ja/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/nl/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/no/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/pl/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/pt/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/pt_BR/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/sl/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/ru/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/sk/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/sv/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/share/locale/zh/LC_MESSAGES/sh-utils.mo
|
|
|
|
/usr/bin/basename
|
|
|
|
/usr/bin/[
|
|
|
|
/usr/bin/dirname
|
|
|
|
/usr/bin/env
|
|
|
|
/usr/bin/expr
|
|
|
|
/usr/bin/factor
|
|
|
|
/usr/bin/id
|
|
|
|
/usr/bin/logname
|
|
|
|
/usr/bin/pathchk
|
|
|
|
/usr/bin/printenv
|
|
|
|
/usr/bin/printf
|
|
|
|
/usr/bin/seq
|
|
|
|
/usr/bin/tee
|
|
|
|
/usr/bin/test
|
|
|
|
/usr/bin/tty
|
|
|
|
/usr/bin/whoami
|
|
|
|
/usr/bin/yes
|
|
|
|
/usr/bin/hostid
|
|
|
|
/usr/bin/nice
|
|
|
|
/usr/bin/pinky
|
|
|
|
/usr/bin/users
|
|
|
|
/usr/bin/who
|
|
|
|
/usr/bin/groups
|
|
|
|
/usr/bin/nohup
|
|
|
|
/usr/sbin/chroot
|
|
|
|
/lib/libslang.so.1.4.4
|
|
|
|
/lib/libslang.so.1
|
|
|
|
/etc/init.d/halt
|
|
|
|
/etc/init.d/rc
|
|
|
|
/etc/init.d/reboot
|
|
|
|
/etc/init.d/single
|
|
|
|
/etc/init.d/skeleton
|
|
|
|
/etc/init.d/README
|
|
|
|
/etc/init.d/rmnologin
|
|
|
|
/etc/init.d/urandom
|
|
|
|
/etc/init.d/rcS
|
|
|
|
/etc/init.d/bootmisc.sh
|
|
|
|
/etc/init.d/checkroot.sh
|
|
|
|
/etc/init.d/checkfs.sh
|
|
|
|
/etc/init.d/mountall.sh
|
|
|
|
/etc/init.d/mountnfs.sh
|
|
|
|
/etc/init.d/hostname.sh
|
|
|
|
/etc/init.d/sendsigs
|
|
|
|
/etc/init.d/umountfs
|
|
|
|
/etc/init.d/umountnfs.sh
|
|
|
|
/usr/include/initreq.h
|
|
|
|
/usr/bin/mesg
|
|
|
|
/usr/bin/last
|
|
|
|
/usr/bin/lastb
|
|
|
|
/bin/pidof
|
|
|
|
/sbin/fsck.nfs
|
|
|
|
/sbin/halt
|
|
|
|
/sbin/init
|
|
|
|
/sbin/killall5
|
|
|
|
/sbin/sulogin
|
|
|
|
/sbin/runlevel
|
|
|
|
/sbin/shutdown
|
|
|
|
/sbin/reboot
|
|
|
|
/sbin/poweroff
|
|
|
|
/sbin/telinit
|
|
|
|
/usr/share/locale/cs/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/da/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/de/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/es/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/et/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/fr/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/it/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/ja/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/ko/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/nl/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/no/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/pl/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/pt/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/pt_BR/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/ru/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/sl/LC_MESSAGES/tar.mo
|
|
|
|
/usr/share/locale/sv/LC_MESSAGES/tar.mo
|
|
|
|
/bin/tar
|
|
|
|
/bin/cat
|
|
|
|
/usr/bin/cksum
|
|
|
|
/usr/bin/comm
|
|
|
|
/usr/bin/csplit
|
|
|
|
/usr/bin/cut
|
|
|
|
/usr/bin/expand
|
|
|
|
/usr/bin/fmt
|
|
|
|
/usr/bin/fold
|
|
|
|
/usr/bin/head
|
|
|
|
/usr/bin/join
|
|
|
|
/usr/bin/nl
|
|
|
|
/usr/bin/od
|
|
|
|
/usr/bin/paste
|
|
|
|
/usr/bin/pr
|
|
|
|
/usr/bin/ptx
|
|
|
|
/usr/bin/sort
|
|
|
|
/usr/bin/split
|
|
|
|
/usr/bin/sum
|
|
|
|
/usr/bin/tac
|
|
|
|
/usr/bin/tail
|
|
|
|
/usr/bin/tr
|
|
|
|
/usr/bin/tsort
|
|
|
|
/usr/bin/unexpand
|
|
|
|
/usr/bin/uniq
|
|
|
|
/usr/bin/wc
|
|
|
|
/usr/bin/md5sum.textutils
|
|
|
|
/usr/share/locale/cs/LC_MESSAGES/textutils.mo
|
|
|
|
/usr/share/locale/de/LC_MESSAGES/textutils.mo
|
|
|
|
/usr/share/locale/el/LC_MESSAGES/textutils.mo
|
|
|
|
/usr/share/locale/es/LC_MESSAGES/textutils.mo
|
|
|
|
/usr/share/locale/fr/LC_MESSAGES/textutils.mo
|
|
|
|
/usr/share/locale/ko/LC_MESSAGES/textutils.mo
|
|
|
|
/usr/share/locale/nl/LC_MESSAGES/textutils.mo
|
|
|
|
/usr/share/locale/no/LC_MESSAGES/textutils.mo
|
|
|
|
/usr/share/locale/pl/LC_MESSAGES/textutils.mo
|
|
|
|
/usr/share/locale/ru/LC_MESSAGES/textutils.mo
|
|
|
|
/usr/share/locale/sk/LC_MESSAGES/textutils.mo
|
|
|
|
/usr/share/locale/sv/LC_MESSAGES/textutils.mo
|
|
|
|
/usr/share/locale/zh/LC_MESSAGES/textutils.mo
|
|
|
|
/sbin/update
|
|
|
|
/bin/arch
|
|
|
|
/bin/dmesg
|
|
|
|
/bin/more
|
|
|
|
/sbin/mkswap
|
|
|
|
/sbin/blockdev
|
|
|
|
/sbin/hwclock
|
|
|
|
/sbin/pivot_root
|
|
|
|
/sbin/raw
|
|
|
|
/sbin/fsck.minix
|
|
|
|
/sbin/mkfs
|
|
|
|
/sbin/mkfs.minix
|
|
|
|
/sbin/cfdisk
|
|
|
|
/sbin/fdisk
|
|
|
|
/sbin/sfdisk
|
|
|
|
/sbin/getty
|
|
|
|
/etc/init.d/hwclock.sh
|
|
|
|
/usr/share/util-linux/more.help
|
|
|
|
/usr/share/lintian/overrides/util-linux
|
|
|
|
/usr/lib/mime/packages/util-linux
|
|
|
|
/usr/sbin/readprofile
|
|
|
|
/usr/sbin/elvtune
|
|
|
|
/usr/sbin/tunelp
|
|
|
|
/usr/sbin/cytune
|
|
|
|
/usr/sbin/rdev
|
|
|
|
/usr/bin/ipcs
|
|
|
|
/usr/bin/ipcrm
|
|
|
|
/usr/bin/setsid
|
|
|
|
/usr/bin/namei
|
|
|
|
/usr/bin/setterm
|
|
|
|
/usr/bin/mcookie
|
|
|
|
/usr/bin/whereis
|
|
|
|
/usr/bin/ddate
|
|
|
|
/usr/bin/getopt
|
|
|
|
/usr/bin/rev
|
|
|
|
/usr/bin/fdformat
|
|
|
|
/usr/bin/chkdupexe
|
|
|
|
/usr/sbin/ramsize
|
|
|
|
/usr/sbin/vidmode
|
|
|
|
/usr/sbin/rootflags
|
|
|
|
/usr/lib/file-rc/rc
|
|
|
|
/usr/lib/file-rc/rcS
|
|
|
|
/usr/lib/file-rc/update-rc.d
|
|
|
|
/usr/lib/file-rc/rclink2file.sh
|
|
|
|
/usr/lib/file-rc/rcfile2link.sh
|
|
|
|
/usr/sbin/swim
|
|
|
|
/usr/lib/perl5/SWIM/Conf.pm
|
|
|
|
/usr/lib/perl5/SWIM/Ag.pm
|
|
|
|
/usr/lib/perl5/SWIM/Apt.pm
|
|
|
|
/usr/lib/perl5/SWIM/Compare.pm
|
|
|
|
/usr/lib/perl5/SWIM/DB.pm
|
|
|
|
/usr/lib/perl5/SWIM/DB_Init.pm
|
|
|
|
/usr/lib/perl5/SWIM/DB_Library.pm
|
|
|
|
/usr/lib/perl5/SWIM/Deb.pm
|
|
|
|
/usr/lib/perl5/SWIM/Deps.pm
|
|
|
|
/usr/lib/perl5/SWIM/Dir.pm
|
|
|
|
/usr/lib/perl5/SWIM/F.pm
|
|
|
|
/usr/lib/perl5/SWIM/File.pm
|
|
|
|
/usr/lib/perl5/SWIM/Findex.pm
|
|
|
|
/usr/lib/perl5/SWIM/Format.pm
|
|
|
|
/usr/lib/perl5/SWIM/Global.pm
|
|
|
|
/usr/lib/perl5/SWIM/Groups.pm
|
|
|
|
/usr/lib/perl5/SWIM/Indexer.pm
|
|
|
|
/usr/lib/perl5/SWIM/Info.pm
|
|
|
|
/usr/lib/perl5/SWIM/Library.pm
|
|
|
|
/usr/lib/perl5/SWIM/MD.pm
|
|
|
|
/usr/lib/perl5/SWIM/NDB.pm
|
|
|
|
/usr/lib/perl5/SWIM/NDB_File.pm
|
|
|
|
/usr/lib/perl5/SWIM/NDB_Init.pm
|
|
|
|
/usr/lib/perl5/SWIM/Pn_print.pm
|
|
|
|
/usr/lib/perl5/SWIM/Qftp.pm
|
|
|
|
/usr/lib/perl5/SWIM/Ramdisk.pm
|
|
|
|
/usr/lib/perl5/SWIM/Safex.pm
|
|
|
|
/usr/lib/perl5/SWIM/Search.pm
|
|
|
|
/usr/lib/SWIM/fastswim
|
|
|
|
/usr/lib/SWIM/imswim
|
|
|
|
/usr/lib/SWIM/longswim
|
|
|
|
/usr/lib/SWIM/slowswim
|
|
|
|
/etc/swim/swimz.list
|
|
|
|
/etc/swim/swimrc
|
|
|
|
/usr/bin/nvi
|
|
|
|
/usr/bin/nex
|
|
|
|
/usr/bin/nview
|
|
|
|
/usr/share/vi/catalog/dutch
|
|
|
|
/usr/share/vi/catalog/english
|
|
|
|
/usr/share/vi/catalog/french
|
|
|
|
/usr/share/vi/catalog/german
|
|
|
|
/usr/share/vi/catalog/ru_SU.KOI8-R
|
|
|
|
/usr/share/vi/catalog/spanish
|
|
|
|
/usr/share/vi/catalog/swedish
|
|
|
|
/usr/share/vi/recover
|
|
|
|
/etc/init.d/nviboot
|
|
|
|
/usr/sbin/syslogd-listfiles
|
|
|
|
/usr/sbin/syslog-facility
|
|
|
|
/sbin/syslogd
|
|
|
|
/etc/init.d/sysklogd
|
|
|
|
/etc/cron.daily/sysklogd
|
|
|
|
/etc/cron.weekly/sysklogd
|
|
|
|
/etc/syslog.conf
|
|
|
|
/sbin/klogd
|
|
|
|
/etc/init.d/klogd
|
|
|
|
/usr/sbin/update-inetd
|
|
|
|
/usr/lib/perl5/DebianNet.pm
|
|
|
|
/etc/init.d/networking
|
|
|
|
/etc/gateways
|
|
|
|
/etc/protocols
|
|
|
|
/etc/rpc
|
|
|
|
/etc/services
|
|
|
|
/usr/sbin/tcpd
|
|
|
|
/usr/sbin/tcpdchk
|
|
|
|
/usr/sbin/tcpdmatch
|
|
|
|
/usr/sbin/try-from
|
|
|
|
/usr/sbin/safe_finger
|
|
|
|
/usr/sbin/arp
|
|
|
|
/usr/share/locale/de/LC_MESSAGES/net-tools.mo
|
|
|
|
/usr/share/locale/fr/LC_MESSAGES/net-tools.mo
|
|
|
|
/usr/share/locale/pt_BR/LC_MESSAGES/net-tools.mo
|
|
|
|
/usr/share/locale/et_EE/LC_MESSAGES/net-tools.mo
|
|
|
|
/usr/share/locale/cs/LC_MESSAGES/net-tools.mo
|
|
|
|
/sbin/ifconfig
|
|
|
|
/sbin/nameif
|
|
|
|
/sbin/plipconfig
|
|
|
|
/sbin/rarp
|
|
|
|
/sbin/route
|
|
|
|
/sbin/slattach
|
|
|
|
/sbin/ipmaddr
|
|
|
|
/sbin/iptunnel
|
|
|
|
/sbin/mii-tool
|
|
|
|
/bin/netstat
|
|
|
|
/sbin/portmap
|
|
|
|
/sbin/pmap_dump
|
|
|
|
/sbin/pmap_set
|
|
|
|
/etc/init.d/portmap
|
|
|
|
/bin/ping
|
|
|
|
/etc/init.d/inetd
|
|
|
|
/etc/cron.daily/netkit-inetd
|
|
|
|
/usr/sbin/inetd
|
|
|
|
/usr/share/ifupdown/upgrade-from-0.5.x.pl
|
|
|
|
/etc/init.d/ifupdown
|
|
|
|
/sbin/ifup
|
|
|
|
/sbin/ifdown
|
|
|
|
/usr/bin/less
|
|
|
|
/usr/bin/lesskey
|
|
|
|
/usr/bin/lessecho
|
|
|
|
/usr/bin/lesspipe
|
|
|
|
/usr/lib/mime/packages/less
|
|
|
|
/usr/bin/lessfile
|
|
|
|
/usr/bin/a2p
|
|
|
|
/usr/bin/c2ph
|
|
|
|
/usr/bin/h2ph
|
|
|
|
/usr/bin/h2xs
|
|
|
|
/usr/bin/perlbug
|
|
|
|
/usr/bin/pl2pm
|
|
|
|
/usr/bin/splain
|
|
|
|
/usr/bin/perlcc
|
|
|
|
/usr/bin/dprofpp
|
|
|
|
/usr/bin/s2p
|
|
|
|
/usr/bin/find2perl
|
|
|
|
/usr/bin/pod2man
|
|
|
|
/usr/bin/pod2html
|
|
|
|
/usr/bin/pod2latex
|
|
|
|
/usr/bin/pod2text
|
|
|
|
/usr/bin/pod2usage
|
|
|
|
/usr/bin/podchecker
|
|
|
|
/usr/bin/podselect
|
|
|
|
/usr/bin/pstruct
|
|
|
|
/usr/bin/perldoc
|
|
|
|
/usr/bin/rename
|
|
|
|
/usr/lib/perl/5.6.1/re.pm
|
|
|
|
/usr/lib/perl/5.6.1/B.pm
|
|
|
|
/usr/lib/perl/5.6.1/O.pm
|
|
|
|
/usr/lib/perl/5.6.1/ByteLoader.pm
|
|
|
|
/usr/lib/perl/5.6.1/DB_File.pm
|
|
|
|
/usr/lib/perl/5.6.1/GDBM_File.pm
|
|
|
|
/usr/lib/perl/5.6.1/NDBM_File.pm
|
|
|
|
/usr/lib/perl/5.6.1/ODBM_File.pm
|
|
|
|
/usr/lib/perl/5.6.1/Opcode.pm
|
|
|
|
/usr/lib/perl/5.6.1/Safe.pm
|
|
|
|
/usr/lib/perl/5.6.1/ops.pm
|
|
|
|
/usr/lib/perl/5.6.1/POSIX.pod
|
|
|
|
/usr/lib/perl/5.6.1/SDBM_File.pm
|
|
|
|
/usr/lib/perl/5.6.1/attrs.pm
|
|
|
|
/usr/lib/perl/5.6.1/Sys/Hostname.pm
|
|
|
|
/usr/lib/perl/5.6.1/Sys/Syslog.pm
|
|
|
|
/usr/lib/perl/5.6.1/IO/Poll.pm
|
|
|
|
/usr/lib/perl/5.6.1/IO/Dir.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Debug.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Assembler.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/C.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Concise.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/CC.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Bblock.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Bytecode.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Terse.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Deparse.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Disassembler.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Stash.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Showlex.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Lint.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Asmdata.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Stackobj.pm
|
|
|
|
/usr/lib/perl/5.6.1/B/Xref.pm
|
|
|
|
/usr/lib/perl/5.6.1/auto/re/re.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/re/re.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/attrs/attrs.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/attrs/attrs.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/Sys/Syslog/Syslog.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/Sys/Syslog/Syslog.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/Sys/Hostname/autosplit.ix
|
|
|
|
/usr/lib/perl/5.6.1/auto/Sys/Hostname/Hostname.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/Sys/Hostname/Hostname.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/sdbm/extralibs.ld
|
|
|
|
/usr/lib/perl/5.6.1/auto/SDBM_File/SDBM_File.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/SDBM_File/SDBM_File.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/assert.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/tolower.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/toupper.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/closedir.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/opendir.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/readdir.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/rewinddir.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/errno.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/creat.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fcntl.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getgrgid.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getgrnam.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/atan2.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/cos.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/exp.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fabs.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/log.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/pow.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/sin.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/sqrt.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getpwnam.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getpwuid.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/longjmp.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/setjmp.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/siglongjmp.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/sigsetjmp.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/kill.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/raise.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/offsetof.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/clearerr.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fclose.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fdopen.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/feof.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fgetc.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fgets.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fileno.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fopen.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fprintf.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fputc.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fputs.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fread.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/freopen.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fscanf.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fseek.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/ferror.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fflush.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fgetpos.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fsetpos.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/ftell.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fwrite.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getc.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getchar.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/gets.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/perror.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/printf.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/putc.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/putchar.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/puts.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/remove.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/rename.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/rewind.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/scanf.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/sprintf.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/sscanf.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/tmpfile.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/ungetc.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/vfprintf.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/vprintf.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/vsprintf.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/abs.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/atexit.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/atof.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/atoi.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/atol.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/bsearch.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/calloc.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/div.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/exit.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/free.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getenv.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/labs.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/ldiv.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/malloc.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/qsort.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/rand.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/realloc.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/srand.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/system.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/memchr.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/memcmp.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/memcpy.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/memmove.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/memset.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strcat.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strchr.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strcmp.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strcpy.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strcspn.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strerror.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strlen.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strncat.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strncmp.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strncpy.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strpbrk.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strrchr.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strspn.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strstr.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/strtok.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/chmod.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fstat.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/mkdir.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/stat.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/umask.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/wait.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/waitpid.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/gmtime.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/localtime.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/time.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/alarm.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/chdir.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/chown.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/execl.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/execle.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/execlp.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/execv.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/execve.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/execvp.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/fork.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getcwd.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getegid.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/geteuid.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getgid.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getgroups.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getlogin.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getpgrp.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getpid.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getppid.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/getuid.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/isatty.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/link.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/rmdir.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/setbuf.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/setgid.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/setuid.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/setvbuf.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/sleep.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/unlink.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/POSIX/utime.al
|
|
|
|
/usr/lib/perl/5.6.1/auto/Opcode/Opcode.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/Opcode/Opcode.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/ODBM_File/ODBM_File.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/ODBM_File/ODBM_File.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/NDBM_File/NDBM_File.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/NDBM_File/NDBM_File.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/IPC/SysV/SysV.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/IPC/SysV/SysV.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/GDBM_File/autosplit.ix
|
|
|
|
/usr/lib/perl/5.6.1/auto/GDBM_File/GDBM_File.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/GDBM_File/GDBM_File.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/Devel/Peek/Peek.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/Devel/Peek/Peek.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/Devel/DProf/DProf.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/Devel/DProf/DProf.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/DB_File/autosplit.ix
|
|
|
|
/usr/lib/perl/5.6.1/auto/DB_File/DB_File.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/DB_File/DB_File.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/ByteLoader/ByteLoader.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/ByteLoader/ByteLoader.bs
|
|
|
|
/usr/lib/perl/5.6.1/auto/B/B.so
|
|
|
|
/usr/lib/perl/5.6.1/auto/B/B.bs
|
|
|
|
/usr/lib/perl/5.6.1/IPC/Msg.pm
|
|
|
|
/usr/lib/perl/5.6.1/IPC/Semaphore.pm
|
|
|
|
/usr/lib/perl/5.6.1/IPC/SysV.pm
|
|
|
|
/usr/lib/perl/5.6.1/Devel/DProf.pm
|
|
|
|
/usr/lib/perl/5.6.1/Devel/Peek.pm
|
|
|
|
/usr/lib/perl/5.6.1/CORE/av.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/cc_runtime.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/config.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/cop.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/cv.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/dosish.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/embed.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/embedvar.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/EXTERN.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/fakethr.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/form.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/gv.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/handy.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/hv.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/INTERN.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/intrpvar.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/iperlsys.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/keywords.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/mg.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/nostdio.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/objXSUB.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/op.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/opcode.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/opnames.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/patchlevel.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/perl.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/perlapi.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/perlio.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/perlsdio.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/perlsfio.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/perlvars.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/perly.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/pp.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/pp_proto.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/proto.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/regcomp.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/regexp.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/regnodes.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/scope.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/sv.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/thrdvar.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/thread.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/unixish.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/utf8.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/util.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/warnings.h
|
|
|
|
/usr/lib/perl/5.6.1/CORE/XSUB.h
|
|
|
|
/usr/lib/perl/5.6.1/_h2ph_pre.ph
|
|
|
|
/usr/lib/perl/5.6.1/syscall.ph
|
|
|
|
/usr/lib/perl/5.6.1/syslimits.ph
|
|
|
|
/usr/lib/perl/5.6.1/syslog.ph
|
|
|
|
/usr/lib/perl/5.6.1/sys/socket.ph
|
|
|
|
/usr/lib/perl/5.6.1/sys/syscall.ph
|
|
|
|
/usr/lib/perl/5.6.1/sys/syslog.ph
|
|
|
|
/usr/lib/perl/5.6.1/sys/uio.ph
|
|
|
|
/usr/lib/perl/5.6.1/sys/wait.ph
|
|
|
|
/usr/lib/perl/5.6.1/sys/cdefs.ph
|
|
|
|
/usr/lib/perl/5.6.1/sys/types.ph
|
|
|
|
/usr/lib/perl/5.6.1/sys/resource.ph
|
|
|
|
/usr/lib/perl/5.6.1/sys/select.ph
|
|
|
|
/usr/lib/perl/5.6.1/sys/sysmacros.ph
|
|
|
|
/usr/lib/perl/5.6.1/sys/ucontext.ph
|
|
|
|
/usr/lib/perl/5.6.1/wait.ph
|
|
|
|
/usr/lib/perl/5.6.1/features.ph
|
|
|
|
/usr/lib/perl/5.6.1/stddef.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/socket.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/syscall.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/uio.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/sockaddr.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/waitflags.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/waitstatus.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/siginfo.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/types.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/sigset.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/signum.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/sigaction.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/sigcontext.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/sigstack.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/sigthread.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/resource.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/wordsize.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/pthreadtypes.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/time.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/endian.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/select.ph
|
|
|
|
/usr/lib/perl/5.6.1/bits/sched.ph
|
|
|
|
/usr/lib/perl/5.6.1/asm/unistd.ph
|
|
|
|
/usr/lib/perl/5.6.1/asm/socket.ph
|
|
|
|
/usr/lib/perl/5.6.1/asm/sockios.ph
|
|
|
|
/usr/lib/perl/5.6.1/asm/sigcontext.ph
|
|
|
|
/usr/lib/perl/5.6.1/stdarg.ph
|
|
|
|
/usr/lib/perl/5.6.1/gnu/stubs.ph
|
|
|
|
/usr/lib/perl/5.6.1/limits.ph
|
|
|
|
/usr/lib/perl/5.6.1/signal.ph
|
|
|
|
/usr/lib/perl/5.6.1/va-c4x.ph
|
|
|
|
/usr/lib/perl/5.6.1/time.ph
|
|
|
|
/usr/lib/perl/5.6.1/endian.ph
|
|
|
|
/usr/lib/perl/5.6.1/ucontext.ph
|
|
|
|
/usr/share/perl/5.6.1/AnyDBM_File.pm
|
|
|
|
/usr/share/perl/5.6.1/AutoSplit.pm
|
|
|
|
/usr/share/perl/5.6.1/Benchmark.pm
|
|
|
|
/usr/share/perl/5.6.1/CGI.pm
|
|
|
|
/usr/share/perl/5.6.1/CPAN.pm
|
|
|
|
/usr/share/perl/5.6.1/DB.pm
|
|
|
|
/usr/share/perl/5.6.1/DirHandle.pm
|
|
|
|
/usr/share/perl/5.6.1/Dumpvalue.pm
|
|
|
|
/usr/share/perl/5.6.1/English.pm
|
|
|
|
/usr/share/perl/5.6.1/Env.pm
|
|
|
|
/usr/share/perl/5.6.1/Fatal.pm
|
|
|
|
/usr/share/perl/5.6.1/FileCache.pm
|
|
|
|
/usr/share/perl/5.6.1/FindBin.pm
|
|
|
|
/usr/share/perl/5.6.1/SelfLoader.pm
|
|
|
|
/usr/share/perl/5.6.1/Shell.pm
|
|
|
|
/usr/share/perl/5.6.1/Test.pm
|
|
|
|
/usr/share/perl/5.6.1/UNIVERSAL.pm
|
|
|
|
/usr/share/perl/5.6.1/Win32.pod
|
|
|
|
/usr/share/perl/5.6.1/abbrev.pl
|
|
|
|
/usr/share/perl/5.6.1/assert.pl
|
|
|
|
/usr/share/perl/5.6.1/autouse.pm
|
|
|
|
/usr/share/perl/5.6.1/bigfloat.pl
|
|
|
|
/usr/share/perl/5.6.1/bigint.pl
|
|
|
|
/usr/share/perl/5.6.1/bigrat.pl
|
|
|
|
/usr/share/perl/5.6.1/blib.pm
|
|
|
|
/usr/share/perl/5.6.1/bytes.pm
|
|
|
|
/usr/share/perl/5.6.1/bytes_heavy.pl
|
|
|
|
/usr/share/perl/5.6.1/cacheout.pl
|
|
|
|
/usr/share/perl/5.6.1/charnames.pm
|
|
|
|
/usr/share/perl/5.6.1/chat2.pl
|
|
|
|
/usr/share/perl/5.6.1/complete.pl
|
|
|
|
/usr/share/perl/5.6.1/ctime.pl
|
|
|
|
/usr/share/perl/5.6.1/diagnostics.pm
|
|
|
|
/usr/share/perl/5.6.1/dotsh.pl
|
|
|
|
/usr/share/perl/5.6.1/dumpvar.pl
|
|
|
|
/usr/share/perl/5.6.1/exceptions.pl
|
|
|
|
/usr/share/perl/5.6.1/fastcwd.pl
|
|
|
|
/usr/share/perl/5.6.1/filetest.pm
|
|
|
|
/usr/share/perl/5.6.1/find.pl
|
|
|
|
/usr/share/perl/5.6.1/finddepth.pl
|
|
|
|
/usr/share/perl/5.6.1/flush.pl
|
|
|
|
/usr/share/perl/5.6.1/ftp.pl
|
|
|
|
/usr/share/perl/5.6.1/getcwd.pl
|
|
|
|
/usr/share/perl/5.6.1/getopt.pl
|
|
|
|
/usr/share/perl/5.6.1/getopts.pl
|
|
|
|
/usr/share/perl/5.6.1/hostname.pl
|
|
|
|
/usr/share/perl/5.6.1/importenv.pl
|
|
|
|
/usr/share/perl/5.6.1/less.pm
|
|
|
|
/usr/share/perl/5.6.1/look.pl
|
|
|
|
/usr/share/perl/5.6.1/newgetopt.pl
|
|
|
|
/usr/share/perl/5.6.1/open.pm
|
|
|
|
/usr/share/perl/5.6.1/open2.pl
|
|
|
|
/usr/share/perl/5.6.1/open3.pl
|
|
|
|
/usr/share/perl/5.6.1/perl5db.pl
|
|
|
|
/usr/share/perl/5.6.1/pwd.pl
|
|
|
|
/usr/share/perl/5.6.1/shellwords.pl
|
|
|
|
/usr/share/perl/5.6.1/sigtrap.pm
|
|
|
|
/usr/share/perl/5.6.1/stat.pl
|
|
|
|
/usr/share/perl/5.6.1/subs.pm
|
|
|
|
/usr/share/perl/5.6.1/syslog.pl
|
|
|
|
/usr/share/perl/5.6.1/tainted.pl
|
|
|
|
/usr/share/perl/5.6.1/termcap.pl
|
|
|
|
/usr/share/perl/5.6.1/timelocal.pl
|
|
|
|
/usr/share/perl/5.6.1/utf8.pm
|
|
|
|
/usr/share/perl/5.6.1/utf8_heavy.pl
|
|
|
|
/usr/share/perl/5.6.1/validate.pl
|
|
|
|
/usr/share/perl/5.6.1/B/assemble
|
|
|
|
/usr/share/perl/5.6.1/B/makeliblinks
|
|
|
|
/usr/share/perl/5.6.1/B/cc_harness
|
|
|
|
/usr/share/perl/5.6.1/B/disassemble
|
|
|
|
/usr/share/perl/5.6.1/unicode/ArabLink.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/ArabLnkGrp.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/ArabShap.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/BidiMirr.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/Bidirectional.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Block.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Blocks.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/CaseFold.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/Category.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/CombiningClass.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/CompExcl.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/Decomposition.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/EAWidth.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/Index.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/Jamo.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/JamoShort.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/LineBrk.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/Makefile
|
|
|
|
/usr/share/perl/5.6.1/unicode/Name.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Names.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/NamesList.html
|
|
|
|
/usr/share/perl/5.6.1/unicode/Number.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/PropList.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/README.Ethiopic
|
|
|
|
/usr/share/perl/5.6.1/unicode/README.perl
|
|
|
|
/usr/share/perl/5.6.1/unicode/ReadMe.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/SpecCase.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/UCD301.html
|
|
|
|
/usr/share/perl/5.6.1/unicode/UCDFF301.html
|
|
|
|
/usr/share/perl/5.6.1/unicode/Unicode.301
|
|
|
|
/usr/share/perl/5.6.1/unicode/syllables.txt
|
|
|
|
/usr/share/perl/5.6.1/unicode/To/Digit.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/To/Lower.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/To/Title.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/To/Upper.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/ASCII.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Alnum.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Alpha.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiAL.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiAN.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiB.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiBN.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiCS.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiEN.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiES.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiET.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiL.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiLRE.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiLRO.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiNSM.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiON.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiPDF.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiR.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiRLE.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiRLO.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiS.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/BidiWS.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Blank.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/C.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Cc.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Cf.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Cn.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Cntrl.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Co.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Cs.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCcircle.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCcompat.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCfinal.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCfont.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCfraction.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCinitial.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCisolated.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCmedial.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCnarrow.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCnoBreak.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCsmall.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCsquare.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCsub.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCsuper.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCvertical.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DCwide.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DecoCanon.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/DecoCompat.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Digit.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Graph.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/L.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkAI.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkAL.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkB2.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkBA.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkBB.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkBK.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkCB.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkCL.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkCM.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkCR.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkEX.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkGL.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkHY.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkID.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkIN.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkIS.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkLF.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkNS.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkNU.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkOP.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkPO.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkPR.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkQU.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkSA.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkSG.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkSP.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkSY.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkXX.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/LbrkZW.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Ll.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Lm.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Lo.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Lower.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Lt.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Lu.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/M.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Mc.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Me.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Mirrored.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Mn.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/N.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Nd.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Nl.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/No.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/P.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Pc.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Pd.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Pe.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Pf.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Pi.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Po.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Print.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Ps.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Punct.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/S.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Sc.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Sk.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Sm.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/So.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Space.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SpacePerl.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylA.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylAA.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylAAI.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylAI.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylC.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylE.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylEE.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylI.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylII.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylN.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylO.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylOO.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylU.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylV.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylWA.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylWAA.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylWC.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylWE.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylWEE.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylWI.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylWII.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylWO.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylWOO.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylWU.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/SylWV.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Syllable.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Upper.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Word.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/XDigit.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Z.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Zl.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Zp.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/Is/Zs.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/AlphabeticPresentationForms.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Arabic.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/ArabicPresentationForms-A.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/ArabicPresentationForms-B.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Armenian.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Arrows.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/BasicLatin.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Bengali.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/BlockElements.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Bopomofo.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/BopomofoExtended.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/BoxDrawing.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/BraillePatterns.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/CJKCompatibility.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/CJKCompatibilityForms.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/CJKCompatibilityIdeographs.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/CJKRadicalsSupplement.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/CJKSymbolsandPunctuation.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/CJKUnifiedIdeographs.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/CJKUnifiedIdeographsExtensionA.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Cherokee.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/CombiningDiacriticalMarks.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/CombiningHalfMarks.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/CombiningMarksforSymbols.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/ControlPictures.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/CurrencySymbols.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Cyrillic.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Devanagari.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Dingbats.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/EnclosedAlphanumerics.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/EnclosedCJKLettersandMonths.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Ethiopic.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/GeneralPunctuation.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/GeometricShapes.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Georgian.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Greek.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/GreekExtended.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Gujarati.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Gurmukhi.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/HalfwidthandFullwidthForms.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/HangulCompatibilityJamo.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/HangulJamo.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/HangulSyllables.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Hebrew.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/HighPrivateUseSurrogates.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/HighSurrogates.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Hiragana.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/IPAExtensions.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/IdeographicDescriptionCharacters.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Kanbun.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/KangxiRadicals.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Kannada.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Katakana.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Khmer.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Lao.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Latin-1Supplement.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/LatinExtended-A.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/LatinExtended-B.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/LatinExtendedAdditional.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/LetterlikeSymbols.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/LowSurrogates.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Malayalam.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/MathematicalOperators.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/MiscellaneousSymbols.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/MiscellaneousTechnical.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Mongolian.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Myanmar.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/NumberForms.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Ogham.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/OpticalCharacterRecognition.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Oriya.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/PrivateUse.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Runic.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Sinhala.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/SmallFormVariants.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/SpacingModifierLetters.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Specials.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/SuperscriptsandSubscripts.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Syriac.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Tamil.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Telugu.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Thaana.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Thai.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/Tibetan.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/YiRadicals.pl
|
|
|
|
/usr/share/perl/5.6.1/unicode/In/YiSyllables.pl
|
|
|
|
/usr/share/perl/5.6.1/User/grent.pm
|
|
|
|
/usr/share/perl/5.6.1/User/pwent.pm
|
|
|
|
/usr/share/perl/5.6.1/Time/Local.pm
|
|
|
|
/usr/share/perl/5.6.1/Time/gmtime.pm
|
|
|
|
/usr/share/perl/5.6.1/Time/localtime.pm
|
|
|
|
/usr/share/perl/5.6.1/Time/tm.pm
|
|
|
|
/usr/share/perl/5.6.1/Tie/Array.pm
|
|
|
|
/usr/share/perl/5.6.1/Tie/Handle.pm
|
|
|
|
/usr/share/perl/5.6.1/Tie/Hash.pm
|
|
|
|
/usr/share/perl/5.6.1/Tie/RefHash.pm
|
|
|
|
/usr/share/perl/5.6.1/Tie/Scalar.pm
|
|
|
|
/usr/share/perl/5.6.1/Tie/SubstrHash.pm
|
|
|
|
/usr/share/perl/5.6.1/Text/Abbrev.pm
|
|
|
|
/usr/share/perl/5.6.1/Text/ParseWords.pm
|
|
|
|
/usr/share/perl/5.6.1/Text/Soundex.pm
|
|
|
|
/usr/share/perl/5.6.1/Test/Harness.pm
|
|
|
|
/usr/share/perl/5.6.1/Term/ANSIColor.pm
|
|
|
|
/usr/share/perl/5.6.1/Term/Cap.pm
|
|
|
|
/usr/share/perl/5.6.1/Term/Complete.pm
|
|
|
|
/usr/share/perl/5.6.1/Term/ReadLine.pm
|
|
|
|
/usr/share/perl/5.6.1/Search/Dict.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Checker.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Find.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Functions.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Html.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/InputObjects.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/LaTeX.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Man.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/ParseUtils.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Parser.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Plainer.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Select.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Text.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Usage.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Text/Color.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Text/Overstrike.pm
|
|
|
|
/usr/share/perl/5.6.1/Pod/Text/Termcap.pm
|
|
|
|
/usr/share/perl/5.6.1/Net/Ping.pm
|
|
|
|
/usr/share/perl/5.6.1/Net/hostent.pm
|
|
|
|
/usr/share/perl/5.6.1/Net/netent.pm
|
|
|
|
/usr/share/perl/5.6.1/Net/protoent.pm
|
|
|
|
/usr/share/perl/5.6.1/Net/servent.pm
|
|
|
|
/usr/share/perl/5.6.1/Math/BigFloat.pm
|
|
|
|
/usr/share/perl/5.6.1/Math/BigInt.pm
|
|
|
|
/usr/share/perl/5.6.1/Math/Complex.pm
|
|
|
|
/usr/share/perl/5.6.1/Math/Trig.pm
|
|
|
|
/usr/share/perl/5.6.1/I18N/Collate.pm
|
|
|
|
/usr/share/perl/5.6.1/Getopt/Std.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Basename.pm
|
|
|
|
/usr/share/perl/5.6.1/File/CheckTree.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Compare.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Copy.pm
|
|
|
|
/usr/share/perl/5.6.1/File/DosGlob.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Find.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Path.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Temp.pm
|
|
|
|
/usr/share/perl/5.6.1/File/stat.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Spec/Epoc.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Spec/Functions.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Spec/Mac.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Spec/OS2.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Spec/VMS.pm
|
|
|
|
/usr/share/perl/5.6.1/File/Spec/Win32.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/Command.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/Embed.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/Install.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/Installed.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/Liblist.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/MM_Cygwin.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/MM_OS2.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/MM_Unix.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/MM_VMS.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/MM_Win32.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/MakeMaker.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/Manifest.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/Mkbootstrap.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/Mksymlists.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/Packlist.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/inst
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/testlib.pm
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/typemap
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/xsubpp
|
|
|
|
/usr/share/perl/5.6.1/ExtUtils/Miniperl.pm
|
|
|
|
/usr/share/perl/5.6.1/Devel/SelfStubber.pm
|
|
|
|
/usr/share/perl/5.6.1/Class/Struct.pm
|
|
|
|
/usr/share/perl/5.6.1/CPAN/FirstTime.pm
|
|
|
|
/usr/share/perl/5.6.1/CPAN/Nox.pm
|
|
|
|
/usr/share/perl/5.6.1/CGI/Apache.pm
|
|
|
|
/usr/share/perl/5.6.1/CGI/Carp.pm
|
|
|
|
/usr/share/perl/5.6.1/CGI/Cookie.pm
|
|
|
|
/usr/share/perl/5.6.1/CGI/Pretty.pm
|
|
|
|
/usr/share/perl/5.6.1/CGI/Push.pm
|
|
|
|
/usr/share/perl/5.6.1/CGI/Switch.pm
|
|
|
|
/usr/share/perl/5.6.1/CGI/Util.pm
|
|
|
|
/usr/share/perl/5.6.1/pod/perldiag.pod
|
|
|
|
|
|
|
|
# Scripts associated with packages found in info/*
|
|
|
|
/var/lib/dpkg/info/base-files.preinst
|
|
|
|
/var/lib/dpkg/info/base-files.postinst
|
|
|
|
/var/lib/dpkg/info/base-files.prerm
|
|
|
|
/var/lib/dpkg/info/base-files.list
|
|
|
|
/var/lib/dpkg/info/base-files.conffiles
|
|
|
|
/var/lib/dpkg/info/base-passwd.preinst
|
|
|
|
/var/lib/dpkg/info/base-passwd.postinst
|
|
|
|
/var/lib/dpkg/info/base-passwd.prerm
|
|
|
|
/var/lib/dpkg/info/base-passwd.list
|
|
|
|
/var/lib/dpkg/info/bash.preinst
|
|
|
|
/var/lib/dpkg/info/bash.postinst
|
|
|
|
/var/lib/dpkg/info/bash.prerm
|
|
|
|
/var/lib/dpkg/info/bash.list
|
|
|
|
/var/lib/dpkg/info/bash.conffiles
|
|
|
|
/var/lib/dpkg/info/bsdutils.postinst
|
|
|
|
/var/lib/dpkg/info/bsdutils.prerm
|
|
|
|
/var/lib/dpkg/info/bsdutils.list
|
|
|
|
/var/lib/dpkg/info/debianutils.preinst
|
|
|
|
/var/lib/dpkg/info/debianutils.postinst
|
|
|
|
/var/lib/dpkg/info/debianutils.prerm
|
|
|
|
/var/lib/dpkg/info/debianutils.list
|
|
|
|
/var/lib/dpkg/info/diff.preinst
|
|
|
|
/var/lib/dpkg/info/diff.postinst
|
|
|
|
/var/lib/dpkg/info/diff.prerm
|
|
|
|
/var/lib/dpkg/info/diff.list
|
|
|
|
/var/lib/dpkg/info/diff.md5sums
|
|
|
|
/var/lib/dpkg/info/dpkg.preinst
|
|
|
|
/var/lib/dpkg/info/dpkg.postinst
|
|
|
|
/var/lib/dpkg/info/dpkg.prerm
|
|
|
|
/var/lib/dpkg/info/dpkg.list
|
|
|
|
/var/lib/dpkg/info/dpkg.conffiles
|
|
|
|
/var/lib/dpkg/info/e2fsprogs.preinst
|
|
|
|
/var/lib/dpkg/info/e2fsprogs.postinst
|
|
|
|
/var/lib/dpkg/info/e2fsprogs.prerm
|
|
|
|
/var/lib/dpkg/info/e2fsprogs.list
|
|
|
|
/var/lib/dpkg/info/e2fsprogs.shlibs
|
|
|
|
/var/lib/dpkg/info/e2fsprogs.md5sums
|
|
|
|
/var/lib/dpkg/info/fileutils.preinst
|
|
|
|
/var/lib/dpkg/info/fileutils.postinst
|
|
|
|
/var/lib/dpkg/info/fileutils.prerm
|
|
|
|
/var/lib/dpkg/info/fileutils.list
|
|
|
|
/var/lib/dpkg/info/fileutils.md5sums
|
|
|
|
/var/lib/dpkg/info/findutils.preinst
|
|
|
|
/var/lib/dpkg/info/findutils.postinst
|
|
|
|
/var/lib/dpkg/info/findutils.prerm
|
|
|
|
/var/lib/dpkg/info/findutils.list
|
|
|
|
/var/lib/dpkg/info/findutils.conffiles
|
|
|
|
/var/lib/dpkg/info/grep.preinst
|
|
|
|
/var/lib/dpkg/info/grep.postinst
|
|
|
|
/var/lib/dpkg/info/grep.prerm
|
|
|
|
/var/lib/dpkg/info/grep.list
|
|
|
|
/var/lib/dpkg/info/gzip.preinst
|
|
|
|
/var/lib/dpkg/info/gzip.postinst
|
|
|
|
/var/lib/dpkg/info/gzip.prerm
|
|
|
|
/var/lib/dpkg/info/gzip.postrm
|
|
|
|
/var/lib/dpkg/info/gzip.list
|
|
|
|
/var/lib/dpkg/info/gzip.md5sums
|
|
|
|
/var/lib/dpkg/info/hostname.postinst
|
|
|
|
/var/lib/dpkg/info/hostname.prerm
|
|
|
|
/var/lib/dpkg/info/hostname.list
|
|
|
|
/var/lib/dpkg/info/hostname.md5sums
|
|
|
|
/var/lib/dpkg/info/libc6.preinst
|
|
|
|
/var/lib/dpkg/info/libc6.postinst
|
|
|
|
/var/lib/dpkg/info/libc6.prerm
|
|
|
|
/var/lib/dpkg/info/libc6.postrm
|
|
|
|
/var/lib/dpkg/info/libc6.list
|
|
|
|
/var/lib/dpkg/info/libc6.shlibs
|
|
|
|
/var/lib/dpkg/info/libc6.conffiles
|
|
|
|
/var/lib/dpkg/info/libcap1.postinst
|
|
|
|
/var/lib/dpkg/info/libcap1.prerm
|
|
|
|
/var/lib/dpkg/info/libcap1.list
|
|
|
|
/var/lib/dpkg/info/libcap1.shlibs
|
|
|
|
/var/lib/dpkg/info/libcap1.md5sums
|
|
|
|
/var/lib/dpkg/info/libdb2.postinst
|
|
|
|
/var/lib/dpkg/info/libdb2.prerm
|
|
|
|
/var/lib/dpkg/info/libdb2.list
|
|
|
|
/var/lib/dpkg/info/libdb2.shlibs
|
|
|
|
/var/lib/dpkg/info/libdb2.md5sums
|
|
|
|
/var/lib/dpkg/info/libdb3.postinst
|
|
|
|
/var/lib/dpkg/info/libdb3.prerm
|
|
|
|
/var/lib/dpkg/info/libdb3.list
|
|
|
|
/var/lib/dpkg/info/libdb3.shlibs
|
|
|
|
/var/lib/dpkg/info/libdb3.md5sums
|
|
|
|
/var/lib/dpkg/info/libgdbmg1.postinst
|
|
|
|
/var/lib/dpkg/info/libgdbmg1.prerm
|
|
|
|
/var/lib/dpkg/info/libgdbmg1.list
|
|
|
|
/var/lib/dpkg/info/libgdbmg1.shlibs
|
|
|
|
/var/lib/dpkg/info/libncurses5.postinst
|
|
|
|
/var/lib/dpkg/info/libncurses5.prerm
|
|
|
|
/var/lib/dpkg/info/libncurses5.list
|
|
|
|
/var/lib/dpkg/info/libncurses5.shlibs
|
|
|
|
/var/lib/dpkg/info/libpam-modules.postinst
|
|
|
|
/var/lib/dpkg/info/libpam-modules.prerm
|
|
|
|
/var/lib/dpkg/info/libpam-modules.list
|
|
|
|
/var/lib/dpkg/info/libpam-modules.conffiles
|
|
|
|
/var/lib/dpkg/info/libpam-modules.md5sums
|
|
|
|
/var/lib/dpkg/info/libpam-runtime.postinst
|
|
|
|
/var/lib/dpkg/info/libpam-runtime.prerm
|
|
|
|
/var/lib/dpkg/info/libpam-runtime.list
|
|
|
|
/var/lib/dpkg/info/libpam-runtime.conffiles
|
|
|
|
/var/lib/dpkg/info/libpam-runtime.md5sums
|
|
|
|
/var/lib/dpkg/info/libpam0g.postinst
|
|
|
|
/var/lib/dpkg/info/libpam0g.prerm
|
|
|
|
/var/lib/dpkg/info/libpam0g.list
|
|
|
|
/var/lib/dpkg/info/libpam0g.shlibs
|
|
|
|
/var/lib/dpkg/info/libpam0g.md5sums
|
|
|
|
/var/lib/dpkg/info/libreadline4.postinst
|
|
|
|
/var/lib/dpkg/info/libreadline4.prerm
|
|
|
|
/var/lib/dpkg/info/libreadline4.list
|
|
|
|
/var/lib/dpkg/info/libreadline4.shlibs
|
|
|
|
/var/lib/dpkg/info/login.preinst
|
|
|
|
/var/lib/dpkg/info/login.postinst
|
|
|
|
/var/lib/dpkg/info/login.prerm
|
|
|
|
/var/lib/dpkg/info/login.postrm
|
|
|
|
/var/lib/dpkg/info/login.list
|
|
|
|
/var/lib/dpkg/info/login.conffiles
|
|
|
|
/var/lib/dpkg/info/login.md5sums
|
|
|
|
/var/lib/dpkg/info/makedev.preinst
|
|
|
|
/var/lib/dpkg/info/makedev.postinst
|
|
|
|
/var/lib/dpkg/info/makedev.prerm
|
|
|
|
/var/lib/dpkg/info/makedev.postrm
|
|
|
|
/var/lib/dpkg/info/makedev.list
|
|
|
|
/var/lib/dpkg/info/makedev.conffiles
|
|
|
|
/var/lib/dpkg/info/makedev.md5sums
|
|
|
|
/var/lib/dpkg/info/mawk.postinst
|
|
|
|
/var/lib/dpkg/info/mawk.prerm
|
|
|
|
/var/lib/dpkg/info/mawk.list
|
|
|
|
/var/lib/dpkg/info/mbr.postinst
|
|
|
|
/var/lib/dpkg/info/mbr.prerm
|
|
|
|
/var/lib/dpkg/info/mbr.list
|
|
|
|
/var/lib/dpkg/info/mbr.md5sums
|
|
|
|
/var/lib/dpkg/info/modutils.preinst
|
|
|
|
/var/lib/dpkg/info/modutils.postinst
|
|
|
|
/var/lib/dpkg/info/modutils.prerm
|
|
|
|
/var/lib/dpkg/info/modutils.postrm
|
|
|
|
/var/lib/dpkg/info/modutils.list
|
|
|
|
/var/lib/dpkg/info/modutils.conffiles
|
|
|
|
/var/lib/dpkg/info/mount.postinst
|
|
|
|
/var/lib/dpkg/info/mount.prerm
|
|
|
|
/var/lib/dpkg/info/mount.list
|
|
|
|
/var/lib/dpkg/info/ncurses-base.preinst
|
|
|
|
/var/lib/dpkg/info/ncurses-base.postinst
|
|
|
|
/var/lib/dpkg/info/ncurses-base.prerm
|
|
|
|
/var/lib/dpkg/info/ncurses-base.list
|
|
|
|
/var/lib/dpkg/info/ncurses-base.conffiles
|
|
|
|
/var/lib/dpkg/info/ncurses-bin.preinst
|
|
|
|
/var/lib/dpkg/info/ncurses-bin.postinst
|
|
|
|
/var/lib/dpkg/info/ncurses-bin.prerm
|
|
|
|
/var/lib/dpkg/info/ncurses-bin.list
|
|
|
|
/var/lib/dpkg/info/passwd.preinst
|
|
|
|
/var/lib/dpkg/info/passwd.postinst
|
|
|
|
/var/lib/dpkg/info/passwd.prerm
|
|
|
|
/var/lib/dpkg/info/passwd.list
|
|
|
|
/var/lib/dpkg/info/passwd.conffiles
|
|
|
|
/var/lib/dpkg/info/passwd.md5sums
|
|
|
|
/var/lib/dpkg/info/passwd.config
|
|
|
|
/var/lib/dpkg/info/perl-base.postinst
|
|
|
|
/var/lib/dpkg/info/perl-base.prerm
|
|
|
|
/var/lib/dpkg/info/perl-base.list
|
|
|
|
/var/lib/dpkg/info/perl-base.md5sums
|
|
|
|
/var/lib/dpkg/info/procps.postinst
|
|
|
|
/var/lib/dpkg/info/procps.prerm
|
|
|
|
/var/lib/dpkg/info/procps.postrm
|
|
|
|
/var/lib/dpkg/info/procps.list
|
|
|
|
/var/lib/dpkg/info/procps.shlibs
|
|
|
|
/var/lib/dpkg/info/procps.conffiles
|
|
|
|
/var/lib/dpkg/info/procps.md5sums
|
|
|
|
/var/lib/dpkg/info/sed.preinst
|
|
|
|
/var/lib/dpkg/info/sed.postinst
|
|
|
|
/var/lib/dpkg/info/sed.prerm
|
|
|
|
/var/lib/dpkg/info/sed.list
|
|
|
|
/var/lib/dpkg/info/shellutils.preinst
|
|
|
|
/var/lib/dpkg/info/shellutils.postinst
|
|
|
|
/var/lib/dpkg/info/shellutils.prerm
|
|
|
|
/var/lib/dpkg/info/shellutils.list
|
|
|
|
/var/lib/dpkg/info/shellutils.md5sums
|
|
|
|
/var/lib/dpkg/info/slang1.postinst
|
|
|
|
/var/lib/dpkg/info/slang1.prerm
|
|
|
|
/var/lib/dpkg/info/slang1.list
|
|
|
|
/var/lib/dpkg/info/slang1.shlibs
|
|
|
|
/var/lib/dpkg/info/slang1.md5sums
|
|
|
|
/var/lib/dpkg/info/sysvinit.preinst
|
|
|
|
/var/lib/dpkg/info/sysvinit.postinst
|
|
|
|
/var/lib/dpkg/info/sysvinit.list
|
|
|
|
/var/lib/dpkg/info/sysvinit.conffiles
|
|
|
|
/var/lib/dpkg/info/tar.preinst
|
|
|
|
/var/lib/dpkg/info/tar.postinst
|
|
|
|
/var/lib/dpkg/info/tar.prerm
|
|
|
|
/var/lib/dpkg/info/tar.postrm
|
|
|
|
/var/lib/dpkg/info/tar.list
|
|
|
|
/var/lib/dpkg/info/tar.md5sums
|
|
|
|
/var/lib/dpkg/info/textutils.preinst
|
|
|
|
/var/lib/dpkg/info/textutils.postinst
|
|
|
|
/var/lib/dpkg/info/textutils.prerm
|
|
|
|
/var/lib/dpkg/info/textutils.list
|
|
|
|
/var/lib/dpkg/info/textutils.md5sums
|
|
|
|
/var/lib/dpkg/info/update.postinst
|
|
|
|
/var/lib/dpkg/info/update.prerm
|
|
|
|
/var/lib/dpkg/info/update.list
|
|
|
|
/var/lib/dpkg/info/util-linux.preinst
|
|
|
|
/var/lib/dpkg/info/util-linux.postinst
|
|
|
|
/var/lib/dpkg/info/util-linux.prerm
|
|
|
|
/var/lib/dpkg/info/util-linux.postrm
|
|
|
|
/var/lib/dpkg/info/util-linux.list
|
|
|
|
/var/lib/dpkg/info/util-linux.conffiles
|
|
|
|
/var/lib/dpkg/info/file-rc.preinst
|
|
|
|
/var/lib/dpkg/info/file-rc.postinst
|
|
|
|
/var/lib/dpkg/info/file-rc.prerm
|
|
|
|
/var/lib/dpkg/info/file-rc.postrm
|
|
|
|
/var/lib/dpkg/info/file-rc.list
|
|
|
|
/var/lib/dpkg/info/file-rc.md5sums
|
|
|
|
/var/lib/dpkg/info/swim.postinst
|
|
|
|
/var/lib/dpkg/info/swim.prerm
|
|
|
|
/var/lib/dpkg/info/swim.list
|
|
|
|
/var/lib/dpkg/info/swim.conffiles
|
|
|
|
/var/lib/dpkg/info/swim.md5sums
|
|
|
|
/var/lib/dpkg/info/nvi.preinst
|
|
|
|
/var/lib/dpkg/info/nvi.postinst
|
|
|
|
/var/lib/dpkg/info/nvi.prerm
|
|
|
|
/var/lib/dpkg/info/nvi.postrm
|
|
|
|
/var/lib/dpkg/info/nvi.list
|
|
|
|
/var/lib/dpkg/info/nvi.conffiles
|
|
|
|
/var/lib/dpkg/info/nvi.md5sums
|
|
|
|
/var/lib/dpkg/info/sysklogd.preinst
|
|
|
|
/var/lib/dpkg/info/sysklogd.postinst
|
|
|
|
/var/lib/dpkg/info/sysklogd.prerm
|
|
|
|
/var/lib/dpkg/info/sysklogd.postrm
|
|
|
|
/var/lib/dpkg/info/sysklogd.list
|
|
|
|
/var/lib/dpkg/info/sysklogd.conffiles
|
|
|
|
/var/lib/dpkg/info/klogd.preinst
|
|
|
|
/var/lib/dpkg/info/klogd.postinst
|
|
|
|
/var/lib/dpkg/info/klogd.prerm
|
|
|
|
/var/lib/dpkg/info/klogd.postrm
|
|
|
|
/var/lib/dpkg/info/klogd.list
|
|
|
|
/var/lib/dpkg/info/klogd.conffiles
|
|
|
|
/var/lib/dpkg/info/netbase.preinst
|
|
|
|
/var/lib/dpkg/info/netbase.postinst
|
|
|
|
/var/lib/dpkg/info/netbase.prerm
|
|
|
|
/var/lib/dpkg/info/netbase.postrm
|
|
|
|
/var/lib/dpkg/info/netbase.list
|
|
|
|
/var/lib/dpkg/info/netbase.conffiles
|
|
|
|
/var/lib/dpkg/info/netbase.md5sums
|
|
|
|
/var/lib/dpkg/info/netbase.config
|
|
|
|
/var/lib/dpkg/info/tcpd.postinst
|
|
|
|
/var/lib/dpkg/info/tcpd.prerm
|
|
|
|
/var/lib/dpkg/info/tcpd.list
|
|
|
|
/var/lib/dpkg/info/tcpd.md5sums
|
|
|
|
/var/lib/dpkg/info/net-tools.postinst
|
|
|
|
/var/lib/dpkg/info/net-tools.prerm
|
|
|
|
/var/lib/dpkg/info/net-tools.list
|
|
|
|
/var/lib/dpkg/info/net-tools.md5sums
|
|
|
|
/var/lib/dpkg/info/portmap.postinst
|
|
|
|
/var/lib/dpkg/info/portmap.prerm
|
|
|
|
/var/lib/dpkg/info/portmap.postrm
|
|
|
|
/var/lib/dpkg/info/portmap.list
|
|
|
|
/var/lib/dpkg/info/portmap.conffiles
|
|
|
|
/var/lib/dpkg/info/portmap.md5sums
|
|
|
|
/var/lib/dpkg/info/netkit-ping.postinst
|
|
|
|
/var/lib/dpkg/info/netkit-ping.prerm
|
|
|
|
/var/lib/dpkg/info/netkit-ping.list
|
|
|
|
/var/lib/dpkg/info/netkit-ping.md5sums
|
|
|
|
/var/lib/dpkg/info/netkit-inetd.preinst
|
|
|
|
/var/lib/dpkg/info/netkit-inetd.postinst
|
|
|
|
/var/lib/dpkg/info/netkit-inetd.prerm
|
|
|
|
/var/lib/dpkg/info/netkit-inetd.postrm
|
|
|
|
/var/lib/dpkg/info/netkit-inetd.list
|
|
|
|
/var/lib/dpkg/info/netkit-inetd.conffiles
|
|
|
|
/var/lib/dpkg/info/netkit-inetd.md5sums
|
|
|
|
/var/lib/dpkg/info/netkit-inetd.config
|
|
|
|
/var/lib/dpkg/info/ifupdown.preinst
|
|
|
|
/var/lib/dpkg/info/ifupdown.postinst
|
|
|
|
/var/lib/dpkg/info/ifupdown.prerm
|
|
|
|
/var/lib/dpkg/info/ifupdown.postrm
|
|
|
|
/var/lib/dpkg/info/ifupdown.list
|
|
|
|
/var/lib/dpkg/info/ifupdown.conffiles
|
|
|
|
/var/lib/dpkg/info/ifupdown.md5sums
|
|
|
|
/var/lib/dpkg/info/ifupdown.config
|
|
|
|
/var/lib/dpkg/info/less.postinst
|
|
|
|
/var/lib/dpkg/info/less.prerm
|
|
|
|
/var/lib/dpkg/info/less.postrm
|
|
|
|
/var/lib/dpkg/info/less.list
|
|
|
|
/var/lib/dpkg/info/less.md5sums
|
|
|
|
/var/lib/dpkg/info/perl.postinst
|
|
|
|
/var/lib/dpkg/info/perl.prerm
|
|
|
|
/var/lib/dpkg/info/perl.list
|
|
|
|
/var/lib/dpkg/info/perl.md5sums
|
|
|
|
/var/lib/dpkg/info/perl-modules.postinst
|
|
|
|
/var/lib/dpkg/info/perl-modules.prerm
|
|
|
|
/var/lib/dpkg/info/perl-modules.list
|
|
|
|
/var/lib/dpkg/info/perl-modules.md5sums
|