mailfs and patchfs added to extfs.ini
patchfs uses %H instead of %k for "date" command
Этот коммит содержится в:
родитель
66919ad808
Коммит
d0db348c9a
@ -1,3 +1,11 @@
|
|||||||
|
Wed Aug 12 19:04:48 1998 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||||
|
|
||||||
|
* extfs/patchfs: %k replaced with more portable %H in the format
|
||||||
|
for "date" command
|
||||||
|
|
||||||
|
* extfs/extfs.ini: Added patchfs and mailfs. Some comments
|
||||||
|
changed
|
||||||
|
|
||||||
Tue Aug 11 15:25:52 1998 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
Tue Aug 11 15:25:52 1998 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||||
|
|
||||||
* extfs/rpm: Fix for buggy "cut" on HP-UX 10.20 which ignores
|
* extfs/rpm: Fix for buggy "cut" on HP-UX 10.20 which ignores
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# Each external VFS type must be registered here if you want to use it
|
||||||
|
|
||||||
# Popular pc archivers, for arj usage you need special patch to unarj
|
# Popular pc archivers, for arj usage you need special patch to unarj
|
||||||
uzip
|
uzip
|
||||||
@ -5,18 +6,31 @@ uzoo
|
|||||||
ulha
|
ulha
|
||||||
urar
|
urar
|
||||||
uarj
|
uarj
|
||||||
# Unknown to me, it was named arfs before
|
|
||||||
|
# ar is used for static libraries
|
||||||
uar
|
uar
|
||||||
|
|
||||||
# cpio archiver (unix)
|
# cpio archiver (unix)
|
||||||
ucpio
|
ucpio
|
||||||
# Packages from popular distributions
|
|
||||||
|
# Packages from popular Linux distributions
|
||||||
rpm
|
rpm
|
||||||
deb
|
deb
|
||||||
|
|
||||||
# a: - mtools filesystem. I probably broke this one
|
# a: - mtools filesystem. I probably broke this one
|
||||||
a:
|
a:
|
||||||
|
|
||||||
# For browsing lslR listings (found on many ftp sites)
|
# For browsing lslR listings (found on many ftp sites)
|
||||||
lslR
|
lslR
|
||||||
|
|
||||||
# Simple fs for list of popular ftp sites
|
# Simple fs for list of popular ftp sites
|
||||||
ftplist
|
ftplist
|
||||||
|
|
||||||
# Hewlet packard calculator
|
# Hewlet packard calculator
|
||||||
hp48:
|
hp48:
|
||||||
|
|
||||||
|
# Breaks patches into chunks
|
||||||
|
patchfs
|
||||||
|
|
||||||
|
# Represents a mailbox as a directory
|
||||||
|
mailfs
|
||||||
|
@ -13,7 +13,7 @@ filelist=FILELIST # names for "special" files
|
|||||||
|
|
||||||
patchfs_list ()
|
patchfs_list ()
|
||||||
{
|
{
|
||||||
date=`date +"%b %d %k:%M"`
|
date=`date +"%b %d %H:%M"`
|
||||||
perm="-r--r--r--"
|
perm="-r--r--r--"
|
||||||
uid=00000000
|
uid=00000000
|
||||||
gid=00000000
|
gid=00000000
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user