Hi,
I have discovered a bug in one of the Solaris packaging scripts. This
bug kills
inetd on removal of LPRng (pkgrm LPRng).
Fix:
File: postremove.solaris.sh
============================ CUT HERE ==================
--- postremove.solaris.sh.orig Tue Oct 17 09:38:18 2000
+++ postremove.solaris.sh Tue Oct 17 09:38:29 2000
@@ -5,7 +5,7 @@
if [ -z "${PKG_INSTALL_ROOT}" ]; then
# Send hup signal to inetd
echo "Sending inetd SIGHUP"
- kill -INT `ps ${PSHOWALL} | awk '/inetd/{ print $1;}'` >/dev/null
2>&1
+ kill -HUP `ps ${PSHOWALL} | awk '/inetd/{ print $1;}'` >/dev/null
2>&1
echo "Sent inetd SIGHUP"
fi
#
============================ CUT HERE ==================
Greetings
Thomas Vogt
Firmengruppe Dr. G�ldener
-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body. For the impatient,
to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED]
with: | example:
subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------