mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

93 lines
3.6 KiB

# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/base/modutils/use_old_postfix.diff
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./man/Makefile.in.orig 2003-01-27 17:25:24.000000000 +0100
+++ ./man/Makefile.in 2003-03-28 23:44:32.000000000 +0100
@@ -16,9 +16,10 @@
rm -f $(DESTDIR)$(mandir)/man5/conf.modules.5 $(DESTDIR)$(mandir)/man5/conf.modules.5.gz
set -e; \
for i in $(srcdir)/*.[1-8] ; do \
- ext=`echo $$i | sed 's/.*\.//'`; \
+ ext=`echo $$i | sed 's/.*\.//'`; old='.old.'; \
+ [ $$ext != 1 -a $$ext != 8 ] && old='.'; \
$(MKDIR) $(DESTDIR)$(mandir)/man$$ext/; \
- $(INSTALL) -m 644 $$i $(DESTDIR)$(mandir)/man$$ext/; \
+ $(INSTALL) -m 444 $$i $(DESTDIR)$(mandir)/man$$ext/$${i%.*}$$old$$ext; \
done
realclean: clean
--- ./depmod/Makefile.in.orig 2003-01-28 00:55:10.000000000 +0100
+++ ./depmod/Makefile.in 2003-01-28 00:55:31.000000000 +0100
@@ -56,7 +56,7 @@
install install-bin: all
$(MKDIR) $(DESTDIR)$(sbindir)
- $(INSTALL) $(STRIP) depmod $(DESTDIR)$(sbindir)
+ $(INSTALL) $(STRIP) depmod $(DESTDIR)$(sbindir)/depmod.old
dep depend .depend: depmod.c
$(CC) -M $(CFLAGS) $(DEFSNOARCH) $(DEFS) $^ > .depend
--- ./genksyms/Makefile.in.orig 2003-01-28 00:55:10.000000000 +0100
+++ ./genksyms/Makefile.in 2003-01-28 00:55:46.000000000 +0100
@@ -62,7 +62,7 @@
install install-bin: all
$(MKDIR) $(DESTDIR)$(sbindir)
- $(INSTALL) $(STRIP) genksyms $(DESTDIR)$(sbindir)
+ $(INSTALL) $(STRIP) genksyms $(DESTDIR)$(sbindir)/genksyms.old
# auto-generated dependancies are almost redundant once we add all the
# rules to get the generated files built first.
--- ./insmod/Makefile.in.orig 2003-01-28 00:55:10.000000000 +0100
+++ ./insmod/Makefile.in 2003-01-28 00:57:36.000000000 +0100
@@ -116,16 +116,16 @@
@set -ex;\
for i in $(TARGETS_REAL); do \
$(MKDIR) $(DESTDIR)$(sbindir); \
- $(INSTALL) $(STRIP) $$i $(DESTDIR)$(sbindir); done;
+ $(INSTALL) $(STRIP) $$i $(DESTDIR)$(sbindir)/$$i.old; done;
set -e; \
for i in $(srcdir)/insmod_ksymoops_clean $(srcdir)/kernelversion; do \
$(MKDIR) $(DESTDIR)$(sbindir); \
- $(INSTALL) $$i $(DESTDIR)$(sbindir); done;
+ $(INSTALL) $$i $(DESTDIR)$(sbindir)/$$i.old; done;
set -e; \
for i in $(COMB); do \
- ln -sf insmod $(DESTDIR)$(sbindir)/$$i; \
+ ln -sf insmod.old $(DESTDIR)$(sbindir)/$$i.old; \
(test "$(insmod_static)" = yes && \
- ln -sf insmod.static $(DESTDIR)$(sbindir)/$$i.static) || true; \
+ ln -sf insmod.static.old $(DESTDIR)$(sbindir)/$$i.static.old) || true; \
done
clean:
--- ./kerneld/Makefile.in.orig 2003-01-28 00:55:10.000000000 +0100
+++ ./kerneld/Makefile.in 2003-01-28 00:57:52.000000000 +0100
@@ -42,7 +42,7 @@
set -e; \
for i in $(PROGS); do \
$(MKDIR) $(sbindir); \
- $(INSTALL) $(STRIP) $$i $(sbindir); \
+ $(INSTALL) $(STRIP) $$i $(sbindir)/$$i.old; \
done
install-scripts: