diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-04 22:29:29 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-04 22:29:29 +0000 |
| commit | 2a1722100b03067ae774395768c0c16ce37d8308 (patch) | |
| tree | 3017d35b26a342938e5740cbf05a930211980e4f /sysutils/fileschanged/files/patch-opts.c | |
| parent | Update to 0.03 (diff) | |
- Update to 0.6.5
Notes
Notes:
svn path=/head/; revision=192776
Diffstat (limited to '')
| -rw-r--r-- | sysutils/fileschanged/files/patch-opts.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/fileschanged/files/patch-opts.c b/sysutils/fileschanged/files/patch-opts.c deleted file mode 100644 index f2ee24633b09..000000000000 --- a/sysutils/fileschanged/files/patch-opts.c +++ /dev/null @@ -1,28 +0,0 @@ ---- src/opts.c.orig Mon Feb 23 01:17:30 2004 -+++ src/opts.c Sun May 23 17:52:10 2004 -@@ -19,6 +19,7 @@ - const char filelist_option_explanation[]="Monitor the list of filenames inside FILE"; - const char filechangetimeout_option_explanation[]="Delay showing changed files for N seconds (Def=2)"; - const char showaction_option_explanation[]="Also display action when displaying altered files"; -+const char execcmd_option_explanation[]="Execute COMMAND when file altered (COMMAND action filename)"; - - struct arguments_t arguments; - static struct argp_option options[] = -@@ -34,6 +35,7 @@ - {"filelist", 'l',"FILENAME",0, filelist_option_explanation, 3}, - {"timeout", 't',"N",0, filechangetimeout_option_explanation, 4}, - {"prepend-action", 'p',0,0, showaction_option_explanation, 5}, -+ {"execcmd", 'x',"COMMAND",0, execcmd_option_explanation, 6}, - { 0 } - }; - -@@ -93,6 +95,9 @@ - arguments->fileschanged.filechangetimeout=atoi(arg); - if (arguments->fileschanged.filechangetimeout<=1) - arguments->fileschanged.filechangetimeout=-1; -+ break; -+ case 'x': -+ arguments->fileschanged.exec_command=strdup(arg); - break; - case ARGP_KEY_INIT: - free_arguments(); |
