Deleted Added
full compact
tasks (51292) tasks (52894)
1# -*- text -*-
2
3 AM-UTILS-6.0 TASKS TODO
4
5Please volunteer to do any of the following:
6
7- complete testing of untested platforms in INSTALL file
8 ncr2

--- 24 unchanged lines hidden (view full) ---

33- $mindelay and $maxdelay in milliseconds
34
35- multiple nfsl should be matched if one matched and nfs mount failed. fall
36 through.
37- fall through syntax? opts:=nofail,fallthrough?
38
39- random nfs rhost:={srv1, srv2, srv3}
40
1# -*- text -*-
2
3 AM-UTILS-6.0 TASKS TODO
4
5Please volunteer to do any of the following:
6
7- complete testing of untested platforms in INSTALL file
8 ncr2

--- 24 unchanged lines hidden (view full) ---

33- $mindelay and $maxdelay in milliseconds
34
35- multiple nfsl should be matched if one matched and nfs mount failed. fall
36 through.
37- fall through syntax? opts:=nofail,fallthrough?
38
39- random nfs rhost:={srv1, srv2, srv3}
40
41- after cutting next release dist, check that all files are there
42
43- nfslx, same as nfsl, but using linkx
44
45- find out why this sometimes works and sometimes not:
46 mcl -rhost:=minetta host!=${rhost};type:=nfs host==${rhost}
47
48- loadable info_*, amfs_*, and ops_* modules (lazy evaluation).
49
50- hlfsd for ~root/.mailspool (getpwnam("root"))

--- 33 unchanged lines hidden (view full) ---

84 ++slinkfattr.na_mtime.nt_seconds;
85
86- support nqnfs as per Jeffrey C Honig <jch@BSDI.COM>: "Besides having
87 NFSMNT_NQNFS set when you try to do the mount, NQNFS requires that you do
88 the nfssvc() call to create an nqnfs client daemon. I can't see any
89 obvious way to check if the server supports NQNFS."
90
91- browsable 'auto' style maps.
41- nfslx, same as nfsl, but using linkx
42
43- find out why this sometimes works and sometimes not:
44 mcl -rhost:=minetta host!=${rhost};type:=nfs host==${rhost}
45
46- loadable info_*, amfs_*, and ops_* modules (lazy evaluation).
47
48- hlfsd for ~root/.mailspool (getpwnam("root"))

--- 33 unchanged lines hidden (view full) ---

82 ++slinkfattr.na_mtime.nt_seconds;
83
84- support nqnfs as per Jeffrey C Honig <jch@BSDI.COM>: "Besides having
85 NFSMNT_NQNFS set when you try to do the mount, NQNFS requires that you do
86 the nfssvc() call to create an nqnfs client daemon. I can't see any
87 obvious way to check if the server supports NQNFS."
88
89- browsable 'auto' style maps.
90
91- amq man page: amq -f also reloads maps that are not updated
92
93- mention signals in amd man page
94
95- ALLOWED_MOUNT_TIME of 40 seconds is way too long!
96- need option to turn off pings of portmapper before trying a mount
97
98- type:=program should not require umount command. can use defult
99 umount(). it works for smbmount/umount.
100
101- document var[0-7] variables/selectors
102
103- need a way to export a nfs-mount point after it is being mounted (jukebox
104 mounts). can do this with type:=program.