OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Markus Friedl (markuscvs.openbsd.org)
Date: Thu Mar 22 2001 - 09:16:45 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: markuscvs.openbsd.org 2001/03/22 08:16:45

    Modified files:
            sbin/isakmpd : Makefile

    Log message:
    BSD/OS make treats ${A:S/a/x/} like ${A:S/a/x/1}, so we use ${A:S/a/x/g}.
    this works on both systems (for this special case).