Re: socklog-1.5.0 fails test on freebsd-stable
"Clemens Fischer" <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
* Gerrit Pape: > Why does the process continue here after package/check has failed? > package/install should abort and package/upgrade should not be run. Did > you install the package with package/install? this is what i did: pd /package/ tart /dl/socklog-1.5.0.tar.gz tarx /dl/socklog-1.5.0.tar.gz pd admin/socklog-1.5.0/ sh package/install ll .. sh package/install-man ccp ../socklog-1.4.2/Readme . the last command lets me keep a cummulative log of previous installs. it's used to remind me of operations neccessary at a glance. ah! i see your invocation line of package/check is '#!/bin/sh -e'. i should have used that `-e' option, which explains the failure. clemens