summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-11-17 21:14:37 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-11-17 21:14:37 +0000
commit89fdcc0e21648290f6a2a0349499354bbc6f1f42 (patch)
treedd7484b99c3c924f686a29ac5d9a039831b8b981 /rules
parente89d2d1011b909215fcede1e7a932a16b21a18d9 (diff)
downloadptxdist-89fdcc0e21648290f6a2a0349499354bbc6f1f42.tar.gz
ptxdist-89fdcc0e21648290f6a2a0349499354bbc6f1f42.tar.xz
using consitent service names
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6341 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/rootfs_inetd.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/rootfs_inetd.inc b/rules/rootfs_inetd.inc
index 0ab0f2c78..f2e3cb177 100644
--- a/rules/rootfs_inetd.inc
+++ b/rules/rootfs_inetd.inc
@@ -79,7 +79,7 @@ else
# add default string to start the cvs server into inetd.conf
@$(call install_replace, rootfs, /etc/inetd.conf, \
@CVSD@, \
- "cvs stream tcp nowait root /usr/bin/cvs cvsd -f @ROOT@ pserver" )
+ "cvspserver stream tcp nowait root /usr/bin/cvs cvsd -f @ROOT@ pserver" )
endif
ifneq ($(PTXCONF_CVS_SERVER_REPOSITORY),"")
# add info about repository's root
@@ -184,7 +184,7 @@ else
# add default string to start the portmap into inetd.conf
@$(call install_replace, rootfs, /etc/inetd.conf, \
@PORTMAPD@, \
- "portmap stream tcp nowait root /sbin/portmap portmap" )
+ "sunrpc stream tcp nowait root /sbin/portmap portmap" )
endif
@$(call install_replace, rootfs, \
/etc/services, \