search for: regextyp

Displaying 5 results from an estimated 5 matches for "regextyp".

Did you mean: regextype
2009 Sep 28
1
[PATCH node-image] update rwtab entries for /live, /boot, and /var/lib/random-seed
...-- common-blacklist.ks | 2 +- common-post.ks | 5 +++++ 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/common-blacklist.ks b/common-blacklist.ks index 6a03f1f..0dd0332 100644 --- a/common-blacklist.ks +++ b/common-blacklist.ks @@ -89,7 +89,7 @@ find /usr/share/zoneinfo -regextype egrep -type f \ ! -regex ".*/UTC|.*/GMT" -exec $RM {} \; echo "Removing blacklisted files and directories" -blacklist="/boot /etc/alsa /etc/pki /usr/share/hwdata/MonitorsDB \ +blacklist="/etc/alsa /etc/pki /usr/share/hwdata/MonitorsDB \ /usr/share/hwdata/ou...
2010 Feb 02
1
Does Filter use standard regex syntax?
...build a bash/awk set of scripts to manage rsyncd configuration and management but I need some clarification on filter/include/exclude syntax. I'd like to use the 'find' command to scan modules tree for per-dir merge/filter file. Here is an option form find man: ----------------------- -regextype type Changes the regular expression syntax understood by -regex and -iregex tests which occur later on the command line. Currently-implemented types are emacs (this is the default), posix-awk, posix-basic, posix-egrep and posix-extended. ----------------------- Does Filter syntax match one...
2017 Dec 16
7
ot: fail2ban dovecot setup
I'm trying to setup and test fail2ban with dovecot I've installed fail2ban, I've copied config from https://wiki2.dovecot.org/HowTo/Fail2Ban, and, trying to test it, attempted multiple mail access with wrong password, but, get this: # fail2ban-client status dovecot-pop3imap Status for the jail: dovecot-pop3imap |- Filter | |- Currently failed: 0 | |- Total failed: 0 | `- File
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node. Removed tools, these are now in ovirt-node-recipe which is subpackage of ovirt-node.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.