aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonnie Barnes <djb@redhat.com>1997-09-23 18:34:42 +0000
committerDonnie Barnes <djb@redhat.com>1997-09-23 18:34:42 +0000
commita1b4376e5bed8acb0b14e4c1b58db1b2d506947c (patch)
treee51f83c2d8293dbacc4ae3a5bdf4cb37bec19e8c
parent9c4fe21ea4dea21bbb30081b288e282ef2dce5dc (diff)
downloadinitscripts-a1b4376e5bed8acb0b14e4c1b58db1b2d506947c.tar
initscripts-a1b4376e5bed8acb0b14e4c1b58db1b2d506947c.tar.gz
initscripts-a1b4376e5bed8acb0b14e4c1b58db1b2d506947c.tar.bz2
initscripts-a1b4376e5bed8acb0b14e4c1b58db1b2d506947c.tar.xz
initscripts-a1b4376e5bed8acb0b14e4c1b58db1b2d506947c.zip
added Requires mktemp and changelog
-rw-r--r--initscripts-3.13.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/initscripts-3.13.spec b/initscripts-3.13.spec
index cad1d9e4..1b0cf17a 100644
--- a/initscripts-3.13.spec
+++ b/initscripts-3.13.spec
@@ -6,7 +6,7 @@ Group: Base
Release: 1
Source: initscripts-3.13.tar.gz
BuildRoot: /var/tmp/initbld
-Requires: mingetty bash
+Requires: mingetty bash mktemp
%description
This package contains the scripts use to boot a system, change run
@@ -15,6 +15,10 @@ that activate and deactivate most network interfaces.
%changelog
+* Tue Sep 23 1997 Donnie Barnes <djb@redhat.com>
+
+- added mktemp support to ifup
+
* Thu Sep 18 1997 Donnie Barnes <djb@redhat.com>
- fixed some init.d/functions bugs for stopping httpd