Skip to content

Commit

Permalink
Merge pull request #28 from kobliha/SLE-12-GA
Browse files Browse the repository at this point in the history
Removed obsolete service (nfsboot) handling
  • Loading branch information
kobliha committed Nov 7, 2014
2 parents 5e67076 + f879ab3 commit 3e43bdc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions package/yast2-nfs-client.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 7 17:00:31 CET 2014 - locilka@suse.com

- Removed obsolete service (nfsboot) handling (bnc#867766)
- 3.1.9.1

-------------------------------------------------------------------
Thu Sep 4 12:23:22 UTC 2014 - mvidner@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-nfs-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-nfs-client
Version: 3.1.9
Version: 3.1.9.1
Release: 0
Url: https://github.com/yast/yast-nfs-client

Expand Down
3 changes: 0 additions & 3 deletions src/modules/Nfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,6 @@ def WriteOnly
if Builtins.size(@nfs_entries) != 0
Service.Enable(@portmapper)
Service.Enable("nfs")
# #36737: it just runs sm_notify at boot time
# replaces rpc.statd
Service.Enable("nfsboot")
end

if @nfs4_enabled == true
Expand Down
1 change: 0 additions & 1 deletion testsuite/tests/readwrite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def main
"runlevel" => {
"portmap" => @service_on,
"nfs" => @service_on,
"nfsboot" => @service_off,
"network" => @service_off,
"networkmanager" => @service_on
},
Expand Down

0 comments on commit 3e43bdc

Please sign in to comment.