OpenSDE Packages Database (without history before r20070)
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.

41 lines
1.4 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../etcnet/0001-removed-unintentionally-left-debug-line.patch
  5. # Copyright (C) 2010 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. From 221cbec3b0f5c83e1bc64209fd2068dad4fd3283 Mon Sep 17 00:00:00 2001
  17. From: Sergey Bolshakov <sbolshakov@altlinux.org>
  18. Date: Sun, 17 Jan 2010 17:32:00 +0300
  19. Subject: [PATCH 1/4] removed unintentionally left debug line
  20. ---
  21. etc/net/scripts/ifdown-removable | 2 --
  22. 1 files changed, 0 insertions(+), 2 deletions(-)
  23. diff --git a/etc/net/scripts/ifdown-removable b/etc/net/scripts/ifdown-removable
  24. index 469d5f4..cfe38a8 100755
  25. --- a/etc/net/scripts/ifdown-removable
  26. +++ b/etc/net/scripts/ifdown-removable
  27. @@ -2,8 +2,6 @@
  28. # This script is a hook for hotplug or pcmcia-cs.
  29. -/sbin/ip ad > /tmp/ipad
  30. -
  31. usage()
  32. {
  33. echo "Usage: $0 <interface>" >&2
  34. --
  35. 1.6.6.2