This commit is contained in:
parent
58a8e190d7
commit
c14ce714dc
@ -1,22 +1,26 @@
|
|||||||
--- suse/rcradius-relayd
|
--- suse/rcradius-relayd
|
||||||
+++ suse/rcradius-relayd
|
+++ suse/rcradius-relayd
|
||||||
@@ -12,7 +12,7 @@
|
@@ -12,8 +12,8 @@
|
||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: radius-relayd
|
# Provides: radius-relayd
|
||||||
-# Required-Start: $network $syslog $remotefs
|
-# Required-Start: $network $syslog $remotefs
|
||||||
|
-# Required-Stop:
|
||||||
+# Required-Start: $network $syslog $remote_fs
|
+# Required-Start: $network $syslog $remote_fs
|
||||||
# Required-Stop:
|
+# Required-Stop: $network $syslog $remote_fs
|
||||||
# Default-Start: 3 5
|
# Default-Start: 3 5
|
||||||
# Default-Stop: 0 1 2 6
|
# Default-Stop: 0 1 2 6
|
||||||
|
# Short-Description: RADIUS Relay Server
|
||||||
--- suse/rcradiusd
|
--- suse/rcradiusd
|
||||||
+++ suse/rcradiusd
|
+++ suse/rcradiusd
|
||||||
@@ -12,7 +12,7 @@
|
@@ -12,8 +12,8 @@
|
||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: radiusd
|
# Provides: radiusd
|
||||||
-# Required-Start: $network $syslog $remotefs
|
-# Required-Start: $network $syslog $remotefs
|
||||||
|
-# Required-Stop:
|
||||||
+# Required-Start: $network $syslog $remote_fs
|
+# Required-Start: $network $syslog $remote_fs
|
||||||
# Required-Stop:
|
+# Required-Stop: $network $syslog $remote_fs
|
||||||
# Default-Start: 3 5
|
# Default-Start: 3 5
|
||||||
# Default-Stop: 0 1 2 6
|
# Default-Stop: 0 1 2 6
|
||||||
|
# Short-Description: RADIUS-Server
|
||||||
|
@ -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
|
Wed Jul 23 11:06:13 CEST 2008 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@ -2,9 +2,16 @@
|
|||||||
# spec file for package freeradius-server (Version 2.0.5)
|
# spec file for package freeradius-server (Version 2.0.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -12,7 +19,7 @@
|
|||||||
|
|
||||||
Name: freeradius-server
|
Name: freeradius-server
|
||||||
Version: 2.0.5
|
Version: 2.0.5
|
||||||
Release: 1
|
Release: 19
|
||||||
License: GPL v2 only; LGPL v2.1 only
|
License: GPL v2 only; LGPL v2.1 only
|
||||||
Group: Productivity/Networking/Radius/Servers
|
Group: Productivity/Networking/Radius/Servers
|
||||||
Provides: radiusd
|
Provides: radiusd
|
||||||
@ -425,6 +432,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(644,root,root) %{_includedir}/freeradius/*.h
|
%attr(644,root,root) %{_includedir}/freeradius/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 26 2008 pth@suse.de
|
||||||
|
- Fix Required-Stop in init scripts.
|
||||||
* Wed Jul 23 2008 prusnak@suse.cz
|
* Wed Jul 23 2008 prusnak@suse.cz
|
||||||
- updated to 2.0.5
|
- updated to 2.0.5
|
||||||
Feature improvements
|
Feature improvements
|
||||||
|
Loading…
Reference in New Issue
Block a user