0a15739825
Mon Apr 28 2003 Akira TAGOH <tagoh@redhat.com> 4.49.4-3.7x.1 - lv-4.49.4-fix-manpage.patch: fix the man pages to reflect previous changes. Mon Apr 28 2003 Akira TAGOH <tagoh@redhat.com> 4.49.4-3.7x.0 - security fix release. (RHSA-2003:169) - lv-4.49.4-nonstrip.patch: don't strip the binaries. - lv-4.49.4-dont-read-dotlv-on-cwd.patch: don't read .lv file from current directory to prevent the possibility of local root exploit. (#89776) - s/Copyright/License/
13 lines
370 B
Diff
13 lines
370 B
Diff
diff -ruN lv4494.orig/src/Makefile.in lv4494/src/Makefile.in
|
|
--- lv4494.orig/src/Makefile.in 2002-06-19 21:07:10.000000000 +0900
|
|
+++ lv4494/src/Makefile.in 2002-06-19 21:07:35.000000000 +0900
|
|
@@ -64,7 +64,7 @@
|
|
#
|
|
|
|
install::
|
|
- $(INSTALL) -s -m 555 lv $(bindir)
|
|
+ $(INSTALL) -m 555 lv $(bindir)
|
|
if test -f $(bindir)/lgrep; then \
|
|
/bin/rm -f $(bindir)/lgrep; \
|
|
fi
|