Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

configdump(1p) [linux man page]

CONFIGDUMP(1p)						User Contributed Perl Documentation					    CONFIGDUMP(1p)

NAME
configdump - Interchange configuration dumper SYNOPSIS
configdump catalog VERSION
1.0 DESCRIPTION
"configdump" writes the configuration directives for the given catalog to standard output. This includes the default settings too. SEE ALSO
dump(1), makecat(1), interchange(1) LICENSE
Interchange comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute and modify it under the terms of the GNU General Public License. COPYRIGHT
Copyright 2002-2005, Interchange Development Group. Copyright 1999-2002, Stefan Hornburg. All rights reserved except as in the license. AUTHOR
Stefan Hornburg, <racke@linuxia.de> perl v5.14.2 2012-01-23 CONFIGDUMP(1p)

Check Out this Related Man Page

EXPIRE(1p)                                              User Contributed Perl Documentation                                             EXPIRE(1p)

NAME
expire -- expire Interchange session files and databases VERSION
1.1 SYNOPSIS
expire [-ra] [-e expr] [-c catalog] [-d dir] [sessiondb] DESCRIPTION
Interchange's "expire" expires the various session database and temporary files used by the Interchange daemon. If the program "tmpwatch" is available, it is called with the appropriate arguments. Otherwise, Interchange will remove all files itself with a recursive routine. OPTIONS
-c name Expires the catalog "name" according to its settings. Removes all temporary files that are in a subdirectory one level below the directory itself. -d dir Sets the directory that will be checked for session files and/or temporary files. -e spec Accepts a Interchange expire time setting like "6 hours", "3 days", etc. The expire time is applied directly to sessions, and may be padded for temporary files. SEE ALSO
expireall(1), http://www.icdevgroup.org/ AUTHOR
Mike Heins perl v5.14.2 2012-01-23 EXPIRE(1p)
Man Page