3571e53040
patches for easier mirroring, to eliminate a special copy, to make www.freebsd.org/security a full copy of security.freebsd.org and be eventually be the same. For now files are just sitting there. The symlinks are missing. Discussed on: www (repository location) Discussed with: simon (so)
13 lines
370 B
Diff
13 lines
370 B
Diff
Index: usr.sbin/pppd/main.c
|
|
diff -u usr.sbin/pppd/main.c:1.19 src/usr.sbin/pppd/main.c:1.20
|
|
--- usr.sbin/pppd/main.c:1.19 Fri Aug 27 20:19:06 1999
|
|
+++ usr.sbin/pppd/main.c Mon Jul 29 22:49:27 2002
|
|
@@ -833,7 +833,7 @@
|
|
restore_tty(ttyfd);
|
|
|
|
if (tty_mode != (mode_t) -1)
|
|
- chmod(devnam, tty_mode);
|
|
+ fchmod(ttyfd, tty_mode);
|
|
|
|
close(ttyfd);
|
|
ttyfd = -1;
|