summaryrefslogtreecommitdiff
path: root/debian/remctl-server.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/remctl-server.postinst')
-rwxr-xr-xdebian/remctl-server.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/remctl-server.postinst b/debian/remctl-server.postinst
index a0cc824..79b0dff 100755
--- a/debian/remctl-server.postinst
+++ b/debian/remctl-server.postinst
@@ -7,7 +7,7 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then
# Only try to add the inetd line on an initial installation.
if [ -z "$2" ] || [ x"$2" = x"<unknown>" ] ; then
update-inetd --add \
- '4373\t\tstream\ttcp\tnowait\troot\t/usr/sbin/tcpd /usr/sbin/remctld'
+ 'remctl\t\tstream\ttcp\tnowait\troot\t/usr/sbin/tcpd /usr/sbin/remctld'
fi
fi