Skip to content

Commit

Permalink
dsadm is now imgadm
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinDMC committed Jun 29, 2012
1 parent 4a8f0e0 commit cb0c5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/svc/method/fs-joyent
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ if [ $? -ne 0 ]; then
fi
fi

if [[ ! -f /var/db/dsadm/sources.list ]]; then
mkdir -p /var/db/dsadm && cp /usr/ds/etc/sources.list.sample /var/db/dsadm/sources.list
if [[ ! -f /var/db/imgadm/sources.list ]]; then
mkdir -p /var/db/imgadm && cp /usr/img/etc/sources.list.sample /var/db/imgadm/sources.list
fi

# The rest only applies to the headnode
Expand Down

0 comments on commit cb0c5c3

Please sign in to comment.