# # patch "ChangeLog" # from [8a163634dbcfcf48c0334c2ce3676ed86b40979d] # to [4618e22780f227ba8b634d33433ce38bf1d50e0d] # # patch "netsync.cc" # from [5c9a20e2218f5d684ec47b282622aa42d839bf1c] # to [c5406e41e4aec3b81907d638db40e805bde7edfb] # ======================================================================== --- ChangeLog 8a163634dbcfcf48c0334c2ce3676ed86b40979d +++ ChangeLog 4618e22780f227ba8b634d33433ce38bf1d50e0d @@ -1,5 +1,9 @@ 2005-08-17 Nathaniel Smith + * netsync.cc: Add IANA port assignment to the todo list. + +2005-08-17 Nathaniel Smith + * unix/process.cc (make_executable): Open the fd read-only, avoids problems with read-only files, and a writeable fd doesn't seem to be necessary to change permission bits. ======================================================================== --- netsync.cc 5c9a20e2218f5d684ec47b282622aa42d839bf1c +++ netsync.cc c5406e41e4aec3b81907d638db40e805bde7edfb @@ -74,6 +74,10 @@ // successfully written to disk. See message (and thread) // on // monotone-devel. +// -- apparently we have a IANA approved port: 4691. I guess we should +// switch to using that. +// (It's registered under the name "netsync". "monotone" would probably +// be better, but I don't know how possible it is to change this...) // // this is the "new" network synchronization (netsync) system in