summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2010-08-12 09:43:13 -0700
committerTim Rice <tim@multitalents.net>2010-08-12 09:43:13 -0700
commit722b8d14f17f6471ef9b746f8b5942e1c7940d32 (patch)
treed4bb5f81688510e3478e2a0ba21db1c5d0ceccc6 /ChangeLog
parent02c47341a2d0bd03411f6e00c74fb7ddd9b03986 (diff)
- (tim) [regress/login-timeout.sh regress/reconfigure.sh regress/reexec.sh
regress/test-exec.sh] Under certain conditions when testing with sudo tests would fail because the pidfile could not be read by a regular user. "cat: cannot open ...../regress/pidfile: Permission denied (error 13)" Make sure cat is run by $SUDO. no objection from me. djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23ecb0618..daf1e98f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120100812
2 - (tim) [regress/login-timeout.sh regress/reconfigure.sh regress/reexec.sh
3 regress/test-exec.sh] Under certain conditions when testing with sudo
4 tests would fail because the pidfile could not be read by a regular user.
5 "cat: cannot open ...../regress/pidfile: Permission denied (error 13)"
6 Make sure cat is run by $SUDO. no objection from me. djm@
7
120100809 820100809
2 - (djm) bz#1561: don't bother setting IFF_UP on tun(4) device if it is 9 - (djm) bz#1561: don't bother setting IFF_UP on tun(4) device if it is
3 already set. Makes FreeBSD user openable tunnels useful; patch from 10 already set. Makes FreeBSD user openable tunnels useful; patch from