Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1400b35c1 | ||
|
|
a13c9aba3c | ||
| 75438a13a7 | |||
|
|
034d343277 |
5 changed files with 20 additions and 24 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: ucarp
|
||||
# $Id$
|
||||
NAME := ucarp
|
||||
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),)
|
||||
# attept 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
sources
2
sources
|
|
@ -1 +1 @@
|
|||
9e1765de2eea1bb59c9ad9c8596f4f89 ucarp-1.4.tar.bz2
|
||||
5b50ca5553bc520f4e639964c9ad5056 ucarp-1.5.tar.bz2
|
||||
|
|
|
|||
10
ucarp.init
10
ucarp.init
|
|
@ -4,6 +4,16 @@
|
|||
# chkconfig: - 91 09
|
||||
# description: Starts and stops the common address redundancy protocol daemon
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: lsb-ucarp
|
||||
# Required-Start: $local_fs $network $remote_fs
|
||||
# Required-Stop: $local_fs $network $remote_fs
|
||||
# Default-Start:
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: start and stop ucarp
|
||||
# Description: Common Address Redundancy Protocol (CARP) for Unix
|
||||
### END INIT INFO
|
||||
|
||||
# Source function library.
|
||||
. /etc/init.d/functions
|
||||
|
||||
|
|
|
|||
11
ucarp.spec
11
ucarp.spec
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Common Address Redundancy Protocol (CARP) for Unix
|
||||
Name: ucarp
|
||||
Version: 1.4
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
# See the COPYING file which details everything
|
||||
License: MIT and BSD
|
||||
|
|
@ -97,8 +97,15 @@ fi
|
|||
%{_libexecdir}/ucarp/
|
||||
%{_sbindir}/ucarp
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 13 2009 Jon Ciesla <limb@jcomserv.net> - 1.5-1
|
||||
- Update to 1.5 BZ 458767.
|
||||
- Added LSB header to init script, BZ 247082.
|
||||
- New upstream should address BZ 427495, 449266, 455394.
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Sun Feb 3 2008 Matthias Saou <http://freshrpms.net/> 1.4-1
|
||||
- Update to 1.4.
|
||||
- Rip out all of the "list" stuff and 255.255.255.255 address hack (#427495).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue