Date: Sun, 9 Apr 1995 11:20:50 +0200 From: Joerg Wunsch <joerg> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rmt rmt.c Message-ID: <199504090920.LAA13697@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
joerg 95/04/09 11:20:49 Modified: usr.sbin/rmt rmt.c Log: The rmt protocol didn't allow to pass a file creation mode (permission bits) along, and rmt did the wrong thing in calling open(2) with random garbage as third parameter. Make it create new files with 0666 (modified by the umask of the remote shell anyway). This removed the last show-stopper from tar not working with remote archives.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504090920.LAA13697>