diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 9815c4ffc..c02d3abcb 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,3 +1,11 @@ +Wed Aug 12 19:04:48 1998 Pavel Roskin + + * 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 * extfs/rpm: Fix for buggy "cut" on HP-UX 10.20 which ignores diff --git a/vfs/extfs/extfs.ini b/vfs/extfs/extfs.ini index 23d516211..6c4face78 100644 --- a/vfs/extfs/extfs.ini +++ b/vfs/extfs/extfs.ini @@ -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 diff --git a/vfs/extfs/patchfs b/vfs/extfs/patchfs index 09a1428ff..4f99b5820 100644 --- a/vfs/extfs/patchfs +++ b/vfs/extfs/patchfs @@ -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