lv/lv-4.49.4-nonstrip.patch
cvsdist 0a15739825 auto-import changelog data from lv-4.49.4-3.7x.1.src.rpm
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/
2004-09-09 08:03:53 +00:00

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