#!/bin/sh

# populate the registry with the initial services
for i in /etc/likewise/*reg; do /opt/likewise/bin/lwregshell import $i; done;

