mirror of https://github.com/MidnightCommander/mc
mailfs and patchfs added to extfs.ini
patchfs uses %H instead of %k for "date" command
This commit is contained in:
parent
66919ad808
commit
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>
|
||||
|
||||
* 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
|
||||
uzip
|
||||
|
@ -5,18 +6,31 @@ uzoo
|
|||
ulha
|
||||
urar
|
||||
uarj
|
||||
# Unknown to me, it was named arfs before
|
||||
|
||||
# ar is used for static libraries
|
||||
uar
|
||||
|
||||
# cpio archiver (unix)
|
||||
ucpio
|
||||
# Packages from popular distributions
|
||||
|
||||
# Packages from popular Linux distributions
|
||||
rpm
|
||||
deb
|
||||
|
||||
# a: - mtools filesystem. I probably broke this one
|
||||
a:
|
||||
|
||||
# For browsing lslR listings (found on many ftp sites)
|
||||
lslR
|
||||
|
||||
# Simple fs for list of popular ftp sites
|
||||
ftplist
|
||||
|
||||
# Hewlet packard calculator
|
||||
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 ()
|
||||
{
|
||||
date=`date +"%b %d %k:%M"`
|
||||
date=`date +"%b %d %H:%M"`
|
||||
perm="-r--r--r--"
|
||||
uid=00000000
|
||||
gid=00000000
|
||||
|
|
Loading…
Reference in New Issue