==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=7443

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #6 from Unnilennium <[email protected]> ---
I fear the problem is somewhere in the spec file, as db might be removed
following update 

db conf should be moved to etc e-smith db  configuration defaults 

 :

%post
# Variables
SRVNAME=$(/sbin/e-smith/db configuration get SystemName)

# Creating and starting service
ln -f -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S98popfile
/sbin/e-smith/db configuration set popfile service status enabled
/sbin/e-smith/signal-event remoteaccess-update
service popfile start

echo " "
echo
"-------------------------------------------------------------------------------"
echo "POPFile Installation finished."
echo "Please go to http://$SRVNAME:7676 and protect access with a password!"
echo " "
echo "To use POPFile, you must configure your mail clients to use the new POP3
proxy."^M
echo "Configuration to be modified is:"^M
echo "   - POP3 server: $SRVNAME"^M
echo "   - Login      : $SRVNAME:your-sme-login"^M
echo "   - POP3 Port  : 1100"
echo
"-------------------------------------------------------------------------------"

%preun
# Deleting and unregistering service
service popfile stop
sleep 3
rm -f /etc/rc7.d/S98popfile
rm -f /etc/rc.d/init.d/popfile
/sbin/e-smith/config delete popfile
/sbin/e-smith/signal-event remoteaccess-update

# Removing install directory
rm -rf /opt/popfile

%postun

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to