X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fuw-imap;h=326f9cbfd9364827cc3724793316e8b94d265558;hb=166111908c2cff78986972e0d2668feb7ee9d42b;hp=8f10d493c16b3f46b0690c444641b0cf41464a2b;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage5/pkg/uw-imap b/stage5/pkg/uw-imap index 8f10d49..326f9cb 100644 --- a/stage5/pkg/uw-imap +++ b/stage5/pkg/uw-imap @@ -28,9 +28,19 @@ hvbuild() install -m 644 c-client/*.h /usr/lib/uw-imap/include install -m 644 src/osdep/tops-20/shortsym.h /usr/lib/uw-imap/include - # Addition to /etc/inetd.conf - string_add "imaps stream tcp nowait.400 root /usr/bin/imapd imapd" \ - /etc/inetd.conf + # Addition to xinetd + cat > /etc/xinetd.d/imapd << "EOF" +service imap +{ + disable = no + socket_type = stream + protocol = tcp + wait = no + user = root + server = /usr/bin/imapd + log_type = SYSLOG local4 info +} +EOF # Addition to /etc/services string_add "imaps 993/tcp " /etc/services