diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-07-19 12:13:33 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-07-19 12:13:33 +0000 |
commit | 9fa05188f37ddef99bdae5a8bafd1385ee3745ba (patch) | |
tree | 3df701ad14aef45183a90934c368e376f2aadbe8 | |
parent | 54414d0fae76274ae6db11ff5a280631df25cc62 (diff) | |
download | bcfg2-9fa05188f37ddef99bdae5a8bafd1385ee3745ba.tar.gz bcfg2-9fa05188f37ddef99bdae5a8bafd1385ee3745ba.tar.bz2 bcfg2-9fa05188f37ddef99bdae5a8bafd1385ee3745ba.zip |
...
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3492 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | encap/src/encap-profiles/runit-1.7.2.ep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/encap/src/encap-profiles/runit-1.7.2.ep b/encap/src/encap-profiles/runit-1.7.2.ep index 31e9e40b2..66ebcdeb9 100644 --- a/encap/src/encap-profiles/runit-1.7.2.ep +++ b/encap/src/encap-profiles/runit-1.7.2.ep @@ -49,7 +49,7 @@ use_objdir="no" subdir="admin/runit-1.7.2" > -PLATFORM_IF_MATCH(aix|solaris2.6) +PLATFORM_IF_MATCH(aix\|solaris2.6) <patch options="-p0" from_dir="src"><![CDATA[ --- uw_tmp.h1 2007-06-25 01:17:00.000000000 -0400 +++ uw_tmp.h1 2007-06-25 01:17:23.000000000 -0400 @@ -72,7 +72,7 @@ PLATFORM_IF_MATCH(solaris) --- Makefile 2007-07-02 10:09:24.000000000 -0400 +++ Makefile 2007-07-02 10:09:45.000000000 -0400 @@ -6,10 +6,10 @@ - ./check-local $(IT) + ./check-local $(IT) runit: load runit.o unix.a byte.a - ./load runit unix.a byte.a -static @@ -83,7 +83,7 @@ PLATFORM_IF_MATCH(solaris) + ./load runit-init unix.a byte.a runsv: load runsv.o unix.a byte.a time.a - ./load runsv unix.a byte.a time.a + ./load runsv unix.a byte.a time.a ]]></patch> PLATFORM_ELSE PLATFORM_ENDIF |