Import FreeBSD Security Advisories and Errata Notices, as well as their
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)
This commit is contained in:
parent
01c8718f26
commit
3571e53040
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39381
1185 changed files with 317546 additions and 0 deletions
22
share/security/patches/SA-05:20/cvsbug.patch
Normal file
22
share/security/patches/SA-05:20/cvsbug.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
Index: contrib/cvs/src/cvsbug.in
|
||||
===================================================================
|
||||
RCS file: /home/ncvs/src/contrib/cvs/src/cvsbug.in,v
|
||||
retrieving revision 1.1.1.3
|
||||
diff -u -p -r1.1.1.3 cvsbug.in
|
||||
--- contrib/cvs/src/cvsbug.in 15 Apr 2004 01:01:55 -0000 1.1.1.3
|
||||
+++ contrib/cvs/src/cvsbug.in 5 Sep 2005 06:23:21 -0000
|
||||
@@ -109,14 +109,12 @@ elif [ -f /bin/domainname ]; then
|
||||
/usr/bin/ypcat passwd 2>/dev/null | cat - /etc/passwd | grep "^$LOGNAME:" |
|
||||
cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
|
||||
ORIGINATOR="`cat $TEMP`"
|
||||
- rm -f $TEMP
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$ORIGINATOR" = "" ]; then
|
||||
grep "^$LOGNAME:" /etc/passwd | cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
|
||||
ORIGINATOR="`cat $TEMP`"
|
||||
- rm -f $TEMP
|
||||
fi
|
||||
|
||||
if [ -n "$ORGANIZATION" ]; then
|
||||
Loading…
Add table
Add a link
Reference in a new issue