This commit is contained in:
parent
a295ae1d26
commit
5f5174f3b0
@ -7,8 +7,8 @@
|
|||||||
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
|
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
|
||||||
#
|
#
|
||||||
|
|
||||||
## Name: template service
|
## Name: NFS Client
|
||||||
## Description: opens ports for foo in order to allow bar
|
## Description: opens ports for NFS client in order to allow to connect to a NFS server
|
||||||
|
|
||||||
# space separated list of allowed TCP ports
|
# space separated list of allowed TCP ports
|
||||||
TCP=""
|
TCP=""
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
|
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
|
||||||
#
|
#
|
||||||
|
|
||||||
## Name: template service
|
## Name: NFS Server Service
|
||||||
## Description: opens ports for foo in order to allow bar
|
## Description: opens ports for NFS in order to allow other hosts connect to it
|
||||||
|
|
||||||
# space separated list of allowed TCP ports
|
# space separated list of allowed TCP ports
|
||||||
TCP=""
|
TCP=""
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 11 12:08:38 CEST 2008 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- fixed more bugs in port information for SuSEfirewall2 (bnc #373969)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 9 12:06:23 CEST 2008 - jsrain@suse.cz
|
Wed Apr 9 12:06:23 CEST 2008 - jsrain@suse.cz
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ BuildRequires: e2fsprogs-devel gcc-c++ krb5-devel libevent libgssglue-devel lib
|
|||||||
Url: http://nfs.sourceforge.net
|
Url: http://nfs.sourceforge.net
|
||||||
Summary: Support Utilities for Kernel nfsd
|
Summary: Support Utilities for Kernel nfsd
|
||||||
Version: 1.1.2
|
Version: 1.1.2
|
||||||
Release: 3
|
Release: 4
|
||||||
Group: Productivity/Networking/NFS
|
Group: Productivity/Networking/NFS
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -250,6 +250,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
|
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 11 2008 jsrain@suse.cz
|
||||||
|
- fixed more bugs in port information for SuSEfirewall2 (bnc #373969)
|
||||||
* Wed Apr 09 2008 jsrain@suse.cz
|
* Wed Apr 09 2008 jsrain@suse.cz
|
||||||
- fixed typo in port information for SuSEfirewall2 (bnc #373969)
|
- fixed typo in port information for SuSEfirewall2 (bnc #373969)
|
||||||
* Tue Apr 01 2008 mkoenig@suse.de
|
* Tue Apr 01 2008 mkoenig@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user