Displaying 6 results from an estimated 6 matches for "ignore_file".
2012 Dec 10
2
freebsd-update mergemaster options
...installing world, but for this box I'd really like not to.
Ask
$ cat /etc/mergemaster.rc
# Automatically install files that do not exist
AUTO_INSTALL='yes'
# Automatically upgrade files that have not been edited
AUTO_UPGRADE='yes'
# Ignore files that I don't want changed
IGNORE_FILES='/etc/motd'
# Do not display changes that only affect whitespace
DIFF_FLAG="'.Bub'"
# Ignore CVS id lines to stop replacing files where only that line has changed
DIFF_OPTIONS='-I$FreeBSD:.*[$]'
2006 Mar 16
1
Re: rcov 0.2.0 - code coverage tool for Ruby
...ormation, screenshots... available at
> > > >
> > > > http://eigenclass.org/hiki.rb?rcov
> > >
> > > Fabulous!
> > >
> > > I would like to get coverage for my test cases too. Could this be
> > > accomodated (without tweaking @ignore_files in the source)?
> >
> > It will be possible in the next release; in the meantime, could you use the
> > following patch?
>
> I am doing, and it looks good.
>
> Thank you!
> dave
>
> --
> http://david.holroyd.me.uk/
>
>
Just want to join the chorus o...
2008 Jan 13
10
.html.erb files and autotest
When I work with a .html.erb file, the autotest rspec on rails stuff doesn''t
understand the file to map it to the right test. I wanted to submit a patch
for this, but I''m unsure where the specs would be to update. I found the
necessary mapping in rspec_autotest.rb, but I can''t find any specs anywhere.
Help?
I just need to have
/app/views/coupon/index.html.erb to map to
1998 May 27
0
Updated: Sentry Port Scan Detector 0.60
...treats them as if they are
# actual bound daemons.
#
# Default TCP ident service
ADVANCED_EXCLUDE_TCP="113"
# Default UDP route (RIP) broadcasts and NetBIOS
ADVANCED_EXCLUDE_UDP="520,137"
######################
# Configuration Files#
######################
#
# Hosts to ignore
IGNORE_FILE="/usr/local/abacus/sentry.ignore"
# Hosts that have been denied (running history)
HISTORY_FILE="/usr/local/abacus/sentry.history"
# Hosts that have been denied this session only (temporary until next restart)
BLOCKED_FILE="/usr/local/abacus/sentry.blocked"
###########...
2023 Apr 04
5
[RFC PATCH 0/5] fstests specific MAINTAINERS file
I think I might be mad to include that many mailing lists in this patchset...
As I explained in [PATCH 1/5], fstests covers more and more fs testing
thing, so we always get help from fs specific mailing list, due to they
learn about their features and bugs more. Besides that, some folks help
to review patches (relevant with them) more often. So I'd like to bring
in the similar way of
1997 Dec 05
3
New Program: Abacus Sentry - Port Scan Detector
...72,32773,32774"
#
# Use these for just bare-bones
#TCP_PORTS="1,11,15,143,540,2000,6000,32771,32772,32773,32774"
#UDP_PORTS="1,7,9,69,161,162,513,640,700,32770,32771,32772,32773,32774"
######################
# Configuration Files#
######################
#
# Hosts to ignore
IGNORE_FILE="/usr/local/abacus/abacus_sentry.ignore"
# Hosts that have been denied
BLOCKED_FILE="/usr/local/abacus/abacus_sentry.blocked"
###################
# Response Options#
###################
# Options to dispose of attacker. Each is an action that will
# be run if an attack is detec...