File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,26 @@ for the daemon by editing the NOBODY_USER and NOBODY_GROUP defines in
17
17
config.h, or just override them in your /etc/rsyncd.conf file.
18
18
19
19
As of 2.4.7, rsync uses Eric Troan's popt option-parsing library. A
20
- cut-down copy of release 1.6.4 is included in the rsync distribution,
20
+ cut-down copy of a recent release is included in the rsync distribution,
21
21
and will be used if there is no popt library on your build host, or if
22
22
the --with-included-popt option is passed to ./configure.
23
23
24
24
If you configure using --enable-maintainer-mode, then rsync will try
25
25
to pop up an xterm on DISPLAY=:0 if it crashes. You might find this
26
26
useful, but it should be turned off for production builds.
27
27
28
+ MAKE COMPATIBILITY
29
+ ------------------
30
+
31
+ Note that Makefile.in has a rule that uses a wildcard in a prerequisite. If
32
+ your make has a problem with this rule, you will see an error like this:
33
+
34
+ Don't know how to make ./*.c
35
+
36
+ You can change the "proto.h-tstamp" target to omit the "$(srcdir)/*.c"
37
+ source, but keep in mind that this will make a manual run of "make proto"
38
+ necessary (prior to a "make") anytime the function prototypes change.
39
+
28
40
RPM NOTES
29
41
---------
30
42
You can’t perform that action at this time.
0 commit comments