2011-06-02 08:49:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 2 06:48:03 UTC 2011 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- nfsserver.init, sysconfig.nfs: add NFSV4LEASETIME
|
|
|
|
parameter to allow lease time to be set.
|
|
|
|
bnc#681510
|
|
|
|
|
2011-06-01 18:25:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 31 11:43:41 UTC 2011 - lnussel@suse.de
|
|
|
|
|
|
|
|
- use /var/run/nfs instead of /var/lock/subsys
|
|
|
|
|
2011-05-31 03:43:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 31 01:41:58 UTC 2011 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- sysconfig.nfs: now that 'nfs' is not enabled
|
|
|
|
by default, set NFS_START_SERVICES=yes by default
|
|
|
|
and document that 'chkconfig nfs on' is needed.
|
|
|
|
|
2011-04-27 02:42:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 27 00:41:10 UTC 2011 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- Make /var/lib/nfs world executable.
|
|
|
|
Otherwise 'df' complains about /var/lib/nfs/rpc_pipefs
|
|
|
|
bnc#675385
|
|
|
|
|
2011-03-19 23:09:51 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 19 14:10:18 UTC 2011 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Must up the loopback device, otherwise trying to contact the
|
|
|
|
portmapper (even if it does not actually run) will hang forever-
|
|
|
|
the TCP RST is crucial for mount.nfs
|
|
|
|
|
2011-02-17 00:59:03 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 16 23:55:22 UTC 2011 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- nfs.init: improve handling of paths with spaces.
|
|
|
|
If a path name has a space, it will appear as \040
|
|
|
|
in fstab and in /proc/mounts. Using 'grep -E' to search
|
|
|
|
for this is problematic as it will interpret the
|
|
|
|
'\'. So use 'grep -F' instead - we know there is
|
|
|
|
only a single space in /proc/mounts. Also use
|
|
|
|
"read -r" so 'read' doesn't interpret the '/'.
|
|
|
|
(bnc#666128)
|
|
|
|
|
2011-02-17 00:51:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 16 23:49:40 UTC 2011 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- nfsserver.init: make sure sm-notify runs on restart.
|
|
|
|
If we stop nfsd, that might also stop lockd which would
|
|
|
|
drop locks. So make sure lockd really does drop lock
|
|
|
|
for consistency, and ensure that sm-notify is run when
|
|
|
|
nfsserver is restarted. (bnc#668280)
|
|
|
|
|
2011-02-01 01:15:25 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 31 07:49:03 UTC 2011 - lnussel@suse.de
|
|
|
|
|
|
|
|
- don't run SuSEfirewall2 from start-statd script. If SuSEfirewall2
|
|
|
|
is installed and enabled it will be called at the end of the boot
|
|
|
|
process anyways (bnc#668181).
|
|
|
|
|
2011-01-28 16:45:32 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 28 14:03:14 UTC 2011 - lnussel@suse.de
|
|
|
|
|
|
|
|
- avoid python depdency to avoid bloating the minimal installation
|
|
|
|
- use %set_permissions instead of %run_permissions
|
|
|
|
|
2011-01-14 17:01:30 +01:00
|
|
|
-------------------------------------------------------------------
|
2011-01-25 13:13:59 +01:00
|
|
|
Tue Jan 25 09:01:37 UTC 2011 - lnussel@suse.de
|
|
|
|
|
|
|
|
- give user a hint if portmap isn't running as statd can't be started in that
|
|
|
|
case.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2011-01-14 17:01:30 +01:00
|
|
|
Wed Jan 12 12:15:31 UTC 2011 - lnussel@suse.de
|
|
|
|
|
|
|
|
- don't enable nfs init script by default. The yast nfs module
|
|
|
|
makes sure the script gets enabled when adding mounts
|
|
|
|
- print a message to tell when file systems are mounted as that
|
|
|
|
could take a while
|
|
|
|
|
2010-12-07 12:18:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 7 11:18:24 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- add sysvinit prereqs to make sure the scripts are there before
|
|
|
|
installation (also for building)
|
|
|
|
|
2010-10-11 17:03:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 11 06:17:55 UTC 2010 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- new upstream version 1.2.3, plus some upstream fix-up patches.
|
|
|
|
- new user 'statd' owns /var/lib/nfs so rpc.statd runs as non-root.
|
|
|
|
- New commands 'mountstats' and 'nfsiostat'
|
|
|
|
- ipv6 support enabled as it is believed to be complete.
|
|
|
|
|
2010-08-27 22:49:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 11 04:35:05 UTC 2010 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- Change "Requires: portmap" to "Requires: rpcbind".
|
|
|
|
Current nfs-utils does not work properly with portmap
|
|
|
|
due to IPv6 being enabled, so we really need rpcbind.
|
|
|
|
So be explcit about that, else upgrading an old
|
|
|
|
installation will leave portmap in place which
|
|
|
|
won't work.
|
|
|
|
bnc#620346
|
|
|
|
|
2010-07-25 21:07:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 25 07:01:59 UTC 2010 - aj@suse.de
|
|
|
|
|
|
|
|
- Add rpmlintrc since /var/lib/nfs/sm.bak is valid.
|
|
|
|
|
2010-05-10 01:55:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 9 23:07:24 UTC 2010 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- nfsserver.init / sysconfig.nfs: allow NFSv3 service
|
|
|
|
to be disabled so only NFSv4 can be used. bnc#598671
|
|
|
|
- nfs-v2-disable.patch: mountd support for above
|
|
|
|
- nfs.init: unmount bind mounts with '-l' to ensure they
|
|
|
|
really unmount. bnc#598681
|
|
|
|
|
2010-04-19 07:02:51 +02:00
|
|
|
-------------------------------------------------------------------
|
2010-04-20 01:44:17 +02:00
|
|
|
Mon Apr 19 23:43:45 UTC 2010 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- mkinitrd-boot.sh: allow other mkinitrd-setup
|
|
|
|
scripts to request the inclusion of nfs support
|
|
|
|
by setting need_nfs to 1. (bnc#572207)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2010-04-19 07:02:51 +02:00
|
|
|
Mon Apr 19 04:54:50 UTC 2010 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- sysconfig.nfs, nfsserver.init, start-start: handle
|
|
|
|
STATD_OPTIONS so that sysadmin can easily set options
|
|
|
|
like port number. (bnc#595379)
|
|
|
|
|
2010-03-31 19:28:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 26 15:39:05 CET 2010 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- mkinitrd-boot.sh: Do not do anything over if iscsi should be used
|
|
|
|
(bnc#590135).
|
|
|
|
|
2010-03-29 13:54:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 9 21:18:22 UTC 2010 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- init.nfs: also call 'udevadm settle' when mounting things
|
|
|
|
other than /usr and /opt. bnc#571540
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 23 22:15:18 UTC 2010 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- init.nfs: if mounting /usr fails, call "udevadm settle"
|
|
|
|
and try again incase network interfaces are still
|
|
|
|
appearing. bnc#571540
|
|
|
|
|
2009-12-02 12:37:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 29 22:03:26 UTC 2009 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- nfs-utils-eperm-fallback.patch: mount.nfs
|
|
|
|
tries a v3 mount after a v4 mount fails with ENOENT.
|
|
|
|
Older linux nfsd servers return EPERM, so fall
|
|
|
|
back in that case too. bnc#557138
|
|
|
|
|
2009-11-25 16:22:12 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 5 03:16:22 UTC 2009 - nfbrown@novell.com
|
|
|
|
|
|
|
|
- New upsteam release - 1.2.1
|
|
|
|
Includes new config file: /etc/nfsmount.conf and
|
|
|
|
man page.
|
|
|
|
- nfs.init
|
|
|
|
* implement try-restart in a more gentle fashion
|
|
|
|
so that active mounts are not lost. Also allow
|
|
|
|
for the fact that binary has changed when finding
|
|
|
|
and killing running daemons. (bnc#543911)
|
|
|
|
- start-statd
|
|
|
|
* try-restart the firewall after starting statd
|
|
|
|
as the firewall might need to update to reflect
|
|
|
|
a new port number.
|
|
|
|
- Start nfs services if any nfs related sysctl
|
|
|
|
is set in /etc/sysctl.conf
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 30 05:43:32 CET 2009 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- Kill processes on NFS mounts when unmounting
|
|
|
|
for shutdown. This allows any 'sync' to happen
|
|
|
|
before we turn off the network.
|
|
|
|
(bnc#503640)
|
|
|
|
|
2009-10-08 01:59:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 6 14:14:24 CEST 2009 - werner@suse.de
|
|
|
|
|
|
|
|
- Work around broken sysconfig file (bnc#529961)
|
|
|
|
|
2009-03-20 20:35:21 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 20 04:51:23 CET 2009 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- sysconfig.nfs
|
|
|
|
* add 'NFS_START_SERVICE' option for people who
|
|
|
|
need gssd or idmapd but mount using automount, not
|
|
|
|
fstab. bnc#472438
|
|
|
|
|
2008-12-18 15:16:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 18 00:35:09 CET 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- nfs.init
|
|
|
|
* 'stop' should stop servies based on what is
|
|
|
|
running, not what is configured to be run.
|
|
|
|
bnc#459021
|
|
|
|
* force-start added to start NFS services even
|
|
|
|
if nothing is in /etc/fstab.
|
|
|
|
|
2008-12-08 15:55:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 08 15:37:13 CET 2008 - bwalle@suse.de
|
|
|
|
|
|
|
|
- initrd: Giving the DHCP provided root path a higher priority
|
|
|
|
compared to the fallback from fstab. Command line can still
|
|
|
|
overwrite the DHCP provided root path. (bnc #440192).
|
|
|
|
|
2008-12-08 15:43:13 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 7 22:20:05 CET 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- gssd-mem-leak
|
|
|
|
* set better expiry date for cached auth info
|
|
|
|
so kernel does not run out of memory
|
|
|
|
bnc#442490
|
|
|
|
|
2008-12-05 15:49:05 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 5 02:43:20 CET 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- nfs.init
|
|
|
|
* Don't signal an error if asked to stop 'nfs'
|
|
|
|
when there is nothing to stop. Signalling an
|
|
|
|
error here causes "rpm -e nfs-client" to fail.
|
|
|
|
(bnc#450940)
|
|
|
|
|
2008-12-02 15:33:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 2 03:15:50 CET 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- warn-nfs-udp.patch
|
|
|
|
* Add warnings to nfs.man about usage of UDP
|
|
|
|
and print message pointing to this warning
|
|
|
|
when udp is used.
|
|
|
|
This comes from util-linux-warn-nfsudp.diff in
|
|
|
|
previous releases.
|
|
|
|
|
|
|
|
- nfs.init
|
|
|
|
* load nfs modules then apply any sysctl setting
|
|
|
|
before mounting any filesystems
|
|
|
|
(bnc#431306, bnc#443118)
|
|
|
|
- nfsserver.init
|
|
|
|
* set lockd sysctls before starting lockd.
|
|
|
|
(bnc#443118)
|
|
|
|
|
|
|
|
|
2008-11-28 15:43:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 25 06:10:31 CET 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- nfs.init
|
|
|
|
* Don't 'stop' if root is on NFS.
|
|
|
|
If we stop NFS if root is on NFS, then
|
|
|
|
reboot will hang - bnc#439974
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 24 00:01:51 CET 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- nfs.init
|
|
|
|
* Don't try to kill processes with fuser.
|
|
|
|
it hangs when netowrk is down, and isn't
|
|
|
|
needed as we use lazy unmount
|
|
|
|
bnc#445908
|
|
|
|
* Don't kill statd if nfsd is still running.
|
|
|
|
- fork-start-statd.patch
|
|
|
|
* Don't use 'system' to run start-statd
|
|
|
|
as this looses our setuid bit.
|
|
|
|
bnc#447812
|
|
|
|
|
2008-11-20 15:56:51 +01:00
|
|
|
-------------------------------------------------------------------
|
2008-11-21 15:38:35 +01:00
|
|
|
Fri Nov 21 11:45:58 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- export ROOTFS_FSCK=0 to skip fsck for root on NFS (bnc#441234)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-11-20 15:56:51 +01:00
|
|
|
Thu Nov 20 03:10:20 CET 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- rpc.gssd-catch-signal.patch
|
|
|
|
* new patch (not yet upstream) to make sure
|
|
|
|
rpc.gssd gets signals from dnotify.
|
|
|
|
bnc#406832
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 19 23:42:23 CET 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- sm-notify-no-sync.patch
|
|
|
|
* new upstream patch to avoid sync() in common
|
|
|
|
case of no peers to notify.
|
|
|
|
Important for speeding boot of SLED
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 18 21:43:59 CET 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- nfs-utils.spec: typo in command to install
|
|
|
|
modprobe.d/nfs-utils
|
|
|
|
|
2008-11-17 17:32:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 14 03:19:34 CET 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- nfsserver.init
|
|
|
|
* don't set version if nfsd already running.
|
|
|
|
doing that causes unhelpful error when trying
|
|
|
|
to start nfsserver when it is already running.
|
|
|
|
(bnc#427330)
|
|
|
|
- modprobe.nfs-utils
|
|
|
|
* arrange that when various nfs modules are loaded
|
|
|
|
the relevant values from /etc/sysctl.conf are set
|
|
|
|
(bnc#431306, bnc#443118)
|
|
|
|
|
2008-11-07 15:27:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 7 04:32:51 CET 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- nfs.init
|
|
|
|
* fix typo in handling of "init.d/nfs status"
|
|
|
|
$status should have been $state
|
|
|
|
|
2008-10-13 23:38:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 13 17:58:34 CEST 2008 - mkoenig@suse.de
|
|
|
|
|
|
|
|
- nfs.init:
|
|
|
|
* ensure all daemons get killed on stop (including rpc.statd)
|
|
|
|
* unmount rpc_pipefs
|
|
|
|
* let close_usr do the work before the NFS filesystems get unmounted
|
|
|
|
|
2008-10-13 10:58:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 13 10:35:13 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- fix sysconfig filename for changed fillup call
|
|
|
|
|
2008-10-06 19:04:45 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 6 14:37:33 CEST 2008 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Disable IPv6, completly broken [bnc#431542]
|
|
|
|
|
2008-09-29 18:07:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 29 15:42:26 CEST 2008 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Enable IPv6 [bnc#429853]
|
|
|
|
|
2008-09-26 15:05:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 26 04:01:46 CEST 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- Fix nfs.init to check for portmap or rpcbind properly.
|
|
|
|
Either or both can be installed, but as long as one is
|
|
|
|
running, neither 'start' or 'status' will complain.
|
|
|
|
bnc#428436
|
|
|
|
|
2008-09-24 17:16:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 22 04:20:30 CEST 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- Change nfs.init to do nothing if NFS is not mentioend in /etc/fstab,
|
|
|
|
and sure it is always enabled. bnc#331667
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 22 02:50:41 CEST 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- Improve Description fields in fw-server and fs-client.
|
|
|
|
bnc#424432 bnc#424433
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 16 18:24:18 CEST 2008 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- require libevent-devel on 11.1 or newer
|
|
|
|
|
2008-09-06 00:58:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 3 11:09:34 CEST 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Call mkinitrd_setup during %post and %postun (bnc#413709)
|
|
|
|
|
2008-08-22 01:20:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 18 18:09:11 CEST 2008 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- remove outdated options in the fillup_and_insserv call
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 15 03:11:30 CEST 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- upgrade to nfs-utils-1.1.3
|
|
|
|
- assorted bugfixes including some that we have fixed in our 1.1.2
|
|
|
|
release
|
|
|
|
- some work towards client-side IPv6 support
|
|
|
|
- Remove included patches.
|
|
|
|
- Add patches that are still not upstream
|
|
|
|
They relate to mounting from server which does not listen
|
|
|
|
to UDP for portmap
|
|
|
|
|
2008-07-25 04:07:57 +02:00
|
|
|
-------------------------------------------------------------------
|
2008-08-15 01:10:44 +02:00
|
|
|
Wed Aug 13 13:19:33 CEST 2008 - werner@suse.de
|
|
|
|
|
|
|
|
- Fix boot script and use correct Stop tags
|
|
|
|
- The nfs boot script uses lazy umount and terminates process
|
|
|
|
on shutdown in case of causing busy mounts
|
|
|
|
- The nfs boot script may parse /etc/fstab only once
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-07-25 04:07:57 +02:00
|
|
|
Wed Jul 23 16:42:58 CEST 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Include mkinitrd scriptlets.
|
|
|
|
- Do not install Makefiles for nfs-doc.
|
|
|
|
|
2008-07-16 01:08:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 15 08:33:13 CEST 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- nfs.init - parse /etc/fstab correctly. The first two fields
|
|
|
|
are "what where", not "where what" (bnc#364513)
|
|
|
|
|
2008-06-27 20:49:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 27 17:48:35 CEST 2008 - schwab@suse.de
|
|
|
|
|
|
|
|
- Use autoreconf.
|
|
|
|
|
2008-06-23 04:30:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 6 08:00:21 CEST 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- nfs-utils-1.1.2-start-statd.patch - fix so that statd isn't
|
|
|
|
required with "-o remount" (that causes a problem with
|
|
|
|
nfs-root (bnc#397417)) and isn't required for nfsv4.
|
|
|
|
|
2008-05-16 14:47:01 +02:00
|
|
|
-------------------------------------------------------------------
|
2008-06-03 01:00:09 +02:00
|
|
|
Mon Jun 2 13:20:17 CEST 2008 - lnussel@suse.de
|
|
|
|
|
|
|
|
- fix permissions handling of mount.nfs (bnc#304318)
|
|
|
|
- fix prereqs
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-05-16 14:47:01 +02:00
|
|
|
Wed May 14 23:22:32 CEST 2008 - schwab@suse.de
|
|
|
|
|
|
|
|
- Fix some lost exit status in init scripts.
|
|
|
|
|
2008-05-06 23:34:46 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 6 08:00:18 CEST 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- nfs-utils-1.1.2-start-statd.patch - statd needs to be started
|
|
|
|
when using 'string' options to kernel was well as when using
|
|
|
|
binary options.
|
|
|
|
|
2008-05-05 00:59:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 2 05:22:19 CEST 2008 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- Added SM_NOTIFY_OPTIONS sysconfig - (bnc #379806)
|
|
|
|
- Removed needless rc_status/rc_exit games in nfsserver.init (bnc #380156)
|
|
|
|
- Fixed some sysconfig entries that asked to restart non-existent
|
|
|
|
services (gssd and idmpad have been rolled in to nfs/nfsserver).
|
|
|
|
|
2008-04-09 21:59:13 +02:00
|
|
|
-------------------------------------------------------------------
|
2008-04-12 21:15:20 +02:00
|
|
|
Fri Apr 11 12:08:38 CEST 2008 - jsrain@suse.cz
|
|
|
|
|
|
|
|
- fixed more bugs in port information for SuSEfirewall2 (bnc #373969)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-04-09 21:59:13 +02:00
|
|
|
Wed Apr 9 12:06:23 CEST 2008 - jsrain@suse.cz
|
|
|
|
|
|
|
|
- fixed typo in port information for SuSEfirewall2 (bnc #373969)
|
|
|
|
|
2008-04-01 23:03:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 1 16:12:22 CEST 2008 - mkoenig@suse.de
|
|
|
|
|
|
|
|
- fix path srvinfo.d -> svcinfo.d
|
|
|
|
- remove svcinfo.d dir as it is provided now by filesystem
|
|
|
|
|
2008-03-27 22:28:19 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 27 13:53:20 CET 2008 - mkoenig@suse.de
|
|
|
|
|
|
|
|
- update to version 1.1.2
|
|
|
|
- uses libgssglue instead of libgssapi
|
|
|
|
- remove patch
|
|
|
|
nfs-utils-o_create-mode
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 26 17:11:33 CET 2008 - mkoenig@suse.de
|
|
|
|
|
|
|
|
- add rpcbind support [fate#300607]
|
|
|
|
|
2008-02-28 18:43:29 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 28 18:42:52 CET 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- added gssapi to buildrequires
|
|
|
|
|
2008-02-15 01:35:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 13 21:04:46 CET 2008 - jeffm@suse.com
|
|
|
|
|
|
|
|
- Cleaned up open(O_CREAT) without file permissions.
|
|
|
|
|
2007-12-18 18:53:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 17 23:19:36 CET 2007 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- Fix sed script used to create bind mounts for NFSv4 export
|
|
|
|
(#279665)
|
|
|
|
- Fail nfs.init if portmap is not running. Normally it will be,
|
|
|
|
but if it isn't nfs can fail strangely. (#325763)
|
|
|
|
|
2007-12-17 11:44:13 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 17 02:29:08 CET 2007 - nfbrown@suse.de
|
|
|
|
|
|
|
|
- Add SuSEfirewall2 config files for nfs-client and nfs-kernel-server
|
|
|
|
(#247354)
|
|
|
|
|
2007-11-12 21:56:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 12 12:58:01 CET 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- use navigation icons from latex2html in nfs-utils-doc package
|
|
|
|
(#116355)
|
|
|
|
|
2007-09-14 16:24:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 14 12:22:08 CEST 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- use "--no-nfs-version 4" for nfsd and mountd if
|
|
|
|
NFS4_SUPPORT is set to "no" (#308661)
|
|
|
|
|
2007-09-12 16:57:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 12 15:36:34 CEST 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- drop conflicts with nfs-server (userspace) in nfs-client package
|
|
|
|
showmount has been removed there (#309782)
|
|
|
|
|
2007-07-21 18:05:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 19 16:40:38 CEST 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- added README.NFSv4 (#182775)
|
|
|
|
|
2007-07-18 22:56:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 17 13:32:25 CEST 2007 - meissner@suse.de
|
|
|
|
|
|
|
|
- buildrequire nfsidmap-devel
|
|
|
|
|
2007-06-22 16:22:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 22 15:58:17 CEST 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- added split-provides for nfs-client to get nfs-client installed
|
|
|
|
on update from older versions where this was in aaa_base (#286743)
|
|
|
|
|
2007-06-11 13:05:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 11 11:41:39 CEST 2007 - mkoenig@suse.de
|
|
|
|
|
|
|
|
- add Obsoletes
|
|
|
|
|
2007-06-05 20:06:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 5 16:15:58 CEST 2007 - mkoenig@suse.de
|
|
|
|
|
|
|
|
- update to version 1.1.0:
|
|
|
|
- package mount.nfs, umount.nfs to replace dropped nfs code
|
|
|
|
from util-linux mount.
|
|
|
|
- removed patches:
|
|
|
|
nfs-utils-noroot.patch
|
|
|
|
nfs-utils-gssd-select-ccache.patch
|
|
|
|
nfs-utils-krb5.patch
|
|
|
|
- Package split: nfs-common, nfs-server and nfs-doc
|
|
|
|
- adjust init scripts
|
|
|
|
- remove old Obsoletes/Provides:
|
|
|
|
nfsutils (last used 2001)
|
|
|
|
knfsd (last used 2000)
|
|
|
|
linuxnfs (last used 1999)
|
|
|
|
|
2007-02-27 09:10:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 27 08:52:29 CET 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 1.0.12
|
|
|
|
- Fix -n option to mountd
|
|
|
|
- Document sensitive gids
|
|
|
|
- upstreamed patches deleted:
|
|
|
|
nfs-utils-anon-uid32.patch
|
|
|
|
- added e2fsprogs-devel (for libblkid)
|
|
|
|
- nhfsXXX binaries and manpages have been removed upstream
|
|
|
|
|
2007-01-12 01:31:40 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 11 12:25:25 CET 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- moved omc xml file to /usr/share/omc and removed config tag
|
|
|
|
|
2007-01-08 18:25:13 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 8 18:23:44 CET 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- move srvinfo.d to svcinfo.d (typo in fate entry)
|
|
|
|
- Added handling for NFSv4 bind mounts in init script (#229583)
|
|
|
|
|
2006-12-19 01:34:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 18 18:40:03 CET 2006 - ro@suse.de
|
|
|
|
|
|
|
|
- added nfsserver.xml to /etc/omc/srvinfo.d (fate#301835)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 8 17:49:47 CEST 2006 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 1.0.10
|
|
|
|
remove upstreamed patches:
|
|
|
|
- nfs-utils-1.0.6-anon-exports.patch
|
|
|
|
- export-acl.diff
|
|
|
|
- nfs-utils-1.0.6-dep.patch
|
|
|
|
- nfs-utils-1.0.6-doc.patch
|
|
|
|
- nfs-utils-1.0.7-CITI_NFS4_ALL-2.dif
|
|
|
|
- nfs-utils-1.0.7-destdir.patch
|
|
|
|
- nfs-utils-1.0.7-gssapi.patch
|
|
|
|
- nfs-utils-1.0.7-headtail.patch
|
|
|
|
- nfs-utils-1.0.7-mount_type3.patch
|
|
|
|
- nfs-utils-1.0.7-no_sync_warn_ro.patch
|
|
|
|
- nfs-utils-1.0.7-rpcgen.patch
|
|
|
|
- nfs-utils-1.0.7-strip.patch
|
|
|
|
- nfs-utils-64bigendian.patch
|
|
|
|
- nfs-utils-1.0.6-quota.patch (upstream different)
|
|
|
|
|
|
|
|
partly upstreamed patches:
|
|
|
|
- nfs-utils-1.0.6-anon-uid32.patch
|
|
|
|
- nfs-utils-1.0.7-gssd-select-ccache.patch
|
|
|
|
|
|
|
|
redone patches:
|
|
|
|
- nfs-utils-noroot.patch (was: norootforbuild.diff)
|
|
|
|
- pass -fPIE to configure instead of patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 13 14:33:24 CEST 2006 - aj@suse.de
|
|
|
|
|
|
|
|
- Fix off-by-one error in rpcgen.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 23 15:20:54 CEST 2006 - ro@suse.de
|
|
|
|
|
|
|
|
- find kerberos ticket files even if /tmp on reiser (#187775)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 21 12:13:00 CEST 2006 - ro@suse.de
|
|
|
|
|
|
|
|
- fix /etc/gssapi_mech.conf for lib64 platforms (#186954)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 12 15:26:54 CEST 2006 - ro@suse.de
|
|
|
|
|
|
|
|
- added support for type 3 filehandles to mountd (#182552)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 2 12:39:10 CEST 2006 - ro@suse.de
|
|
|
|
|
|
|
|
- disable v4 support in rcnfsserver if NFS4_SUPPORT is
|
|
|
|
not set to "yes" (#178633)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 2 12:17:25 CEST 2006 - ro@suse.de
|
|
|
|
|
|
|
|
- added fix for 64bit bigendian platforms in gssd (#172605)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 2 09:39:42 CEST 2006 - okir@suse.de
|
|
|
|
|
|
|
|
- gracefully handle repeated "rcidmapd stop" calls (#169087)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 24 14:05:16 CEST 2006 - ro@suse.de
|
|
|
|
|
|
|
|
- nfs-server rc-script: make force-reload do as reload does
|
|
|
|
(#167152)
|
|
|
|
- nfs-server rc-script: reload idmapd if NFSV4 is on (#167016)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 23 12:10:20 CET 2006 - okir@suse.de
|
|
|
|
|
|
|
|
- Make gssd and svcgssd scripts mount rpc_pipefs if not there
|
|
|
|
(#158000) and added "Should-start: krb5kdc" to make sure
|
|
|
|
the KDC is started first if running on the same server (#159980)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 31 11:25:35 CET 2006 - okir@suse.de
|
|
|
|
|
|
|
|
- Load RPCSEC_GSS kernel modules in rcgssd/rcsvcgssd init
|
|
|
|
scripts (#142352)
|
|
|
|
- Enable NFSv4 by default
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 27 02:14:16 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 16:20:23 CET 2006 - ro@suse.de
|
|
|
|
|
|
|
|
- nfsserver rcscript: only mount nfsdfs if not mounted already
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 17 00:32:02 CET 2006 - schwab@suse.de
|
|
|
|
|
|
|
|
- Don't strip binaries.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 19 14:56:53 CET 2005 - mmj@suse.de
|
|
|
|
|
|
|
|
- fix filelist
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 28 16:29:12 CET 2005 - ro@suse.de
|
|
|
|
|
|
|
|
- fix init scripts: in the stop case, a not running service
|
|
|
|
is not an error (#134904)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 14 13:11:15 CET 2005 - ro@suse.de
|
|
|
|
|
|
|
|
- packaging /var/lib/nfs/v4recovery directory (#133502)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 1 11:09:56 CEST 2005 - okir@suse.de
|
|
|
|
|
|
|
|
- packaging /var/lib/nfs/rpc_pipefs directory (#114103)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 25 15:11:35 CEST 2005 - ro@suse.de
|
|
|
|
|
|
|
|
- modify nfs-server script to support uml case (#86624)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 19 14:23:23 CEST 2005 - okir@suse.de
|
|
|
|
|
|
|
|
- added NFS4_SUPPORT and NFS_SECURITY_GSS to sysconfig.nfs
|
|
|
|
- updated the idmapd script so it honors NFS4_SUPPORT
|
|
|
|
- updated gssd script so it honors NFS_SECURITY_GSS
|
|
|
|
- added svcgssd script
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 20 15:48:17 CEST 2005 - ro@suse.de
|
|
|
|
|
|
|
|
- fix in init-script (do not try unmount if not mounted) (#91460)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 6 17:28:03 CEST 2005 - schwab@suse.de
|
|
|
|
|
|
|
|
- Install correct init script.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 3 10:30:01 CEST 2005 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Compile with -fpie/-pie
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 31 13:16:12 CEST 2005 - okir@suse.de
|
|
|
|
|
|
|
|
- Enabled NFSv4 and RPCSEC_GSS support
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 19 14:25:48 CEST 2005 - ro@suse.de
|
|
|
|
|
|
|
|
- do not warn about sync/async for readonly exports (#78369)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 4 01:57:06 CEST 2005 - ro@suse.de
|
|
|
|
|
|
|
|
- make it build with gcc4
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 5 12:54:14 CET 2005 - schwab@suse.de
|
|
|
|
|
|
|
|
- Update to nfs-utils 1.0.7.
|
|
|
|
- Make non-anonymous exports work again.
|
|
|
|
- Use BuildRoot.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 13 14:00:35 CET 2004 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 1.0.7-pre2 (use 1.0.6.2 as package version)
|
|
|
|
- disable gss and nfsv4 for now
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 9 13:10:20 CET 2004 - okir@suse.de
|
|
|
|
|
|
|
|
- make anonymous exports work again (#46918)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 30 12:39:23 CEST 2004 - ro@suse.de
|
|
|
|
|
|
|
|
- added sysconfig variable to allow running mountd on a
|
|
|
|
defined port
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 30 10:30:06 CEST 2004 - okir@suse.de
|
|
|
|
|
|
|
|
- Fix to prevent mountd from crashing on kernel upcalls
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 27 09:48:10 CEST 2004 - okir@suse.de
|
|
|
|
|
|
|
|
- Fix a permission problem after using exportfs -u
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 24 16:03:14 CEST 2004 - ro@suse.de
|
|
|
|
|
|
|
|
- remove "exportfs -au" from rcnfsserver stop
|
|
|
|
(kernel zaps table on last server exit anyway) (#44049)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 24 12:58:14 CEST 2004 - ro@suse.de
|
|
|
|
|
|
|
|
- added patch from okir to use nobody:nogroup again by default
|
|
|
|
for anonymous (#42288)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 22 14:23:11 CEST 2004 - ro@suse.de
|
|
|
|
|
|
|
|
- remove nfslock start script
|
|
|
|
- remove nfslock dependency
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 17 23:11:31 CEST 2004 - ro@suse.de
|
|
|
|
|
|
|
|
- mount nfsd filesystem if possible (#41955)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 31 16:49:06 CEST 2004 - mmj@suse.de
|
|
|
|
|
|
|
|
- Remove unpackaged files
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 31 12:00:01 CEST 2004 - mmj@suse.de
|
|
|
|
|
|
|
|
- Move sm-notify to util-linux [#36737]
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 26 02:07:21 CET 2004 - ro@suse.de
|
|
|
|
|
|
|
|
- remove rpc.statd completely
|
|
|
|
- add sm-notify and call it first in nfslock script (#36737)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 3 12:53:25 CET 2004 - ro@suse.de
|
|
|
|
|
|
|
|
- disable rquotad already in configure
|
|
|
|
(no need to compile it, if we only remove it later)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 20 11:59:52 CET 2004 - okir@suse.de
|
|
|
|
|
|
|
|
- Include patch that allows Sun boxes to mount large files
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 15 09:12:00 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- update to version 1.0.6 to fix a possible segfault in statd
|
|
|
|
- support for 2.6 kernels
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 29 18:47:29 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- fix hed/tail calling syntax (#29644)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 25 11:41:31 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- add restart_on_update/stop_on_removal macros
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 15 15:04:43 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- added sysconfig metadata (#28908)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 5 01:38:42 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- fix compile for rquotad (unused anyway
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 31 14:15:43 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- add support for STATD_HOSTNAME (#28201)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 28 14:20:00 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 1.0.5 and adapt patches
|
|
|
|
- overflow patch already included
|
|
|
|
- part of acl patch already included
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 21 17:04:00 CEST 2003 - agruen@suse.de
|
|
|
|
|
|
|
|
- Switch to officially reserved bit flag for `no_acl' export
|
|
|
|
option: the previous bit was already allocated.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 8 16:00:01 CEST 2003 - agruen@suse.de
|
|
|
|
|
|
|
|
- Add `no_acl' export option, replaces the nfs_permission_mode
|
|
|
|
nfsd module parameter.
|
|
|
|
|
2008-02-15 01:35:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 8 14:33:57 CEST 2003 - okir@suse.de
|
|
|
|
|
|
|
|
- Fixed off-by-one overflow (#27744)
|
|
|
|
|
2006-12-19 01:34:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 12 07:19:59 CEST 2003 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Add /var/lib/nfs to filelist
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 13 00:34:35 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- fix file list
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 28 01:42:47 CET 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 1.0.3
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 8 12:56:27 CET 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- added sysconfig metadata (#22663)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 6 15:07:56 CEST 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- rcnfsserver: moved ypbind to should-start (#18952)
|
|
|
|
- rcnfslock: fixed typo killing daemons on "status" (#19046)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 3 15:05:54 CEST 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- changed nfslock from should-start to required-start in
|
|
|
|
nfsserver rc script (is in the same package anyway)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 26 11:47:10 CEST 2002 - okir@suse.de
|
|
|
|
|
|
|
|
- Fixed minor manpage issue (#18326)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 22 11:18:32 CEST 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- fixed symlink rcnfslock (#18171)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 7 17:14:21 CEST 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- move statd and lockd to their own startscript (#17425)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 1 16:47:34 CEST 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 1.0.1
|
|
|
|
- added prereqs
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 25 10:16:28 CEST 2002 - okir@suse.de
|
|
|
|
|
|
|
|
- Help users who do not configure a domain name: when
|
|
|
|
sending out NSM_NOTIFY strip off .local suffix if
|
|
|
|
present.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 22 07:54:12 PDT 2002 - okir@suse.de
|
|
|
|
|
|
|
|
- partial fix for http://bugzilla.suse.de/show_bug.cgi?id=16957
|
|
|
|
(missing NSM_NOTIFY call when rebooting).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 16 18:41:22 CEST 2002 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Don't source rc.config (#17025)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 14 01:55:23 CEST 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- run suse_update_config
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 26 17:06:41 CET 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- fixed wrong quotes in init-script (#13939)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 6 14:07:06 CET 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- ignore returncodes from killing statd and lockd (#13072)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 6 13:33:08 CET 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- sysconfig/nfs-server -> sysconfig/nfs
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 9 11:44:08 CET 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- removed variable NFS_SERVER (#12742)
|
|
|
|
- moved USE_KERNEL_NFSD_NUMBER to /etc/sysconfig/nfs-server
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 26 15:36:25 CEST 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- up to 0.3.3
|
|
|
|
many fixes to canonicalize hostnames in exports
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 24 15:31:29 CEST 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- removed nfs-version 3 detection in start-script, all kernels
|
|
|
|
that have kernel nfsd support usually do have nfsd-v3 support
|
|
|
|
and detection would require at least a 5 sec wait in the script
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 31 09:53:20 CEST 2001 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Fix path to init script in description [Bug #9494]
|
|
|
|
- Fix comment in runlevel section [Bug #9561]
|
|
|
|
- Make init script LSB conform [Bug #9073]
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 11 18:39:20 CEST 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- lockd only started for 2.2 kernels instead of ignoring error
|
|
|
|
- completed rpc.statd to /sbin move in startscript
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 12 16:30:48 CET 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- move rpc.lockd, rpc.statd to /sbin
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 12 01:39:10 CET 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 0.3.1
|
|
|
|
- ignore lockd error messages
|
|
|
|
- dump filedescriptors before starting kernel threads
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 6 12:33:46 CET 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- renamed package to nfs-utils
|
|
|
|
- Obsoletes and Provides nfsutils
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 12 01:47:05 CET 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- fixed conflicts: nfs-server (#5548)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 11 23:09:27 CET 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- don't fail if lockd can't be started
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 6 00:44:49 PST 2000 - bk@suse.de
|
|
|
|
|
|
|
|
- fix broken symlinks for %{_mandir}/rpc.{nfs,mount,stat}d.8.gz
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 28 10:30:00 CET 2000 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Move new initscript to /etc/init.d
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 12 18:13:48 CEST 2000 - ro@suse.de
|
|
|
|
|
|
|
|
- exports.4 should be exports.5
|
|
|
|
- removed k-prefix
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 12 15:43:43 CEST 2000 - ro@suse.de
|
|
|
|
|
|
|
|
- added exports.4 man-page
|
|
|
|
- up to 0.2.1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 27 11:44:11 CEST 2000 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 0.2
|
|
|
|
- fix for nfsserver.init (check for v3)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 17 15:04:11 CEST 2000 - ro@suse.de
|
|
|
|
|
|
|
|
- ugraded from knfsd to successor package nfs-utils (v.0.1.9.1)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 28 18:31:24 CEST 2000 - bjacke@suse.de
|
|
|
|
|
|
|
|
- fixed checkproc call in init script
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 21 12:05:23 CEST 2000 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Fix missing format string in syslog call (next rpc.statd security
|
|
|
|
problem)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 19 12:03:48 CEST 2000 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Fix problem with NULL h_alias field (rpc.statd security problem)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 22 15:27:47 CEST 2000 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Change conflict from itself to nfsserv
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 18 10:34:13 CEST 2000 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Fix rcnfsserver link
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 15 16:22:26 CEST 2000 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Add rc.config variables and init script from aaa_base
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 16 17:31:37 CET 2000 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Fill out Copyright and Group field
|
|
|
|
- Remove rquotad from file list, it is already in the quota
|
|
|
|
package [Bug 1571]
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 25 15:11:24 CET 2000 - ro@suse.de
|
|
|
|
|
|
|
|
- manpages to /usr/share using macro
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 21 00:26:42 CEST 1999 - ro@suse.de
|
|
|
|
|
|
|
|
- renamed package from linuxnfs to knfsd
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 12 17:56:24 CEST 1999 - garloff@suse.de
|
|
|
|
|
|
|
|
- Fixed filelist (%ghost)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 12 17:27:50 CEST 1999 - garloff@suse.de
|
|
|
|
|
|
|
|
- upgraded to knsfd-1.5.2. Added klockd to file list.
|
|
|
|
Ditto for new /dev/nfsd_netlink.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|
|
|
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 24 19:09:12 MEST 1999 - uli@suse.de
|
|
|
|
|
|
|
|
- added -fsigned-char to CFLAGS (PPC)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 17 19:00:48 MEST 1999 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 1.4.6
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 14 10:27:36 MEST 1999 - kukuk@suse.de
|
|
|
|
|
|
|
|
- update to version 1.4
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 6 15:51:15 MEST 1999 - kukuk@suse.de
|
|
|
|
|
|
|
|
- update to version 1.3.3b
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 16 13:14:54 MET 1999 - ro@suse.de
|
|
|
|
|
|
|
|
- update to version 1.2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 26 11:10:31 MET 1998 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 981122
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 12 18:35:03 MET 1998 - ro@suse.de
|
|
|
|
|
|
|
|
- use lx_hack
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 21 10:30:07 MEST 1998 - ro@suse.de
|
|
|
|
|
|
|
|
- added bugfix for statd (by HJL)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 20 11:16:06 MEST 1998 - ro@suse.de
|
|
|
|
|
|
|
|
- update to knfsd-981014
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 28 11:55:32 MEST 1998 - ro@suse.de
|
|
|
|
|
|
|
|
- initial package / for use a 2.1 kernel with knfsd support is needed
|