Oberon || Compiler & Tools || Library || Module Index || Search Engine


Ulm's Oberon System:
obzap


NAME

obzap - remove module from CDB

SYNOPSIS

obzap [-a authfile] [-b basedir]

DESCRIPTION

obzap removes the source texts and all generated objects of the compiler for the given modules from CDB. Note that single objects may be easily removed using the kill-command in nsh(1). obzap works like ``rm -fr'' and may be useful in case of modules that became obsolete or were renamed.

Following options are supported:

-a authfile
specifies a file containing a persistent object of type Shards.Lid that is to be used for authorization.
-b basedir
defines the base path of the compiler data base (CDB). Default is /pub/cdb/oberon.

ENVIRONMENT

Following environment parameters allow to override the builtin defaults:
CDB_AUTH
default path of the authorization file.
CDB_BASEDIR
default path of CDB within the Oberon name space.

SEE ALSO

cdbd
daemon running CDB.
obload
compiles (if necessary) and loads modules.
obci
check in Oberon sources into CDB.
pons
daemon defining the shared root of the Oberon name space.

Edited by: borchert, last change: 2005/02/05, revision: 1.2, converted to HTML: 2005/02/05

Oberon || Compiler & Tools || Library || Module Index || Search Engine