~ubuntu-branches/ubuntu/hoary/postfix/hoary-security

« back to all changes in this revision

Viewing changes to auxiliary/MacOSX/repair-oldsetup

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-10-06 11:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20041006115033-ooo6yfg6kmoteu04
Tags: upstream-2.1.3
ImportĀ upstreamĀ versionĀ 2.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
if [ -d /System/Library/DisabledStartupItems/Sendmail ]
 
4
then
 
5
        mv /System/Library/DisabledStartupItems/Sendmail /System/Library/StartupItems
 
6
        rmdir /System/Library/DisabledStartupItems/Sendmail
 
7
        rm -rf /System/Library/StartupItems/Postfix
 
8
fi