Ticket #18619: patch-screen-deflogin.diff

File patch-screen-deflogin.diff, 729 bytes (added by raimue (Rainer Müller), 15 years ago)
  • Portfile

     
    1 # $Id$
     1# $Id: Portfile 45786 2009-01-22 02:52:52Z digdog@macports.org #$
    22
    33PortSystem 1.0
    44
     
    5353}
    5454
    5555platform darwin 9 {
     56    post-patch {
     57        reinplace s|^deflogin|#deflogin| ${workpath}/${distname}/etc/etcscreenrc
     58    }
     59
    5660    # These patches are based on http://www.opensource.apple.com/darwinsource/10.5.6/screen-12/patches/
    5761    # The vproc_priv.h is the private header from launchd, used in Apple's 10.5 screen patches
    5862    # We copied the header file from http://launchd.macosforge.org/trac/browser/trunk/launchd/src/vproc_priv.h, r23776