OBS User unknown 2008-08-27 00:43:30 +00:00 committed by Git OBS Bridge
parent 58a8e190d7
commit c14ce714dc
3 changed files with 25 additions and 7 deletions

View File

@ -1,22 +1,26 @@
--- suse/rcradius-relayd
+++ suse/rcradius-relayd
@@ -12,7 +12,7 @@
@@ -12,8 +12,8 @@
#
### BEGIN INIT INFO
# Provides: radius-relayd
-# Required-Start: $network $syslog $remotefs
-# Required-Stop:
+# Required-Start: $network $syslog $remote_fs
# Required-Stop:
+# Required-Stop: $network $syslog $remote_fs
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: RADIUS Relay Server
--- suse/rcradiusd
+++ suse/rcradiusd
@@ -12,7 +12,7 @@
@@ -12,8 +12,8 @@
#
### BEGIN INIT INFO
# Provides: radiusd
-# Required-Start: $network $syslog $remotefs
-# Required-Stop:
+# Required-Start: $network $syslog $remote_fs
# Required-Stop:
+# Required-Stop: $network $syslog $remote_fs
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: RADIUS-Server

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 26 12:01:12 CEST 2008 - pth@suse.de
- Fix Required-Stop in init scripts.
-------------------------------------------------------------------
Wed Jul 23 11:06:13 CEST 2008 - prusnak@suse.cz

View File

@ -2,9 +2,16 @@
# spec file for package freeradius-server (Version 2.0.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -12,7 +19,7 @@
Name: freeradius-server
Version: 2.0.5
Release: 1
Release: 19
License: GPL v2 only; LGPL v2.1 only
Group: Productivity/Networking/Radius/Servers
Provides: radiusd
@ -425,6 +432,8 @@ rm -rf $RPM_BUILD_ROOT
%attr(644,root,root) %{_includedir}/freeradius/*.h
%changelog
* Tue Aug 26 2008 pth@suse.de
- Fix Required-Stop in init scripts.
* Wed Jul 23 2008 prusnak@suse.cz
- updated to 2.0.5
Feature improvements