diff options
author | sobomax <sobomax@FreeBSD.org> | 2006-08-15 02:17:42 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2006-08-15 02:17:42 +0800 |
commit | 31eb8d8ced4054f5abd3ba9534afa2c3ddbbf827 (patch) | |
tree | 67277c4d1113b64ac735ee1abef8455b1354aa81 /misc/zaptel | |
parent | ff7f7925d69ca37b87f31d63b6da9c4bbee89daf (diff) | |
download | freebsd-ports-gnome-31eb8d8ced4054f5abd3ba9534afa2c3ddbbf827.tar.gz freebsd-ports-gnome-31eb8d8ced4054f5abd3ba9534afa2c3ddbbf827.tar.zst freebsd-ports-gnome-31eb8d8ced4054f5abd3ba9534afa2c3ddbbf827.zip |
Don't forget to run ztcfg.
Diffstat (limited to 'misc/zaptel')
-rw-r--r-- | misc/zaptel/files/zaptel.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/zaptel/files/zaptel.in b/misc/zaptel/files/zaptel.in index 1857078ff0f3..409af4b68a86 100644 --- a/misc/zaptel/files/zaptel.in +++ b/misc/zaptel/files/zaptel.in @@ -30,8 +30,9 @@ zaptel_start() echo -n " ${name}" for kmod in ${kmod_load} do - kldload ${kmod_dir}/${kmod} + kldload ${kmod_dir}/${kmod} || exit 1 done + %%PREFIX%%/bin/ztcfg } zaptel_stop() |