]> git.pld-linux.org Git - packages/aide.git/blame - aide-flex_fix.patch
- updated to 0.10 (many changes)
[packages/aide.git] / aide-flex_fix.patch
CommitLineData
c6b172a4
PG
1--- ./src/conf_yacc.y.original Mon Jul 22 12:36:47 2002
2+++ ./src/conf_yacc.y Mon Jul 22 12:38:56 2002
3@@ -180,7 +180,7 @@
4 conferror("Error in expression");
5 YYABORT;
6 }
7- }
8+ };
9
10 other : TRIGHTS { $$ =$1 ;} | TUSER {$$ =$1 ;}
11 | TGROUP {$$ =$1 ;} | TINODE {$$ =$1 ;}
12@@ -242,11 +242,11 @@
13 beginconfigstmt : TBEGIN_CONFIG TSTRING {
14 conf->do_configmd=1;
15 conf->old_confmdstr=strdup($2);
16-}
17+};
18
19 endconfigstmt : TEND_CONFIG {
20 YYACCEPT;
21-}
22+};
23
24 acl_no_symlink_follow : TACLNOSYMLINKFOLLOW TTRUE {
25 #ifdef WITH_ACL
26@@ -254,7 +254,7 @@
27 #else
28 error(0,"ACL-support not compiled in.\n");
29 #endif
30-}
31+};
32
33 acl_no_symlink_follow : TACLNOSYMLINKFOLLOW TFALSE {
34 #ifdef WITH_ACL
35@@ -262,15 +262,15 @@
36 #else
37 error(0,"ACL-support not compiled in.\n");
38 #endif
39-}
40+};
41
42 warn_dead_symlinks : TWARNDEADSYMLINKS TTRUE {
43 conf->warn_dead_symlinks=1;
44-}
45+};
46
47 warn_dead_symlinks : TWARNDEADSYMLINKS TFALSE {
48 conf->warn_dead_symlinks=0;
49-}
50+};
51
52 gzipdbout : TGZIPDBOUT TTRUE {
53 #ifdef WITH_ZLIB
54@@ -288,11 +288,11 @@
55 recursion_stopper : TRECSTOP TSTRING {
56 /* FIXME implement me */
57
58-}
59+};
60
61 config_version : TCONFIG_VERSION TSTRING {
62 conf->config_version=strdup($2);
63-}
64+};
65
66 %%
67
This page took 0.053928 seconds and 4 git commands to generate.