Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/tip



Module Name:    src
Committed By:   perry
Date:           Mon Apr  3 02:01:28 UTC 2006

Modified Files:
        src/usr.bin/tip: Makefile cmds.c cu.c hunt.c tip.c tip.h
        src/usr.bin/tip/aculib: biz31.c
Removed Files:
        src/usr.bin/tip: uucplock.c

Log Message:
Remove support for uucp style locking.

This means we can get rid of the suid/sgid parts of the code (which
have been removed). The program is now installed with normal permissions.

To prevent accidents, we now flock the tty line, attempting to get an
exclusive lock.

Reviewed by: tls


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/usr.bin/tip/Makefile
cvs rdiff -r1.20 -r1.21 src/usr.bin/tip/cmds.c src/usr.bin/tip/tip.h
cvs rdiff -r1.14 -r1.15 src/usr.bin/tip/cu.c
cvs rdiff -r1.12 -r1.13 src/usr.bin/tip/hunt.c
cvs rdiff -r1.35 -r1.36 src/usr.bin/tip/tip.c
cvs rdiff -r1.14 -r0 src/usr.bin/tip/uucplock.c
cvs rdiff -r1.9 -r1.10 src/usr.bin/tip/aculib/biz31.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index