Unix and Linux Discussions Tagged with compile |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
25,923 |
Shell Programming and Scripting |
|
|
|
1 |
13,432 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
7,047 |
Shell Programming and Scripting |
|
|
|
1 |
6,519 |
Programming |
|
|
|
1 |
10,489 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
12,739 |
Solaris |
|
|
|
14 |
6,461 |
Programming |
|
|
|
1 |
6,466 |
UNIX for Beginners Questions & Answers |
|
|
|
11 |
7,270 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,002 |
Programming |
|
|
|
1 |
35,739 |
Shell Programming and Scripting |
|
|
|
0 |
7,496 |
AIX |
|
|
|
4 |
10,120 |
Slackware |
|
|
|
10 |
7,973 |
Solaris |
|
|
|
1 |
7,219 |
Red Hat |
|
|
|
1 |
6,372 |
OS X (Apple) |
|
|
|
0 |
12,613 |
Solaris |
|
|
|
17 |
31,253 |
Solaris |
|
|
|
0 |
6,376 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,321 |
Solaris |
|
|
|
1 |
5,640 |
Linux |
|
|
|
0 |
3,157 |
Ubuntu |
|
|
|
2 |
3,495 |
Programming |
|
|
|
2 |
5,125 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
5,482 |
OS X (Apple) |
|
|
|
17 |
13,715 |
Solaris |
|
|
|
5 |
49,833 |
Shell Programming and Scripting |
|
|
|
4 |
6,202 |
Programming |
|
|
|
5 |
15,413 |
Ubuntu |
|
|
|
1 |
3,461 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,083 |
Solaris |
|
|
|
1 |
6,789 |
UNIX and Linux Applications |
|
|
|
1 |
9,713 |
Shell Programming and Scripting |
|
|
|
1 |
5,724 |
Linux |
|
|
|
0 |
7,133 |
Programming |
|
|
|
0 |
4,110 |
Programming |
|
|
|
5 |
8,489 |
Programming |
|
|
|
2 |
5,222 |
Shell Programming and Scripting |
|
|
|
2 |
7,400 |
AIX |
|
|
|
0 |
1,309 |
Software Releases - RSS News |
NET-COMPILE(8) System Manager's Manual NET-COMPILE(8)
NAME
netscript-compile - netscript ipfilter-defs compile back end.
SYNOPSIS
netcript-compile [ -fhq ] [ -b max-backup-level ]
DESCRIPTION
This manual page documents briefly the netscript-compile command from the netscript router/firewall network configuration package.
This command is the back end to the netscript compile command documented in netscript(8) manpage. See ipfilter-defs(5) for the details on
the definitions files in /etc/netscript/ipfilter-defs.
By default it checks to see if the relevant files in the /etc/netscript/ipfilter-defs directory have been updated by comparing their modi-
fication times to that of /etc/netscript/ipfilter-defs.conf, and if updating is needed, it recompiles and re-creates the file. Up to max-
backup-levels of history are kept of previously compiled /etc/netscript/ipfilter-defs.conf files, with a numeric extention in order of
increasing age.
OPTIONS
-b max-backup-level
Sets the maximum level of backups kept of previously compiled files. This defaults to 2 (see /etc/netscript/netscript-com-
pile.conf), and it is also used by the netscript(8) compile command.
-f Force compile even though compile file is up to date with definitions. The testing depends on the modification times of the defini-
tion file inodes in the file system.
-h
Show a summary of options.
-q Quiet compile. This option suppresses informational progress messages.
FILES
/etc/netscript/ipfilter-defs.conf,
/etc/netscript/ipfilter-defs-compiled.conf,
/etc/netscript/ipfilter-defs directory.
SEE ALSO
ipfilter-defs(5), netscript(8).
AUTHOR
This manual page was written by Matthew Grant <grantma@anathoth.gen.nz>, for the Debian GNU/Linux system (but may be used by others).
BUGS
I wrote this manpage when I was not half asleep...
March 25, 2003 NET-COMPILE(8)