summaryrefslogtreecommitdiffstats
path: root/rules/fam.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-08 21:12:08 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-08 21:12:08 +0000
commit13728b930228e44276eb6483727005bee0ccb749 (patch)
tree877ba86c87235600315ccb5587b512d7ad4c9c50 /rules/fam.in
parent091c82530b51d9f244a5b15ca7a0ea53292c019f (diff)
downloadptxdist-13728b930228e44276eb6483727005bee0ccb749.tar.gz
ptxdist-13728b930228e44276eb6483727005bee0ccb749.tar.xz
remove inetd.conf leftovers
Remove the remaining traces of the old inetd.conf method. We use postinst-generation of /etc/inetd.conf now. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10645 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/fam.in')
-rw-r--r--rules/fam.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/rules/fam.in b/rules/fam.in
index 48e5ae624..ee515765f 100644
--- a/rules/fam.in
+++ b/rules/fam.in
@@ -48,9 +48,11 @@ choice
bool
prompt "inetd driven"
help
- This installs a startup configuration for famd from inetd. It adds to
- the /etc/inetd.conf a line like this:
- sgi_fam/1-2 stream rpc/tcp wait root /usr/sbin/famd famd -c /etc/fam.conf
+ Install a inetd rule for famd. This option adds the following line
+ to /etc/inetd.conf.d/fam:
+
+ sgi_fam/1-2 stream rpc/tcp wait root /usr/sbin/famd famd -c /etc/fam.conf
+
Note: You must enable one of the two possible inet daemons: There is
one embedded in busybox and one in packet inetutils.