Filewatcher File Search
FTP Search
  
Directory (beta)
  
Content Search (beta)
   
pkg://ssmtp_2.50.6.1_m68k.deb:25870/preinst  info  downloads

#!/bin/sh -e
#
# $Id: preinst,v 1.4 2001/03/21 20:29:27 matt Exp $
#

if test -s /etc/ssmtp.conf
then
	echo "Configuration files found in /etc, moving them to /etc/ssmtp"

	mkdir /etc/ssmtp 2>/dev/null || true
	mv -f /etc/ssmtp.conf /etc/ssmtp 2>/dev/null || true

fi

if test -s /etc/revaliases
then
	mkdir /etc/ssmtp 2>/dev/null || true
	mv -f /etc/revaliases /etc/ssmtp 2>/dev/null || true
fi

# Program End
exit 0
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2008 IT MARUHN