Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d752353778 | ||
|
|
526d3753d9 | ||
|
|
65b02a2222 | ||
|
|
58e823bc0f | ||
|
|
b98c871ea0 |
5 changed files with 20 additions and 24 deletions
|
|
@ -1 +0,0 @@
|
|||
initscripts-8.94.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
initscripts-8.95.1.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: initscripts
|
||||
# $Id$
|
||||
NAME := initscripts
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attempt a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Summary: The inittab file and the /etc/init.d scripts
|
||||
Name: initscripts
|
||||
Version: 8.94
|
||||
Version: 8.95.1
|
||||
# ppp-watch is GPLv2+, everything else is GPLv2
|
||||
License: GPLv2 and GPLv2+
|
||||
Group: System Environment/Base
|
||||
|
|
@ -249,6 +249,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/etc/profile.d/debug*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 4 2009 Bill Nottingham <notting@redhat.com> - 8.95.1-1
|
||||
- halt: don't try and save mixer settings if it's not writable. (#515771)
|
||||
- rc.sysinit: restore context of recreated files. (#519748)
|
||||
- remove never-used 'sulogin' upstart event
|
||||
- rc, functions/rc1: redirect bash errors on 'unset' to /dev/null. (#482888)
|
||||
- rc.sysinit: fix dmraid partition naming (#501476, <hdegoede@redhat.com>)
|
||||
- rc: don't quote upstart signals. (#501155)
|
||||
|
||||
* Fri May 1 2009 Bill Nottingham <notting@redhat.com> - 8.95-1
|
||||
- don't kill runlevel events on subsequent entering of the same runlevel (#498514)
|
||||
- lang.*sh: handle spaces in $HOME (#498482)
|
||||
- network-functions: explicitly source from the proper directory. (#496233)
|
||||
- remove persistent names on sys-unconfig. (#448322)
|
||||
- init.d/functions: cgexec has moved to /bin (#495715)
|
||||
- allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
|
||||
- translation updates: fr, ml, pt
|
||||
|
||||
* Tue Apr 7 2009 Bill Nottingham <notting@redhat.com> - 8.94-1
|
||||
- prefdm: add simple fallbacks, sort rpmdb query for consistency (#494461)
|
||||
- translation updates; bn, de, pt, ru, te
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
bb0ee36cf2b695a669bb9efae0d67cb4 initscripts-8.94.tar.bz2
|
||||
1164e222fb37a80005038992c6f13189 initscripts-8.95.1.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue