[csw-devel] SF.net SVN: gar:[12013] csw/mgar/pkg/exim/branches/dir-loc-fixes/files/ CSWexim.postremove

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Dec 18 21:55:51 CET 2010


Revision: 12013
          http://gar.svn.sourceforge.net/gar/?rev=12013&view=rev
Author:   bdwalton
Date:     2010-12-18 20:55:51 +0000 (Sat, 18 Dec 2010)

Log Message:
-----------
exim/dir-loc-fixes: small streamline of postremove script

Modified Paths:
--------------
    csw/mgar/pkg/exim/branches/dir-loc-fixes/files/CSWexim.postremove

Modified: csw/mgar/pkg/exim/branches/dir-loc-fixes/files/CSWexim.postremove
===================================================================
--- csw/mgar/pkg/exim/branches/dir-loc-fixes/files/CSWexim.postremove	2010-12-18 20:50:40 UTC (rev 12012)
+++ csw/mgar/pkg/exim/branches/dir-loc-fixes/files/CSWexim.postremove	2010-12-18 20:55:51 UTC (rev 12013)
@@ -8,12 +8,7 @@
   mount | grep '^/usr ' | grep 'read only' >/dev/null
 }
 
-# in Solaris 8 it's in /usr/bin; in Solaris 9 in /usr/sbin 
-if [ -r "$PKG_INSTALL_ROOT/usr/bin/newaliases" ]; then
-  NEWALIASES="$PKG_INSTALL_ROOT/usr/bin/newaliases"
-elif [ -r "$PKG_INSTALL_ROOT/usr/sbin/newaliases" ]; then
-  NEWALIASES="$PKG_INSTALL_ROOT/usr/sbin/newaliases"
-fi
+NEWALIASES="$PKG_INSTALL_ROOT/usr/sbin/newaliases"
 
 if [ "$SENDMAIL_ACTION" = "replace" ]; then
   is_usr_readonly


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list