Changeset e06b224


Ignore:
Timestamp:
Oct 1, 2007 10:34:33 AM (17 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
637adfa
Parents:
5479c80
Message:

run the startcmd you idiot (meaning me)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/make_hosts

    r5479c80 re06b224  
    77cat $1 >> /tmp/hosts
    88cp /tmp/hosts /etc/hosts && rm /tmp/hosts
     9
     10
     11if [ ! -z "$2" ]; then
     12        su -l "$2" -c "$3"
     13fi
Note: See TracChangeset for help on using the changeset viewer.