Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159492 Details for
Bug 248668
initng: portmap is obsolete in f7, should be using rpcbind
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
A diff that applies to /etc/initng/ directory to replace portmap with rpcbind, (please CHECK!!)
etc_initng_portmap.diff (text/plain), 3.96 KB, created by
Pierre Marc Dumuid
on 2007-07-18 03:18:41 UTC
(
hide
)
Description:
A diff that applies to /etc/initng/ directory to replace portmap with rpcbind, (please CHECK!!)
Filename:
MIME Type:
Creator:
Pierre Marc Dumuid
Created:
2007-07-18 03:18:41 UTC
Size:
3.96 KB
patch
obsolete
>diff --git a/daemon/famd.i b/daemon/famd.i >index 6f13b3f..8af8a5b 100644 >--- a/daemon/famd.i >+++ b/daemon/famd.i >@@ -7,6 +7,6 @@ > > daemon daemon/famd { > need = system/bootmisc virtual/net/lo; >- use = daemon/portmap; >+ use = daemon/rpcbind; > exec daemon = /usr/sbin/famd -T 0 -f -c /etc/fam.conf; > } >diff --git a/daemon/gssd.i b/daemon/gssd.i >index e696cc9..2ea4181 100644 >--- a/daemon/gssd.i >+++ b/daemon/gssd.i >@@ -6,6 +6,6 @@ > # WWW: > > daemon daemon/gssd { >- need = system/initial daemon/portmap virtual/net; >+ need = system/initial daemon/rpcbind virtual/net; > exec daemon = /usr/sbin/rpc.gssd -f; > } >diff --git a/daemon/idmapd.i b/daemon/idmapd.i >index f8d46c4..bd176be 100644 >--- a/daemon/idmapd.i >+++ b/daemon/idmapd.i >@@ -6,6 +6,6 @@ > # WWW: > > daemon daemon/idmapd { >- need = system/initial daemon/portmap virtual/net; >+ need = system/initial daemon/rpcbind virtual/net; > exec daemon = /usr/sbin/rpc.idmapd -f; > } >diff --git a/daemon/mountd.i b/daemon/mountd.i >index 5437428..2baa47c 100644 >--- a/daemon/mountd.i >+++ b/daemon/mountd.i >@@ -6,7 +6,7 @@ > # WWW: > > daemon daemon/mountd { >- need = system/initial daemon/portmap virtual/net; >+ need = system/initial daemon/rpcbind virtual/net; > exec daemon = /usr/sbin/rpc.mountd -F; > daemon_stops_badly; > } >diff --git a/daemon/nfsd.i b/daemon/nfsd.i >index 08663ad..f2f126c 100644 >--- a/daemon/nfsd.i >+++ b/daemon/nfsd.i >@@ -6,7 +6,7 @@ > # WWW: > > daemon daemon/nfsd { >- need = system/initial daemon/portmap; >+ need = system/initial daemon/rpcbind; > pid_of = rpc.nfsd; > env_file = /etc/sysconfig/nfs; > exec daemon = /usr/sbin/rpc.nfsd ${RPCNFSDARGS} ${RPCNFSDCOUNT}; >diff --git a/daemon/portmap.i b/daemon/rpcbind.i >similarity index 52% >rename from daemon/portmap.i >rename to daemon/rpcbind.i >index de426f3..6046e79 100644 >--- a/daemon/portmap.i >+++ b/daemon/rpcbind.i >@@ -5,11 +5,11 @@ > # DESCRIPTION: > # WWW: > >-daemon daemon/portmap { >+daemon daemon/rpcbind { > need = system/bootmisc virtual/net; > forks; >- pid_of = portmap; >- env PORTMAP_OPTS=; >- env_file = /etc/conf.d/portmap; >- exec daemon = /sbin/portmap -d ${PORTMAP_OPTS}; >+ pid_of = rpcbind; >+ env RPCBIND_ARGS=; >+ env_file = /etc/sysconfig/rpcbind; >+ exec daemon = /sbin/rpcbind ${RPCBIND_ARGS}; > } >diff --git a/daemon/rquotad.i b/daemon/rquotad.i >index a55c596..833e06d 100644 >--- a/daemon/rquotad.i >+++ b/daemon/rquotad.i >@@ -6,6 +6,6 @@ > # WWW: > > daemon daemon/rquotad { >- need = system/initial daemon/portmap virtual/net; >+ need = system/initial daemon/rpcbind virtual/net; > exec daemon = /usr/sbin/rpc.rquotad -f; > } >diff --git a/daemon/statd.i b/daemon/statd.i >index 30137c9..1c43364 100644 >--- a/daemon/statd.i >+++ b/daemon/statd.i >@@ -6,6 +6,6 @@ > # WWW: > > daemon daemon/statd { >- need = system/initial daemon/portmap virtual/net; >+ need = system/initial daemon/rpcbind virtual/net; > exec daemon = /usr/sbin/rpc.statd -F; > } >diff --git a/daemon/svcgssd.i b/daemon/svcgssd.i >index 8d0bb0b..35cd66a 100644 >--- a/daemon/svcgssd.i >+++ b/daemon/svcgssd.i >@@ -6,6 +6,6 @@ > # WWW: > > daemon daemon/svcgssd { >- need = system/initial daemon/portmap; >+ need = system/initial daemon/rpcbind; > exec daemon = /usr/sbin/rpc.svcgssd -f; > } >diff --git a/runlevel/default.runlevel b/runlevel/default.runlevel >index 4d2d831..c15512e 100644 >--- a/runlevel/default.runlevel >+++ b/runlevel/default.runlevel >@@ -2,12 +2,15 @@ daemon/acpid > daemon/dbus > daemon/dcron > daemon/hald >+daemon/sshd >+daemon/xfs > daemon/kdm > daemon/klogd >-daemon/portmap >+#daemon/rpcbind > daemon/syslogd > net/eth0 > runlevel/system > service/alsasound > service/alsasound/cards > service/alsasound/mixerstate >+daemon/httpd >\ No newline at end of file >diff --git a/system/mountfs.i b/system/mountfs.i >index 4f16f95..0a7f5d9 100644 >--- a/system/mountfs.i >+++ b/system/mountfs.i >@@ -60,7 +60,7 @@ service system/mountfs/home { > > service system/mountfs/network { > need = system/initial system/mountfs/essential virtual/net; >- use = daemon/portmap; >+ use = daemon/rpcbind; > never_kill; > env NET_FS = afs,cifs,coda,davfs,gfs,ncpfs,nfs,nfs4,ocfs2,shfs,smbfs; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248668
: 159492