source:
patches/coreutils-6.3-suppress_uptime_kill_su-1.patch@
18e9f9f
Last change on this file since 18e9f9f was 862e2c0, checked in by , 18 years ago | |
---|---|
|
|
File size: 13.3 KB |
-
coreutils-6.3
Submitted By: Matthew Burgess <matthew at linuxfromscratch dot org> Date: 2006-03-15 Initial Package Version: 5.94 Origin: original suppress_hotname_uptame_kill_su patch (Robert Connolly) Upstream Status: N/A Description: This patch supresses the building of uptime, and kill. The su command is built so the testsuite can run, use './src/su', but it will not be installed. Also see: http://www.linuxfromscratch.org/patches/downloads/coreutils/ coreutils-5.0-dupes-2.patch diff -Naur coreutils-6.3.orig/AUTHORS coreutils-6.3/AUTHORS
old new 35 35 hostname: Jim Meyering 36 36 id: Arnold Robbins, David MacKenzie 37 37 join: Mike Haertel 38 kill: Paul Eggert39 38 link: Michael Stone 40 39 ln: Mike Parker, David MacKenzie 41 40 logname: FIXME: unknown … … 89 88 unexpand: David MacKenzie 90 89 uniq: Richard Stallman, David MacKenzie 91 90 unlink: Michael Stone 92 uptime: Joseph Arceneaux, David MacKenzie, Kaveh Ghazi93 91 users: Joseph Arceneaux, David MacKenzie 94 92 vdir: Richard Stallman, David MacKenzie 95 93 wc: Paul Rubin, David MacKenzie -
coreutils-6.3
diff -Naur coreutils-6.3.orig/configure coreutils-6.3/configure
old new 58175 58175 { echo "$as_me:$LINENO: result: $gnulib_cv_have_boot_time" >&5 58176 58176 echo "${ECHO_T}$gnulib_cv_have_boot_time" >&6; } 58177 58177 if test $gnulib_cv_have_boot_time = yes; then 58178 OPTIONAL_BIN_PROGS="$OPTIONAL_BIN_PROGS uptime\$(EXEEXT)" 58179 MAN="$MAN uptime.1" 58178 echo "uptime is suppressed" 58180 58179 fi 58181 58180 58182 58181 -
coreutils-6.3
diff -Naur coreutils-6.3.orig/Makefile.in coreutils-6.3/Makefile.in
old new 179 179 $(top_srcdir)/m4/tzset.m4 $(top_srcdir)/m4/unicodeio.m4 \ 180 180 $(top_srcdir)/m4/unistd-safer.m4 $(top_srcdir)/m4/unistd_h.m4 \ 181 181 $(top_srcdir)/m4/unlink-busy.m4 $(top_srcdir)/m4/unlinkdir.m4 \ 182 $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/uptime.m4\182 $(top_srcdir)/m4/unlocked-io.m4 \ 183 183 $(top_srcdir)/m4/userspec.m4 $(top_srcdir)/m4/utimbuf.m4 \ 184 184 $(top_srcdir)/m4/utime.m4 $(top_srcdir)/m4/utimecmp.m4 \ 185 185 $(top_srcdir)/m4/utimens.m4 $(top_srcdir)/m4/utimes-null.m4 \ -
man/Makefile.in
diff -Naur coreutils-6.3.orig/man/Makefile.in coreutils-6.3/man/Makefile.in
old new 174 174 $(top_srcdir)/m4/tzset.m4 $(top_srcdir)/m4/unicodeio.m4 \ 175 175 $(top_srcdir)/m4/unistd-safer.m4 $(top_srcdir)/m4/unistd_h.m4 \ 176 176 $(top_srcdir)/m4/unlink-busy.m4 $(top_srcdir)/m4/unlinkdir.m4 \ 177 $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/uptime.m4\177 $(top_srcdir)/m4/unlocked-io.m4 \ 178 178 $(top_srcdir)/m4/userspec.m4 $(top_srcdir)/m4/utimbuf.m4 \ 179 179 $(top_srcdir)/m4/utime.m4 $(top_srcdir)/m4/utimecmp.m4 \ 180 180 $(top_srcdir)/m4/utimens.m4 $(top_srcdir)/m4/utimes-null.m4 \ … … 377 377 base64.1 basename.1 cat.1 chgrp.1 chmod.1 chown.1 chroot.1 cksum.1 comm.1 \ 378 378 cp.1 csplit.1 cut.1 date.1 dd.1 df.1 dir.1 dircolors.1 dirname.1 du.1 \ 379 379 echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 groups.1 \ 380 head.1 hostid.1 hostname.1 id.1 install.1 join.1 kill.1\380 head.1 hostid.1 hostname.1 id.1 install.1 join.1 \ 381 381 link.1 ln.1 logname.1 \ 382 382 ls.1 md5sum.1 mkdir.1 mkfifo.1 mknod.1 mv.1 nice.1 nl.1 nohup.1 od.1 \ 383 383 paste.1 pathchk.1 pinky.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 readlink.1 \ 384 384 rm.1 rmdir.1 seq.1 sha1sum.1 sha224sum.1 sha256sum.1 sha384sum.1 sha512sum.1 \ 385 385 shred.1 shuf.1 sleep.1 sort.1 split.1 stat.1 stty.1 \ 386 su .1 sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \387 tty.1 uname.1 unexpand.1 uniq.1 unlink.1 u ptime.1 users.1 vdir.1 wc.1 \386 sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \ 387 tty.1 uname.1 unexpand.1 uniq.1 unlink.1 users.1 vdir.1 wc.1 \ 388 388 who.1 whoami.1 yes.1 389 389 390 390 man_aux = $(dist_man_MANS:.1=.x) … … 651 651 id.1: $(common_dep) $(srcdir)/id.x ../src/id.c 652 652 install.1: $(common_dep) $(srcdir)/install.x ../src/install.c 653 653 join.1: $(common_dep) $(srcdir)/join.x ../src/join.c 654 kill.1: $(common_dep) $(srcdir)/kill.x ../src/kill.c655 654 link.1: $(common_dep) $(srcdir)/link.x ../src/link.c 656 655 ln.1: $(common_dep) $(srcdir)/ln.x ../src/ln.c 657 656 logname.1: $(common_dep) $(srcdir)/logname.x ../src/logname.c … … 689 688 split.1: $(common_dep) $(srcdir)/split.x ../src/split.c 690 689 stat.1: $(common_dep) $(srcdir)/stat.x ../src/stat.c 691 690 stty.1: $(common_dep) $(srcdir)/stty.x ../src/stty.c 692 su.1: $(common_dep) $(srcdir)/su.x ../src/su.c693 691 sum.1: $(common_dep) $(srcdir)/sum.x ../src/sum.c 694 692 sync.1: $(common_dep) $(srcdir)/sync.x ../src/sync.c 695 693 tac.1: $(common_dep) $(srcdir)/tac.x ../src/tac.c … … 705 703 unexpand.1: $(common_dep) $(srcdir)/unexpand.x ../src/unexpand.c 706 704 uniq.1: $(common_dep) $(srcdir)/uniq.x ../src/uniq.c 707 705 unlink.1: $(common_dep) $(srcdir)/unlink.x ../src/unlink.c 708 uptime.1: $(common_dep) $(srcdir)/uptime.x ../src/uptime.c709 706 users.1: $(common_dep) $(srcdir)/users.x ../src/users.c 710 707 vdir.1: $(common_dep) $(srcdir)/vdir.x ../src/ls.c 711 708 wc.1: $(common_dep) $(srcdir)/wc.x ../src/wc.c … … 737 734 check-x-vs-1: 738 735 PATH=../src$(PATH_SEPARATOR)$$PATH; export PATH; \ 739 736 t=ls-files.$$$$; \ 740 (cd $(srcdir) && ls -1 *.x) | sed 's/\.x$$//' | $(ASSORT) > $$t;\737 (cd $(srcdir) && ls -1 *.x) | grep -v -e 'kill.x' -e 'su.x' -e 'uptime.x' | sed 's/\.x$$//' | $(ASSORT) > $$t;\ 741 738 echo $(dist_man_MANS) | tr -s ' ' '\n' | sed 's/\.1$$//' \ 742 739 | $(ASSORT) | diff - $$t || { rm $$t; exit 1; }; \ 743 740 rm $$t -
coreutils-6.3
diff -Naur coreutils-6.3.orig/README coreutils-6.3/README
old new 9 9 10 10 [ base64 basename cat chgrp chmod chown chroot cksum comm cp csplit cut date 11 11 dd df dir dircolors dirname du echo env expand expr factor false fmt fold 12 ginstall groups head hostid hostname id join killlink ln logname ls12 ginstall groups head hostid hostname id join link ln logname ls 13 13 md5sum mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr 14 14 printenv printf ptx pwd readlink rm rmdir seq sha1sum sha224sum sha256sum 15 15 sha384sum sha512sum shred shuf sleep sort split stat stty su sum sync tac 16 tail tee test touch tr true tsort tty uname unexpand uniq unlink uptime16 tail tee test touch tr true tsort tty uname unexpand uniq unlink 17 17 users vdir wc who whoami yes 18 18 19 19 See the file NEWS for a list of major changes in the current release. -
src/Makefile.in
diff -Naur coreutils-6.3.orig/src/Makefile.in coreutils-6.3/src/Makefile.in
old new 39 39 host_triplet = @host@ 40 40 EXTRA_PROGRAMS = chroot$(EXEEXT) df$(EXEEXT) hostid$(EXEEXT) \ 41 41 nice$(EXEEXT) pinky$(EXEEXT) stty$(EXEEXT) su$(EXEEXT) \ 42 uname$(EXEEXT) u ptime$(EXEEXT) users$(EXEEXT) who$(EXEEXT)42 uname$(EXEEXT) users$(EXEEXT) who$(EXEEXT) 43 43 bin_PROGRAMS = [$(EXEEXT) chgrp$(EXEEXT) chown$(EXEEXT) chmod$(EXEEXT) \ 44 44 cp$(EXEEXT) dd$(EXEEXT) dircolors$(EXEEXT) du$(EXEEXT) \ 45 45 ginstall$(EXEEXT) link$(EXEEXT) ln$(EXEEXT) dir$(EXEEXT) \ … … 57 57 tsort$(EXEEXT) unexpand$(EXEEXT) uniq$(EXEEXT) wc$(EXEEXT) \ 58 58 basename$(EXEEXT) date$(EXEEXT) dirname$(EXEEXT) echo$(EXEEXT) \ 59 59 env$(EXEEXT) expr$(EXEEXT) factor$(EXEEXT) false$(EXEEXT) \ 60 hostname$(EXEEXT) id$(EXEEXT) kill$(EXEEXT)logname$(EXEEXT) \60 hostname$(EXEEXT) id$(EXEEXT) logname$(EXEEXT) \ 61 61 pathchk$(EXEEXT) printenv$(EXEEXT) printf$(EXEEXT) \ 62 62 pwd$(EXEEXT) seq$(EXEEXT) sleep$(EXEEXT) tee$(EXEEXT) \ 63 63 test$(EXEEXT) true$(EXEEXT) tty$(EXEEXT) whoami$(EXEEXT) \ … … 182 182 $(top_srcdir)/m4/tzset.m4 $(top_srcdir)/m4/unicodeio.m4 \ 183 183 $(top_srcdir)/m4/unistd-safer.m4 $(top_srcdir)/m4/unistd_h.m4 \ 184 184 $(top_srcdir)/m4/unlink-busy.m4 $(top_srcdir)/m4/unlinkdir.m4 \ 185 $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/uptime.m4\185 $(top_srcdir)/m4/unlocked-io.m4 \ 186 186 $(top_srcdir)/m4/userspec.m4 $(top_srcdir)/m4/utimbuf.m4 \ 187 187 $(top_srcdir)/m4/utime.m4 $(top_srcdir)/m4/utimecmp.m4 \ 188 188 $(top_srcdir)/m4/utimens.m4 $(top_srcdir)/m4/utimes-null.m4 \ … … 370 370 join_LDADD = $(LDADD) 371 371 join_DEPENDENCIES = ../lib/libcoreutils.a $(am__DEPENDENCIES_1) \ 372 372 ../lib/libcoreutils.a 373 kill_SOURCES = kill.c374 kill_OBJECTS = kill.$(OBJEXT)375 kill_LDADD = $(LDADD)376 kill_DEPENDENCIES = ../lib/libcoreutils.a $(am__DEPENDENCIES_1) \377 ../lib/libcoreutils.a378 373 link_SOURCES = link.c 379 374 link_OBJECTS = link.$(OBJEXT) 380 375 link_LDADD = $(LDADD) … … 623 618 unlink_LDADD = $(LDADD) 624 619 unlink_DEPENDENCIES = ../lib/libcoreutils.a $(am__DEPENDENCIES_1) \ 625 620 ../lib/libcoreutils.a 626 uptime_SOURCES = uptime.c627 uptime_OBJECTS = uptime.$(OBJEXT)628 uptime_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \629 $(am__DEPENDENCIES_1)630 621 users_SOURCES = users.c 631 622 users_OBJECTS = users.$(OBJEXT) 632 623 users_LDADD = $(LDADD) … … 670 661 csplit.c cut.c date.c dd.c df.c $(dir_SOURCES) dircolors.c \ 671 662 dirname.c du.c echo.c env.c expand.c expr.c factor.c false.c \ 672 663 fmt.c fold.c $(ginstall_SOURCES) head.c hostid.c hostname.c \ 673 id.c join.c kill.clink.c ln.c logname.c $(ls_SOURCES) \664 id.c join.c link.c ln.c logname.c $(ls_SOURCES) \ 674 665 $(md5sum_SOURCES) mkdir.c mkfifo.c mknod.c $(mv_SOURCES) \ 675 666 nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c \ 676 667 printenv.c printf.c ptx.c pwd.c readlink.c $(rm_SOURCES) \ … … 679 670 $(sha512sum_SOURCES) shred.c shuf.c sleep.c sort.c split.c \ 680 671 stat.c stty.c su.c sum.c sync.c tac.c tail.c tee.c test.c \ 681 672 touch.c tr.c true.c tsort.c tty.c uname.c unexpand.c uniq.c \ 682 unlink.c u ptime.c users.c $(vdir_SOURCES) wc.c who.c whoami.c \673 unlink.c users.c $(vdir_SOURCES) wc.c who.c whoami.c \ 683 674 yes.c 684 675 DIST_SOURCES = $(__SOURCES) base64.c basename.c cat.c $(chgrp_SOURCES) \ 685 676 chmod.c $(chown_SOURCES) chroot.c cksum.c comm.c $(cp_SOURCES) \ 686 677 csplit.c cut.c date.c dd.c df.c $(dir_SOURCES) dircolors.c \ 687 678 dirname.c du.c echo.c env.c expand.c expr.c factor.c false.c \ 688 679 fmt.c fold.c $(ginstall_SOURCES) head.c hostid.c hostname.c \ 689 id.c join.c kill.clink.c ln.c logname.c $(ls_SOURCES) \680 id.c join.c link.c ln.c logname.c $(ls_SOURCES) \ 690 681 $(md5sum_SOURCES) mkdir.c mkfifo.c mknod.c $(mv_SOURCES) \ 691 682 nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c \ 692 683 printenv.c printf.c ptx.c pwd.c readlink.c $(rm_SOURCES) \ … … 695 686 $(sha512sum_SOURCES) shred.c shuf.c sleep.c sort.c split.c \ 696 687 stat.c stty.c su.c sum.c sync.c tac.c tail.c tee.c test.c \ 697 688 touch.c tr.c true.c tsort.c tty.c uname.c unexpand.c uniq.c \ 698 unlink.c u ptime.c users.c $(vdir_SOURCES) wc.c who.c whoami.c \689 unlink.c users.c $(vdir_SOURCES) wc.c who.c whoami.c \ 699 690 yes.c 700 691 HEADERS = $(noinst_HEADERS) 701 692 ETAGS = etags … … 946 937 tail_LDADD = $(nanosec_libs) 947 938 948 939 # If necessary, add -lm to resolve use of pow in lib/strtod.c. 949 uptime_LDADD = $(LDADD) $(POW_LIB) $(GETLOADAVG_LIBS)950 940 su_LDADD = $(LDADD) $(LIB_CRYPT) 951 941 SUFFIXES = .sh 952 942 installed_su = $(DESTDIR)$(bindir)/`echo su|sed '$(transform)'` … … 1193 1183 join$(EXEEXT): $(join_OBJECTS) $(join_DEPENDENCIES) 1194 1184 @rm -f join$(EXEEXT) 1195 1185 $(LINK) $(join_LDFLAGS) $(join_OBJECTS) $(join_LDADD) $(LIBS) 1196 kill$(EXEEXT): $(kill_OBJECTS) $(kill_DEPENDENCIES)1197 @rm -f kill$(EXEEXT)1198 $(LINK) $(kill_LDFLAGS) $(kill_OBJECTS) $(kill_LDADD) $(LIBS)1199 1186 link$(EXEEXT): $(link_OBJECTS) $(link_DEPENDENCIES) 1200 1187 @rm -f link$(EXEEXT) 1201 1188 $(LINK) $(link_LDFLAGS) $(link_OBJECTS) $(link_LDADD) $(LIBS) … … 1358 1345 unlink$(EXEEXT): $(unlink_OBJECTS) $(unlink_DEPENDENCIES) 1359 1346 @rm -f unlink$(EXEEXT) 1360 1347 $(LINK) $(unlink_LDFLAGS) $(unlink_OBJECTS) $(unlink_LDADD) $(LIBS) 1361 uptime$(EXEEXT): $(uptime_OBJECTS) $(uptime_DEPENDENCIES)1362 @rm -f uptime$(EXEEXT)1363 $(LINK) $(uptime_LDFLAGS) $(uptime_OBJECTS) $(uptime_LDADD) $(LIBS)1364 1348 users$(EXEEXT): $(users_OBJECTS) $(users_DEPENDENCIES) 1365 1349 @rm -f users$(EXEEXT) 1366 1350 $(LINK) $(users_LDFLAGS) $(users_OBJECTS) $(users_LDADD) $(LIBS) … … 1455 1439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id.Po@am__quote@ 1456 1440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/install.Po@am__quote@ 1457 1441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/join.Po@am__quote@ 1458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kill.Po@am__quote@1459 1442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lbracket.Po@am__quote@ 1460 1443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/link.Po@am__quote@ 1461 1444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ln.Po@am__quote@ … … 1515 1498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unexpand.Po@am__quote@ 1516 1499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uniq.Po@am__quote@ 1517 1500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlink.Po@am__quote@ 1518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uptime.Po@am__quote@1519 1501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/users.Po@am__quote@ 1520 1502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wc.Po@am__quote@ 1521 1503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/who.Po@am__quote@ … … 1826 1808 && can_create_suid_root_executable=yes; \ 1827 1809 rm -f $$TMPFILE; \ 1828 1810 if test $$can_create_suid_root_executable = yes; then \ 1829 $(INSTALL_SU); \1811 echo "Installation of su is suppressed"; \ 1830 1812 else \ 1831 1813 echo "WARNING: insufficient access; not installing su"; \ 1832 1814 echo "NOTE: to install su, run 'make install-root' as root"; \
Note:
See TracBrowser
for help on using the repository browser.