]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- updated to 1.1.0-rc1
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 4 Apr 2007 23:02:00 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nfs-utils-install.patch -> 1.3
    nfs-utils-keytab-path.patch -> 1.2
    nfs-utils-statdpath.patch -> 1.2

nfs-utils-install.patch
nfs-utils-keytab-path.patch
nfs-utils-statdpath.patch

index d9f624acc52b3e11f79cdcb7b80c1abeeee36f16..38430984262ce4a107a3411f962b17731dfe4ac5 100644 (file)
@@ -5,7 +5,7 @@
        mkdir -p $(DESTDIR)$(statedir)/sm $(DESTDIR)$(statedir)/sm.bak
        touch $(DESTDIR)$(statedir)/state
 -      chmod go-rwx $(DESTDIR)$(statedir)/sm $(DESTDIR)$(statedir)/sm.bak $(DESTDIR)$(statedir)/state
--      chown $(statduser) $(DESTDIR)$(statedir)/sm $(DESTDIR)$(statedir)/sm.bak $(DESTDIR)$(statedir)/state
+-      -chown $(statduser) $(DESTDIR)$(statedir)/sm $(DESTDIR)$(statedir)/sm.bak $(DESTDIR)$(statedir)/state
  
  uninstall-hook:
        rm $(DESTDIR)$(statedir)/xtab
index affd75dc9de59d9646a93a0da3529a413240587c..fbbed95765b12e5c61216cc401be6ba1744ccca7 100644 (file)
 --- nfs-utils-1.0.12/utils/gssd/gssd.man~      2007-02-27 05:55:40.000000000 +0100
 +++ nfs-utils-1.0.12/utils/gssd/gssd.man       2007-03-31 01:43:00.543858834 +0200
 @@ -31,7 +31,7 @@
- to use the keys for principals nfs/hostname in
+ to use the keys found in
  .I keytab
- to obtain machine credentials.
+ to obtain "machine credentials".
 -The default value is "/etc/krb5.keytab".
 +The default value is "/var/lib/kerberos/krb5.keytab".
- .\".TP
- .\".B -m
- .\"Ordinarily,
+ Previous versions of
+ .B rpc.gssd
+ used only "nfs/*" keys found within the keytab.
 --- nfs-utils-1.0.12/utils/gssd/svcgssd.c~     2007-02-27 05:55:40.000000000 +0100
 +++ nfs-utils-1.0.12/utils/gssd/svcgssd.c      2007-03-31 01:44:28.936896066 +0200
 @@ -232,7 +232,7 @@
index b2bf871d742d34252a282281912be4d6b2335562..8503d56f3ca4e64c0d8f3e6ad63421d02ba54e9f 100644 (file)
  creates a file in
 -.BR /var/lib/nfs/sm .
 +.BR /var/lib/nfs/statd/sm .
- When starting, it iterates through these files and notifies the
- peer
- .B rpc.statd
+ When starting, it normally runs
+ .B sm-notify
+ to iterate through these files and notify the
+@@ -95,7 +95,7 @@ and
+ .BI "\-P," "" " \-\-state\-directory\-path "  directory
+ specify a directory in which to place statd state information.
+ If this option is not specified the default of 
+-.BR /var/lib/nfs
++.BR /var/lib/nfs/statd
+ is used.
+ .TP
+ .B -N
 @@ -136,11 +136,11 @@ and
  manual pages.
  
  .SH FILES
 -.BR /var/lib/nfs/state
-+.BR /var/lib/nfs/statd/sm/state
++.BR /var/lib/nfs/statd/state
  .br
 -.BR /var/lib/nfs/sm/*
 +.BR /var/lib/nfs/statd/sm/*
This page took 0.041032 seconds and 4 git commands to generate.