Actions
Bug #5614
closedrpcbind(1m): Registered services are saved to /var/run/daemon
Start date:
2015-02-13
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The rpcbind(1m) specifies that the information about the registered RPC services is stored in /var/run/portmap.file and /var/run/rpcbind.file files. This is not true, both files are in /var/run/daemon directory instead:
# find /var/run -name "*.file" -ls 427969826 4 -rw------- 1 daemon daemon 852 feb 13 08:43 /var/run/daemon/rpcbind.file 429828441 4 -rw------- 1 daemon daemon 124 feb 13 08:43 /var/run/daemon/portmap.file #
Updated by Electric Monk over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit e32019a621e42d2ff484adc1c4b4420a115b6b72
commit e32019a621e42d2ff484adc1c4b4420a115b6b72 Author: Marcel Telka <marcel.telka@nexenta.com> Date: 2015-02-19T20:07:11.000Z 5614 rpcbind(1m): Registered services are saved to /var/run/daemon Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions