diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index c1d0cfe..0000000 --- a/AUTHORS +++ /dev/null @@ -1,5 +0,0 @@ -Axel Kittenberger -Semi Malinen -Jürgen "README" Mangler -Eugene Sanivsky -Junichi Uekawa diff --git a/COPYING b/COPYING deleted file mode 100644 index ac131e6..0000000 --- a/COPYING +++ /dev/null @@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index ab0e9a2..0000000 --- a/ChangeLog +++ /dev/null @@ -1,54 +0,0 @@ -04-10-2010: 1.39 - enhancement: call action for multiple targets simultanously - fix: correctly accept from config xml - fix: correctly close and free the inotify file descriptor in case of restart - due to HUP signal or OVERFLOW condition - fix: when delay=0 a bug always called rsync file filter even when in - directory mode - -01-09-2010: 1.38 - enhancement: implemented file filters for singular operations - enhancement: added --singular parameter for single file calls - fix: fixed --dryrun messages - improvement: now restarts on an inotify OVERFLOW message, just like if - being kill -HUPed - internal: printout the actual binary called when --debug specified - -05-08-2010: 1.37 - enhancement: react on HUP signals (interpreted as complete restart) - enhancement: inotifies are configureable - enhancement: --no-startup skips the startup calls - fix : fixed delayed blocking handling. - improvement: made logging output better readable - internal: made all global variables local - internal: renamed "tackles" to "delays" - internal: removed the need of the "tosync" stack - internal: use more pointers instead of indexes - -11-07-2010: 1.34 - fix: logging segfault on 64bit systems - changed: man page location, spellings - -05-06-2010: 1.33 - fix: exlude file argument passing to rsync - fix: allow exlude files specified for individual sources - fix/enhancement: exlusions will be compared with extended - path files allowing sub dirs to be excluded. - enhancement: allow delays and call aggregation - -05-01-2009: Release of lsyncd 1.26 - fix: segfault on multitargets - changed meaning of "version" tag in lsyncd.conf.xml - -14-12-2008: Release of lsyncd 1.25 - fix: mv dir and cp -r working - fix: working with reiserfs - enhancement: config files - enhancement: multiple targets - enhancement: pidfiles - optimized: memory usage - improved documentation - lots of smaller stuff here and there ... - Thanks to all contributers! - -05-12-2007: Release of lsyncd 1.0 diff --git a/INSTALL b/INSTALL deleted file mode 100644 index b42a17a..0000000 --- a/INSTALL +++ /dev/null @@ -1,182 +0,0 @@ -Basic Installation -================== - - These are generic installation instructions. - - The `configure' shell script attempts to guess correct values for -various system-dependent variables used during compilation. It uses -those values to create a `Makefile' in each directory of the package. -It may also create one or more `.h' files containing system-dependent -definitions. Finally, it creates a shell script `config.status' that -you can run in the future to recreate the current configuration, a file -`config.cache' that saves the results of its tests to speed up -reconfiguring, and a file `config.log' containing compiler output -(useful mainly for debugging `configure'). - - If you need to do unusual things to compile the package, please try -to figure out how `configure' could check whether to do them, and mail -diffs or instructions to the address given in the `README' so they can -be considered for the next release. If at some point `config.cache' -contains results you don't want to keep, you may remove or edit it. - - The file `configure.in' is used to create `configure' by a program -called `autoconf'. You only need `configure.in' if you want to change -it or regenerate `configure' using a newer version of `autoconf'. - -The simplest way to compile this package is: - - 1. `cd' to the directory containing the package's source code and type - `./configure' to configure the package for your system. If you're - using `csh' on an old version of System V, you might need to type - `sh ./configure' instead to prevent `csh' from trying to execute - `configure' itself. - - Running `configure' takes awhile. While running, it prints some - messages telling which features it is checking for. - - 2. Type `make' to compile the package. - - 3. Optionally, type `make check' to run any self-tests that come with - the package. - - 4. Type `make install' to install the programs and any data files and - documentation. - - 5. You can remove the program binaries and object files from the - source code directory by typing `make clean'. To also remove the - files that `configure' created (so you can compile the package for - a different kind of computer), type `make distclean'. There is - also a `make maintainer-clean' target, but that is intended mainly - for the package's developers. If you use it, you may have to get - all sorts of other programs in order to regenerate files that came - with the distribution. - -Compilers and Options -===================== - - Some systems require unusual options for compilation or linking that -the `configure' script does not know about. You can give `configure' -initial values for variables by setting them in the environment. Using -a Bourne-compatible shell, you can do that on the command line like -this: - CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure - -Or on systems that have the `env' program, you can do it like this: - env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure - -Compiling For Multiple Architectures -==================================== - - You can compile the package for more than one kind of computer at the -same time, by placing the object files for each architecture in their -own directory. To do this, you must use a version of `make' that -supports the `VPATH' variable, such as GNU `make'. `cd' to the -directory where you want the object files and executables to go and run -the `configure' script. `configure' automatically checks for the -source code in the directory that `configure' is in and in `..'. - - If you have to use a `make' that does not supports the `VPATH' -variable, you have to compile the package for one architecture at a time -in the source code directory. After you have installed the package for -one architecture, use `make distclean' before reconfiguring for another -architecture. - -Installation Names -================== - - By default, `make install' will install the package's files in -`/usr/local/bin', `/usr/local/man', etc. You can specify an -installation prefix other than `/usr/local' by giving `configure' the -option `--prefix=PATH'. - - You can specify separate installation prefixes for -architecture-specific files and architecture-independent files. If you -give `configure' the option `--exec-prefix=PATH', the package will use -PATH as the prefix for installing programs and libraries. -Documentation and other data files will still use the regular prefix. - - In addition, if you use an unusual directory layout you can give -options like `--bindir=PATH' to specify different values for particular -kinds of files. Run `configure --help' for a list of the directories -you can set and what kinds of files go in them. - - If the package supports it, you can cause programs to be installed -with an extra prefix or suffix on their names by giving `configure' the -option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. - -Optional Features -================= - - Some packages pay attention to `--enable-FEATURE' options to -`configure', where FEATURE indicates an optional part of the package. -They may also pay attention to `--with-PACKAGE' options, where PACKAGE -is something like `gnu-as' or `x' (for the X Window System). The -`README' should mention any `--enable-' and `--with-' options that the -package recognizes. - - For packages that use the X Window System, `configure' can usually -find the X include and library files automatically, but if it doesn't, -you can use the `configure' options `--x-includes=DIR' and -`--x-libraries=DIR' to specify their locations. - -Specifying the System Type -========================== - - There may be some features `configure' can not figure out -automatically, but needs to determine by the type of host the package -will run on. Usually `configure' can figure that out, but if it prints -a message saying it can not guess the host type, give it the -`--host=TYPE' option. TYPE can either be a short name for the system -type, such as `sun4', or a canonical name with three fields: - CPU-COMPANY-SYSTEM - -See the file `config.sub' for the possible values of each field. If -`config.sub' isn't included in this package, then this package doesn't -need to know the host type. - - If you are building compiler tools for cross-compiling, you can also -use the `--target=TYPE' option to select the type of system they will -produce code for and the `--build=TYPE' option to select the type of -system on which you are compiling the package. - -Sharing Defaults -================ - - If you want to set default values for `configure' scripts to share, -you can create a site shell script called `config.site' that gives -default values for variables like `CC', `cache_file', and `prefix'. -`configure' looks for `PREFIX/share/config.site' if it exists, then -`PREFIX/etc/config.site' if it exists. Or, you can set the -`CONFIG_SITE' environment variable to the location of the site script. -A warning: not all `configure' scripts look for a site script. - -Operation Controls -================== - - `configure' recognizes the following options to control how it -operates. - -`--cache-file=FILE' - Use and save the results of the tests in FILE instead of - `./config.cache'. Set FILE to `/dev/null' to disable caching, for - debugging `configure'. - -`--help' - Print a summary of the options to `configure', and exit. - -`--quiet' -`--silent' -`-q' - Do not print messages saying which checks are being made. To - suppress all normal output, redirect it to `/dev/null' (any error - messages will still be shown). - -`--srcdir=DIR' - Look for the package's source code in directory DIR. Usually - `configure' can determine that directory automatically. - -`--version' - Print the version of Autoconf used to generate the `configure' - script, and exit. - -`configure' also accepts some other, not widely useful, options. diff --git a/Makefile.am b/Makefile.am index 11ae7e8..03bfc60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,44 +1,34 @@ -## Makefile.am -- Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = foreign +CFLAGS = -Wall $(LIBLUA_CFLAGS) bin_PROGRAMS = lsyncd -lsyncd_SOURCES = lsyncd.c -TESTS = tests/help.sh \ - tests/directorycpr.sh \ - tests/directorycpr0.sh \ - tests/directorymv.sh \ - tests/pidfile.sh \ - tests/version.sh \ - tests/wrong-logfile.sh \ - tests/wrong-rsync.sh +lsyncd_SOURCES = lsyncd.c lsyncd.lua +lsyncd_LDADD = $(LIBLUA_LIBS) +exampledir = $(datarootdir)/doc/@PACKAGE@ +dist_example_DATA = \ + examples/lbash.lua \ + examples/limagemagic.lua \ + examples/lrsync.lua \ + examples/lrsyncssh.lua -datarootdir = @datarootdir@ +if RUNNER -EXTRA_DIST = config.h.in inotify-nosys.h lsyncd.conf.xml \ - doc/manpage.lsyncd.xml doc/manpage.lsyncd.conf.xml \ - doc/lsyncd.1 doc/lsyncd.conf.xml.5 +# installs the runner +runnerdir = $(RUNNER_DIR) +runner_DATA = lsyncd.lua -nodist_man1_MANS = doc/lsyncd.1 -nodist_man5_MANS = doc/lsyncd.conf.xml.5 +else -check-syntax: - $(CC) -c -O2 -Wall $(CHK_SOURCES) -o/dev/null +# or compiles it into the binary +lsyncd: luac.o $(lsyncd_LDADD) -DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl -XP = xsltproc -''-nonet \ - -''-param man.charmap.use.subset "0" \ - -''-param make.year.ranges "1" \ - -''-param make.single.year.ranges "1" +architecture: | lsyncd.o + objdump -f $< | grep architecture | sed -e "s/,.*$$//" -e "s/[^ ]* \(.*\)/\1/" > $@ || rm architecture -doc/lsyncd.1: doc/manpage.lsyncd.xml - $(XP) -o $@ $(DB2MAN) $< +luac.o: luac.out architecture + objcopy --input-target=binary --output-target=`gcc -dumpmachine` --binary-architecture=`cat architecture` $< $@ -doc/lsyncd.conf.xml.5: doc/manpage.lsyncd.conf.xml - $(XP) -o $@ $(DB2MAN) $< +luac.out: lsyncd.lua + luac $< -AM_CFLAGS=-Wall -AM_LDFLAGS= -if XML_CONFIG -DEFS+=-DXML_CONFIG -AM_CFLAGS += `xml2-config --cflags` -AM_LDFLAGS += `xml2-config --libs` endif diff --git a/NEWS b/NEWS deleted file mode 100644 index 76c4b20..0000000 --- a/NEWS +++ /dev/null @@ -1,2 +0,0 @@ -2010-06-05: Finally calls to rsync are aggregated. -2007-12-05: Lsyncd has been created. Hurray! diff --git a/README b/README deleted file mode 100644 index 30bf1ab..0000000 --- a/README +++ /dev/null @@ -1,122 +0,0 @@ -lsyncd - Live Syncing (Mirror) Daemon - -DESCRIPTION: - - Lsyncd uses rsync to synchronize local directories with a remote machine - running rsyncd. Lsyncd watches multiple directories trees through inotify. - The first step after adding the watches is to, rsync all directories with - the remote host, and then sync single file buy collecting the inotify events. - - So lsyncd is a light-weight live mirror solution that should be easy to - install and use while blending well with your system. - - See lsyncd --help for detailed command line options. - -WHEN TO USE: - - Lsyncd is designed to synchronize a local directory tree with low profile of - expected changes to a remote mirror. On the receivers side rsyncd can be - configured to also change the uid/gid of the file. Lsyncd is especially - useful to sync data from a secure area to a not-so-secure area (e.g. as a - one way connection to allow employees to publish their files to a public - accessible web server). - -WHEN NOT TO USE: - - * File with active file handles (e.g. database files) - * Directories where many changes occur (like mail or news servers) - - In these cases e.g. DRBD (see http://www.drbd.org/) might be better - for you. - -COMPARISONS: - - Lsyncd vs. DRBD: - - DRBD operates on block device level. This makes it useful for - synchronizing systems that are under heavy load. Lsyncd on the other hand - - * does not require you to change block devices and/or mount points. - * allows you to change uid/gid of the transferred files. - * separates the receiver through the one-way nature of rsync. - - However when using lsyncd a file change can possibly result in a full file - transfer (at least for binary files) and is therefore unsuitable for - databases. Also a directory rename will result in transferring the whole - directory. - - Lsyncd vs. incron: - - Incron does not (yet) support recursive directory watching making it - unsuitable for described needs (http://inotify.aiken.cz/?section=incron&page=about&lang=en). - In fact a different approach would have been to extent incron. However, we - decided to stick to the NIH principle (Not Invented Here) :-), because extending - the C++ solution seemed to tedious. - - Lsyncd vs. FUSE: - - This is another interesting idea is to write a daemon that provides a - shadow file system through fuse. When accessing a file the data is synced - to local file as well as the remote file. Whit this approach inotify could - be replaced. GlusterFS does exactly this and more (see http://www.gluster.org). - BindFS (see http://www.cs.helsinki.fi/u/partel/bindfs/) does this for local - mirroring. We discarded this idea because it would affect performance of - normal operations in a negative way. - - Lsyncd vs. cron: - - If you find a solution using cron to call rsync over the whole directory - tree periodically after every 'X' hours/minutes/seconds more satisfying - than lsyncd, please go for it *sulking*. We don't like it! - -LSYNCD USAGE EXAMPLES: - - /usr/sbin/lsyncd /var/www/ remotehost::wwwshare/ - - This watches and rsycn's the local directory /var/www/ with all - subdirectories and transfers them to 'remotehost' using the rsync-share - 'wwwshare'. - - /usr/sbin/lsyncd --nodaemon --exclude-from /etc/lsycnd/exclude \ - /var/www/ remotehost::wwwshare/ - - This will also rsync/watch '/var/www', but it excludes files and directories - from '/etc/lsycnd/exclude'. Additionally this example lsyncd will not fork, - and log to stdout/stderr instead. - - /usr/sbin/lsyncd %userwww remotehost::wwwshare/foobar/ - - This special target will scan through all directories in /home and syncs all - www subdirectories of the users to wwwshare in the subdirectory foobar. - The user peter having his local data in /home/peter/www/ will have it - rsynced to ::wwwshare/foobar/peter/. - -LIMITATIONS: - Be aware that the kernel limits the number of watches. You can see the limit - in - /proc/sys/fs/inotify/max_user_watches - - which is usually set to 8192. This means lsyncd cannot watch more than 8192 - directories unless you change the kernel setting. Lsyncd itself has no - limits. - - Because Axel is lazy the maximum possible size a filename is 8192. If you - need more, change MAX_PATH in lsyncd.c. Or send me patches that introduce - dynamic memory usage. - -SOURCE DOCUMENTATION: - - The only file of interest is 'lsyncd.c' which includes comments. - Everything else in the tarball is packaging bushwa. - -DISCLAIMER: - - Besides the usual disclaimer in the license, we want to specifically EMPHASIZE - that NEITHER the authors NOR any organization the authors are associated with - can and will hold responsible for data-loss caused by possible malfunctions - of lsyncd. Especially if you run it with root privileges ;-) (we ourselves - run lsyncd as www-data). - -FEEDBACK: - - Please send praises and feedback to: axel.kittenberger@univie.ac.at diff --git a/TODO b/TODO deleted file mode 100644 index 1850cdc..0000000 --- a/TODO +++ /dev/null @@ -1,9 +0,0 @@ -* React on signal HUP resync and rewatch everything. -* Workaround the kernel watches limit by opening another inotify - instance when needed. -* React on inotify OVERFLOW messages in resyncing everything, something might - have been missed. -* Allow more complicated exclusion masks. -* Do not call rsync at all if a file was edited that falls under the exclusion - mask (currently it is called, and rsync drops it). -* improve config.h.in generation diff --git a/autogen.sh b/autogen.sh index 4a810ce..01c075c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,11 +1,9 @@ -#!/bin/bash -# simplistic script to run after checkout +#!/bin/sh -# In case of explicit having a 1.7 version use that (for systems having multiple automake versions installed) -ACLOCAL=`which aclocal-1.7 || echo aclocal` -AUTOMAKE=`which automake-1.7 || echo automake` +echo "Generating configure files... may take a while." -$ACLOCAL && \ -autoheader && \ -autoconf && \ -$AUTOMAKE -a -c +autoreconf --install --force && \ + echo "Preparing was successful if there was no error messages above." && \ + echo "Now type:" && \ + echo " ./configure && make" && \ + echo "Run './configure --help' for more information" diff --git a/config.guess b/config.guess deleted file mode 100755 index 396482d..0000000 --- a/config.guess +++ /dev/null @@ -1,1500 +0,0 @@ -#! /bin/sh -# Attempt to guess a canonical system name. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, -# Inc. - -timestamp='2006-07-02' - -# This file is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA -# 02110-1301, USA. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - - -# Originally written by Per Bothner . -# Please send patches to . Submit a context -# diff and a properly formatted ChangeLog entry. -# -# This script attempts to guess a canonical system name similar to -# config.sub. If it succeeds, it prints the system name on stdout, and -# exits with 0. Otherwise, it exits with 1. -# -# The plan is that this can be called by configure scripts if you -# don't specify an explicit build system type. - -me=`echo "$0" | sed -e 's,.*/,,'` - -usage="\ -Usage: $0 [OPTION] - -Output the configuration name of the system \`$me' is run on. - -Operation modes: - -h, --help print this help, then exit - -t, --time-stamp print date of last modification, then exit - -v, --version print version number, then exit - -Report bugs and patches to ." - -version="\ -GNU config.guess ($timestamp) - -Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." - -help=" -Try \`$me --help' for more information." - -# Parse command line -while test $# -gt 0 ; do - case $1 in - --time-stamp | --time* | -t ) - echo "$timestamp" ; exit ;; - --version | -v ) - echo "$version" ; exit ;; - --help | --h* | -h ) - echo "$usage"; exit ;; - -- ) # Stop option processing - shift; break ;; - - ) # Use stdin as input. - break ;; - -* ) - echo "$me: invalid option $1$help" >&2 - exit 1 ;; - * ) - break ;; - esac -done - -if test $# != 0; then - echo "$me: too many arguments$help" >&2 - exit 1 -fi - -trap 'exit 1' 1 2 15 - -# CC_FOR_BUILD -- compiler used by this script. Note that the use of a -# compiler to aid in system detection is discouraged as it requires -# temporary files to be created and, as you can see below, it is a -# headache to deal with in a portable fashion. - -# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still -# use `HOST_CC' if defined, but it is deprecated. - -# Portable tmp directory creation inspired by the Autoconf team. - -set_cc_for_build=' -trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; -trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; -: ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || - { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || - { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || - { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; -dummy=$tmp/dummy ; -tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; -case $CC_FOR_BUILD,$HOST_CC,$CC in - ,,) echo "int x;" > $dummy.c ; - for c in cc gcc c89 c99 ; do - if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then - CC_FOR_BUILD="$c"; break ; - fi ; - done ; - if test x"$CC_FOR_BUILD" = x ; then - CC_FOR_BUILD=no_compiler_found ; - fi - ;; - ,,*) CC_FOR_BUILD=$CC ;; - ,*,*) CC_FOR_BUILD=$HOST_CC ;; -esac ; set_cc_for_build= ;' - -# This is needed to find uname on a Pyramid OSx when run in the BSD universe. -# (ghazi@noc.rutgers.edu 1994-08-24) -if (test -f /.attbin/uname) >/dev/null 2>&1 ; then - PATH=$PATH:/.attbin ; export PATH -fi - -UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown -UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown -UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown -UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown - -# Note: order is significant - the case branches are not exclusive. - -case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in - *:NetBSD:*:*) - # NetBSD (nbsd) targets should (where applicable) match one or - # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, - # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently - # switched to ELF, *-*-netbsd* would select the old - # object file format. This provides both forward - # compatibility and a consistent mechanism for selecting the - # object file format. - # - # Note: NetBSD doesn't particularly care about the vendor - # portion of the name. We always set it to "unknown". - sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || echo unknown)` - case "${UNAME_MACHINE_ARCH}" in - armeb) machine=armeb-unknown ;; - arm*) machine=arm-unknown ;; - sh3el) machine=shl-unknown ;; - sh3eb) machine=sh-unknown ;; - *) machine=${UNAME_MACHINE_ARCH}-unknown ;; - esac - # The Operating System including object format, if it has switched - # to ELF recently, or will in the future. - case "${UNAME_MACHINE_ARCH}" in - arm*|i386|m68k|ns32k|sh3*|sparc|vax) - eval $set_cc_for_build - if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep __ELF__ >/dev/null - then - # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). - # Return netbsd for either. FIX? - os=netbsd - else - os=netbsdelf - fi - ;; - *) - os=netbsd - ;; - esac - # The OS release - # Debian GNU/NetBSD machines have a different userland, and - # thus, need a distinct triplet. However, they do not need - # kernel version information, so it can be replaced with a - # suitable tag, in the style of linux-gnu. - case "${UNAME_VERSION}" in - Debian*) - release='-gnu' - ;; - *) - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` - ;; - esac - # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: - # contains redundant information, the shorter form: - # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}" - exit ;; - *:OpenBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} - exit ;; - *:ekkoBSD:*:*) - echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} - exit ;; - *:SolidBSD:*:*) - echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} - exit ;; - macppc:MirBSD:*:*) - echo powerpc-unknown-mirbsd${UNAME_RELEASE} - exit ;; - *:MirBSD:*:*) - echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} - exit ;; - alpha:OSF1:*:*) - case $UNAME_RELEASE in - *4.0) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` - ;; - *5.*) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` - ;; - esac - # According to Compaq, /usr/sbin/psrinfo has been available on - # OSF/1 and Tru64 systems produced since 1995. I hope that - # covers most systems running today. This code pipes the CPU - # types through head -n 1, so we only detect the type of CPU 0. - ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` - case "$ALPHA_CPU_TYPE" in - "EV4 (21064)") - UNAME_MACHINE="alpha" ;; - "EV4.5 (21064)") - UNAME_MACHINE="alpha" ;; - "LCA4 (21066/21068)") - UNAME_MACHINE="alpha" ;; - "EV5 (21164)") - UNAME_MACHINE="alphaev5" ;; - "EV5.6 (21164A)") - UNAME_MACHINE="alphaev56" ;; - "EV5.6 (21164PC)") - UNAME_MACHINE="alphapca56" ;; - "EV5.7 (21164PC)") - UNAME_MACHINE="alphapca57" ;; - "EV6 (21264)") - UNAME_MACHINE="alphaev6" ;; - "EV6.7 (21264A)") - UNAME_MACHINE="alphaev67" ;; - "EV6.8CB (21264C)") - UNAME_MACHINE="alphaev68" ;; - "EV6.8AL (21264B)") - UNAME_MACHINE="alphaev68" ;; - "EV6.8CX (21264D)") - UNAME_MACHINE="alphaev68" ;; - "EV6.9A (21264/EV69A)") - UNAME_MACHINE="alphaev69" ;; - "EV7 (21364)") - UNAME_MACHINE="alphaev7" ;; - "EV7.9 (21364A)") - UNAME_MACHINE="alphaev79" ;; - esac - # A Pn.n version is a patched version. - # A Vn.n version is a released version. - # A Tn.n version is a released field test version. - # A Xn.n version is an unreleased experimental baselevel. - # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit ;; - Alpha\ *:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # Should we change UNAME_MACHINE based on the output of uname instead - # of the specific Alpha model? - echo alpha-pc-interix - exit ;; - 21064:Windows_NT:50:3) - echo alpha-dec-winnt3.5 - exit ;; - Amiga*:UNIX_System_V:4.0:*) - echo m68k-unknown-sysv4 - exit ;; - *:[Aa]miga[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-amigaos - exit ;; - *:[Mm]orph[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-morphos - exit ;; - *:OS/390:*:*) - echo i370-ibm-openedition - exit ;; - *:z/VM:*:*) - echo s390-ibm-zvmoe - exit ;; - *:OS400:*:*) - echo powerpc-ibm-os400 - exit ;; - arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) - echo arm-acorn-riscix${UNAME_RELEASE} - exit ;; - arm:riscos:*:*|arm:RISCOS:*:*) - echo arm-unknown-riscos - exit ;; - SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) - echo hppa1.1-hitachi-hiuxmpp - exit ;; - Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) - # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. - if test "`(/bin/universe) 2>/dev/null`" = att ; then - echo pyramid-pyramid-sysv3 - else - echo pyramid-pyramid-bsd - fi - exit ;; - NILE*:*:*:dcosx) - echo pyramid-pyramid-svr4 - exit ;; - DRS?6000:unix:4.0:6*) - echo sparc-icl-nx6 - exit ;; - DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) - case `/usr/bin/uname -p` in - sparc) echo sparc-icl-nx7; exit ;; - esac ;; - sun4H:SunOS:5.*:*) - echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) - echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - i86pc:SunOS:5.*:*) - echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:6*:*) - # According to config.sub, this is the proper way to canonicalize - # SunOS6. Hard to guess exactly what SunOS6 will be like, but - # it's likely to be more like Solaris than SunOS4. - echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:*:*) - case "`/usr/bin/arch -k`" in - Series*|S4*) - UNAME_RELEASE=`uname -v` - ;; - esac - # Japanese Language versions have a version number like `4.1.3-JL'. - echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` - exit ;; - sun3*:SunOS:*:*) - echo m68k-sun-sunos${UNAME_RELEASE} - exit ;; - sun*:*:4.2BSD:*) - UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 - case "`/bin/arch`" in - sun3) - echo m68k-sun-sunos${UNAME_RELEASE} - ;; - sun4) - echo sparc-sun-sunos${UNAME_RELEASE} - ;; - esac - exit ;; - aushp:SunOS:*:*) - echo sparc-auspex-sunos${UNAME_RELEASE} - exit ;; - # The situation for MiNT is a little confusing. The machine name - # can be virtually everything (everything which is not - # "atarist" or "atariste" at least should have a processor - # > m68000). The system name ranges from "MiNT" over "FreeMiNT" - # to the lowercase version "mint" (or "freemint"). Finally - # the system name "TOS" denotes a system which is actually not - # MiNT. But MiNT is downward compatible to TOS, so this should - # be no problem. - atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit ;; - hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit ;; - *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit ;; - m68k:machten:*:*) - echo m68k-apple-machten${UNAME_RELEASE} - exit ;; - powerpc:machten:*:*) - echo powerpc-apple-machten${UNAME_RELEASE} - exit ;; - RISC*:Mach:*:*) - echo mips-dec-mach_bsd4.3 - exit ;; - RISC*:ULTRIX:*:*) - echo mips-dec-ultrix${UNAME_RELEASE} - exit ;; - VAX*:ULTRIX*:*:*) - echo vax-dec-ultrix${UNAME_RELEASE} - exit ;; - 2020:CLIX:*:* | 2430:CLIX:*:*) - echo clipper-intergraph-clix${UNAME_RELEASE} - exit ;; - mips:*:*:UMIPS | mips:*:*:RISCos) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c -#ifdef __cplusplus -#include /* for printf() prototype */ - int main (int argc, char *argv[]) { -#else - int main (argc, argv) int argc; char *argv[]; { -#endif - #if defined (host_mips) && defined (MIPSEB) - #if defined (SYSTYPE_SYSV) - printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); - #endif - #if defined (SYSTYPE_SVR4) - printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); - #endif - #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) - printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); - #endif - #endif - exit (-1); - } -EOF - $CC_FOR_BUILD -o $dummy $dummy.c && - dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && - SYSTEM_NAME=`$dummy $dummyarg` && - { echo "$SYSTEM_NAME"; exit; } - echo mips-mips-riscos${UNAME_RELEASE} - exit ;; - Motorola:PowerMAX_OS:*:*) - echo powerpc-motorola-powermax - exit ;; - Motorola:*:4.3:PL8-*) - echo powerpc-harris-powermax - exit ;; - Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) - echo powerpc-harris-powermax - exit ;; - Night_Hawk:Power_UNIX:*:*) - echo powerpc-harris-powerunix - exit ;; - m88k:CX/UX:7*:*) - echo m88k-harris-cxux7 - exit ;; - m88k:*:4*:R4*) - echo m88k-motorola-sysv4 - exit ;; - m88k:*:3*:R3*) - echo m88k-motorola-sysv3 - exit ;; - AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` - if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] - then - if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ - [ ${TARGET_BINARY_INTERFACE}x = x ] - then - echo m88k-dg-dgux${UNAME_RELEASE} - else - echo m88k-dg-dguxbcs${UNAME_RELEASE} - fi - else - echo i586-dg-dgux${UNAME_RELEASE} - fi - exit ;; - M88*:DolphinOS:*:*) # DolphinOS (SVR3) - echo m88k-dolphin-sysv3 - exit ;; - M88*:*:R3*:*) - # Delta 88k system running SVR3 - echo m88k-motorola-sysv3 - exit ;; - XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) - echo m88k-tektronix-sysv3 - exit ;; - Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) - echo m68k-tektronix-bsd - exit ;; - *:IRIX*:*:*) - echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` - exit ;; - ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id - exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' - i*86:AIX:*:*) - echo i386-ibm-aix - exit ;; - ia64:AIX:*:*) - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` - else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} - fi - echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} - exit ;; - *:AIX:2:3) - if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - - main() - { - if (!__power_pc()) - exit(1); - puts("powerpc-ibm-aix3.2.5"); - exit(0); - } -EOF - if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` - then - echo "$SYSTEM_NAME" - else - echo rs6000-ibm-aix3.2.5 - fi - elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then - echo rs6000-ibm-aix3.2.4 - else - echo rs6000-ibm-aix3.2 - fi - exit ;; - *:AIX:*:[45]) - IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` - if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then - IBM_ARCH=rs6000 - else - IBM_ARCH=powerpc - fi - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` - else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} - fi - echo ${IBM_ARCH}-ibm-aix${IBM_REV} - exit ;; - *:AIX:*:*) - echo rs6000-ibm-aix - exit ;; - ibmrt:4.4BSD:*|romp-ibm:BSD:*) - echo romp-ibm-bsd4.4 - exit ;; - ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and - echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to - exit ;; # report: romp-ibm BSD 4.3 - *:BOSX:*:*) - echo rs6000-bull-bosx - exit ;; - DPX/2?00:B.O.S.:*:*) - echo m68k-bull-sysv3 - exit ;; - 9000/[34]??:4.3bsd:1.*:*) - echo m68k-hp-bsd - exit ;; - hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) - echo m68k-hp-bsd4.4 - exit ;; - 9000/[34678]??:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - case "${UNAME_MACHINE}" in - 9000/31? ) HP_ARCH=m68000 ;; - 9000/[34]?? ) HP_ARCH=m68k ;; - 9000/[678][0-9][0-9]) - if [ -x /usr/bin/getconf ]; then - sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` - sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in - 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 - 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 - 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in - 32) HP_ARCH="hppa2.0n" ;; - 64) HP_ARCH="hppa2.0w" ;; - '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 - esac ;; - esac - fi - if [ "${HP_ARCH}" = "" ]; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - - #define _HPUX_SOURCE - #include - #include - - int main () - { - #if defined(_SC_KERNEL_BITS) - long bits = sysconf(_SC_KERNEL_BITS); - #endif - long cpu = sysconf (_SC_CPU_VERSION); - - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1"); break; - case CPU_PA_RISC2_0: - #if defined(_SC_KERNEL_BITS) - switch (bits) - { - case 64: puts ("hppa2.0w"); break; - case 32: puts ("hppa2.0n"); break; - default: puts ("hppa2.0"); break; - } break; - #else /* !defined(_SC_KERNEL_BITS) */ - puts ("hppa2.0"); break; - #endif - default: puts ("hppa1.0"); break; - } - exit (0); - } -EOF - (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` - test -z "$HP_ARCH" && HP_ARCH=hppa - fi ;; - esac - if [ ${HP_ARCH} = "hppa2.0w" ] - then - eval $set_cc_for_build - - # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating - # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler - # generating 64-bit code. GNU and HP use different nomenclature: - # - # $ CC_FOR_BUILD=cc ./config.guess - # => hppa2.0w-hp-hpux11.23 - # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess - # => hppa64-hp-hpux11.23 - - if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | - grep __LP64__ >/dev/null - then - HP_ARCH="hppa2.0w" - else - HP_ARCH="hppa64" - fi - fi - echo ${HP_ARCH}-hp-hpux${HPUX_REV} - exit ;; - ia64:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - echo ia64-hp-hpux${HPUX_REV} - exit ;; - 3050*:HI-UX:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - int - main () - { - long cpu = sysconf (_SC_CPU_VERSION); - /* The order matters, because CPU_IS_HP_MC68K erroneously returns - true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct - results, however. */ - if (CPU_IS_PA_RISC (cpu)) - { - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; - case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; - default: puts ("hppa-hitachi-hiuxwe2"); break; - } - } - else if (CPU_IS_HP_MC68K (cpu)) - puts ("m68k-hitachi-hiuxwe2"); - else puts ("unknown-hitachi-hiuxwe2"); - exit (0); - } -EOF - $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && - { echo "$SYSTEM_NAME"; exit; } - echo unknown-hitachi-hiuxwe2 - exit ;; - 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) - echo hppa1.1-hp-bsd - exit ;; - 9000/8??:4.3bsd:*:*) - echo hppa1.0-hp-bsd - exit ;; - *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) - echo hppa1.0-hp-mpeix - exit ;; - hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) - echo hppa1.1-hp-osf - exit ;; - hp8??:OSF1:*:*) - echo hppa1.0-hp-osf - exit ;; - i*86:OSF1:*:*) - if [ -x /usr/sbin/sysversion ] ; then - echo ${UNAME_MACHINE}-unknown-osf1mk - else - echo ${UNAME_MACHINE}-unknown-osf1 - fi - exit ;; - parisc*:Lites*:*:*) - echo hppa1.1-hp-lites - exit ;; - C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) - echo c1-convex-bsd - exit ;; - C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit ;; - C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) - echo c34-convex-bsd - exit ;; - C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) - echo c38-convex-bsd - exit ;; - C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) - echo c4-convex-bsd - exit ;; - CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*[A-Z]90:*:*:*) - echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ - | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ - -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ - -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*TS:*:*:*) - echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*T3E:*:*:*) - echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*SV1:*:*:*) - echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - *:UNICOS/mp:*:*) - echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; - 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; - i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) - echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} - exit ;; - sparc*:BSD/OS:*:*) - echo sparc-unknown-bsdi${UNAME_RELEASE} - exit ;; - *:BSD/OS:*:*) - echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} - exit ;; - *:FreeBSD:*:*) - case ${UNAME_MACHINE} in - pc98) - echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - amd64) - echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - *) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - esac - exit ;; - i*:CYGWIN*:*) - echo ${UNAME_MACHINE}-pc-cygwin - exit ;; - i*:MINGW*:*) - echo ${UNAME_MACHINE}-pc-mingw32 - exit ;; - i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 - exit ;; - i*:PW*:*) - echo ${UNAME_MACHINE}-pc-pw32 - exit ;; - x86:Interix*:[3456]*) - echo i586-pc-interix${UNAME_RELEASE} - exit ;; - EM64T:Interix*:[3456]*) - echo x86_64-unknown-interix${UNAME_RELEASE} - exit ;; - [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) - echo i${UNAME_MACHINE}-pc-mks - exit ;; - i*:Windows_NT*:* | Pentium*:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we - # UNAME_MACHINE based on the output of uname instead of i386? - echo i586-pc-interix - exit ;; - i*:UWIN*:*) - echo ${UNAME_MACHINE}-pc-uwin - exit ;; - amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) - echo x86_64-unknown-cygwin - exit ;; - p*:CYGWIN*:*) - echo powerpcle-unknown-cygwin - exit ;; - prep*:SunOS:5.*:*) - echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - *:GNU:*:*) - # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` - exit ;; - *:GNU/*:*:*) - # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu - exit ;; - i*86:Minix:*:*) - echo ${UNAME_MACHINE}-pc-minix - exit ;; - arm*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - cris:Linux:*:*) - echo cris-axis-linux-gnu - exit ;; - crisv32:Linux:*:*) - echo crisv32-axis-linux-gnu - exit ;; - frv:Linux:*:*) - echo frv-unknown-linux-gnu - exit ;; - ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - mips:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #undef CPU - #undef mips - #undef mipsel - #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=mipsel - #else - #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=mips - #else - CPU= - #endif - #endif -EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^CPU/{ - s: ::g - p - }'`" - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } - ;; - mips64:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #undef CPU - #undef mips64 - #undef mips64el - #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=mips64el - #else - #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=mips64 - #else - CPU= - #endif - #endif -EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^CPU/{ - s: ::g - p - }'`" - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } - ;; - or32:Linux:*:*) - echo or32-unknown-linux-gnu - exit ;; - ppc:Linux:*:*) - echo powerpc-unknown-linux-gnu - exit ;; - ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu - exit ;; - alpha:Linux:*:*) - case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in - EV5) UNAME_MACHINE=alphaev5 ;; - EV56) UNAME_MACHINE=alphaev56 ;; - PCA56) UNAME_MACHINE=alphapca56 ;; - PCA57) UNAME_MACHINE=alphapca56 ;; - EV6) UNAME_MACHINE=alphaev6 ;; - EV67) UNAME_MACHINE=alphaev67 ;; - EV68*) UNAME_MACHINE=alphaev68 ;; - esac - objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null - if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} - exit ;; - parisc:Linux:*:* | hppa:Linux:*:*) - # Look for CPU level - case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-gnu ;; - PA8*) echo hppa2.0-unknown-linux-gnu ;; - *) echo hppa-unknown-linux-gnu ;; - esac - exit ;; - parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-gnu - exit ;; - s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux - exit ;; - sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-gnu - exit ;; - x86_64:Linux:*:*) - echo x86_64-unknown-linux-gnu - exit ;; - i*86:Linux:*:*) - # The BFD linker knows what the default object file format is, so - # first see if it will tell us. cd to the root directory to prevent - # problems with other programs or directories called `ld' in the path. - # Set LC_ALL=C to ensure ld outputs messages in English. - ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ - | sed -ne '/supported targets:/!d - s/[ ][ ]*/ /g - s/.*supported targets: *// - s/ .*// - p'` - case "$ld_supported_targets" in - elf32-i386) - TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" - ;; - a.out-i386-linux) - echo "${UNAME_MACHINE}-pc-linux-gnuaout" - exit ;; - coff-i386) - echo "${UNAME_MACHINE}-pc-linux-gnucoff" - exit ;; - "") - # Either a pre-BFD a.out linker (linux-gnuoldld) or - # one that does not give us useful --help. - echo "${UNAME_MACHINE}-pc-linux-gnuoldld" - exit ;; - esac - # Determine whether the default compiler is a.out or elf - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - #ifdef __ELF__ - # ifdef __GLIBC__ - # if __GLIBC__ >= 2 - LIBC=gnu - # else - LIBC=gnulibc1 - # endif - # else - LIBC=gnulibc1 - # endif - #else - #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) - LIBC=gnu - #else - LIBC=gnuaout - #endif - #endif - #ifdef __dietlibc__ - LIBC=dietlibc - #endif -EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^LIBC/{ - s: ::g - p - }'`" - test x"${LIBC}" != x && { - echo "${UNAME_MACHINE}-pc-linux-${LIBC}" - exit - } - test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } - ;; - i*86:DYNIX/ptx:4*:*) - # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. - # earlier versions are messed up and put the nodename in both - # sysname and nodename. - echo i386-sequent-sysv4 - exit ;; - i*86:UNIX_SV:4.2MP:2.*) - # Unixware is an offshoot of SVR4, but it has its own version - # number series starting with 2... - # I am not positive that other SVR4 systems won't match this, - # I just have to hope. -- rms. - # Use sysv4.2uw... so that sysv4* matches it. - echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} - exit ;; - i*86:OS/2:*:*) - # If we were able to find `uname', then EMX Unix compatibility - # is probably installed. - echo ${UNAME_MACHINE}-pc-os2-emx - exit ;; - i*86:XTS-300:*:STOP) - echo ${UNAME_MACHINE}-unknown-stop - exit ;; - i*86:atheos:*:*) - echo ${UNAME_MACHINE}-unknown-atheos - exit ;; - i*86:syllable:*:*) - echo ${UNAME_MACHINE}-pc-syllable - exit ;; - i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} - exit ;; - i*86:*DOS:*:*) - echo ${UNAME_MACHINE}-pc-msdosdjgpp - exit ;; - i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) - UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` - if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} - else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} - fi - exit ;; - i*86:*:5:[678]*) - # UnixWare 7.x, OpenUNIX and OpenServer 6. - case `/bin/uname -X | grep "^Machine"` in - *486*) UNAME_MACHINE=i486 ;; - *Pentium) UNAME_MACHINE=i586 ;; - *Pent*|*Celeron) UNAME_MACHINE=i686 ;; - esac - echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} - exit ;; - i*86:*:3.2:*) - if test -f /usr/options/cb.name; then - UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then - UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` - (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 - (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ - && UNAME_MACHINE=i586 - (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ - && UNAME_MACHINE=i686 - (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ - && UNAME_MACHINE=i686 - echo ${UNAME_MACHINE}-pc-sco$UNAME_REL - else - echo ${UNAME_MACHINE}-pc-sysv32 - fi - exit ;; - pc:*:*:*) - # Left here for compatibility: - # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i386. - echo i386-pc-msdosdjgpp - exit ;; - Intel:Mach:3*:*) - echo i386-pc-mach3 - exit ;; - paragon:*:*:*) - echo i860-intel-osf1 - exit ;; - i860:*:4.*:*) # i860-SVR4 - if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then - echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 - else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 - fi - exit ;; - mini*:CTIX:SYS*5:*) - # "miniframe" - echo m68010-convergent-sysv - exit ;; - mc68k:UNIX:SYSTEM5:3.51m) - echo m68k-convergent-sysv - exit ;; - M680?0:D-NIX:5.3:*) - echo m68k-diab-dnix - exit ;; - M68*:*:R3V[5678]*:*) - test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; - 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) - OS_REL='' - test -r /etc/.relid \ - && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } - /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; - 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4; exit; } ;; - m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) - echo m68k-unknown-lynxos${UNAME_RELEASE} - exit ;; - mc68030:UNIX_System_V:4.*:*) - echo m68k-atari-sysv4 - exit ;; - TSUNAMI:LynxOS:2.*:*) - echo sparc-unknown-lynxos${UNAME_RELEASE} - exit ;; - rs6000:LynxOS:2.*:*) - echo rs6000-unknown-lynxos${UNAME_RELEASE} - exit ;; - PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) - echo powerpc-unknown-lynxos${UNAME_RELEASE} - exit ;; - SM[BE]S:UNIX_SV:*:*) - echo mips-dde-sysv${UNAME_RELEASE} - exit ;; - RM*:ReliantUNIX-*:*:*) - echo mips-sni-sysv4 - exit ;; - RM*:SINIX-*:*:*) - echo mips-sni-sysv4 - exit ;; - *:SINIX-*:*:*) - if uname -p 2>/dev/null >/dev/null ; then - UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo ${UNAME_MACHINE}-sni-sysv4 - else - echo ns32k-sni-sysv - fi - exit ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says - echo i586-unisys-sysv4 - exit ;; - *:UNIX_System_V:4*:FTX*) - # From Gerald Hewes . - # How about differentiating between stratus architectures? -djm - echo hppa1.1-stratus-sysv4 - exit ;; - *:*:*:FTX*) - # From seanf@swdc.stratus.com. - echo i860-stratus-sysv4 - exit ;; - i*86:VOS:*:*) - # From Paul.Green@stratus.com. - echo ${UNAME_MACHINE}-stratus-vos - exit ;; - *:VOS:*:*) - # From Paul.Green@stratus.com. - echo hppa1.1-stratus-vos - exit ;; - mc68*:A/UX:*:*) - echo m68k-apple-aux${UNAME_RELEASE} - exit ;; - news*:NEWS-OS:6*:*) - echo mips-sony-newsos6 - exit ;; - R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) - if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} - else - echo mips-unknown-sysv${UNAME_RELEASE} - fi - exit ;; - BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. - echo powerpc-be-beos - exit ;; - BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. - echo powerpc-apple-beos - exit ;; - BePC:BeOS:*:*) # BeOS running on Intel PC compatible. - echo i586-pc-beos - exit ;; - SX-4:SUPER-UX:*:*) - echo sx4-nec-superux${UNAME_RELEASE} - exit ;; - SX-5:SUPER-UX:*:*) - echo sx5-nec-superux${UNAME_RELEASE} - exit ;; - SX-6:SUPER-UX:*:*) - echo sx6-nec-superux${UNAME_RELEASE} - exit ;; - Power*:Rhapsody:*:*) - echo powerpc-apple-rhapsody${UNAME_RELEASE} - exit ;; - *:Rhapsody:*:*) - echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} - exit ;; - *:Darwin:*:*) - UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - case $UNAME_PROCESSOR in - unknown) UNAME_PROCESSOR=powerpc ;; - esac - echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} - exit ;; - *:procnto*:*:* | *:QNX:[0123456789]*:*) - UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = "x86"; then - UNAME_PROCESSOR=i386 - UNAME_MACHINE=pc - fi - echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} - exit ;; - *:QNX:*:4*) - echo i386-pc-qnx - exit ;; - NSE-?:NONSTOP_KERNEL:*:*) - echo nse-tandem-nsk${UNAME_RELEASE} - exit ;; - NSR-?:NONSTOP_KERNEL:*:*) - echo nsr-tandem-nsk${UNAME_RELEASE} - exit ;; - *:NonStop-UX:*:*) - echo mips-compaq-nonstopux - exit ;; - BS2000:POSIX*:*:*) - echo bs2000-siemens-sysv - exit ;; - DS/*:UNIX_System_V:*:*) - echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} - exit ;; - *:Plan9:*:*) - # "uname -m" is not consistent, so use $cputype instead. 386 - # is converted to i386 for consistency with other x86 - # operating systems. - if test "$cputype" = "386"; then - UNAME_MACHINE=i386 - else - UNAME_MACHINE="$cputype" - fi - echo ${UNAME_MACHINE}-unknown-plan9 - exit ;; - *:TOPS-10:*:*) - echo pdp10-unknown-tops10 - exit ;; - *:TENEX:*:*) - echo pdp10-unknown-tenex - exit ;; - KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) - echo pdp10-dec-tops20 - exit ;; - XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) - echo pdp10-xkl-tops20 - exit ;; - *:TOPS-20:*:*) - echo pdp10-unknown-tops20 - exit ;; - *:ITS:*:*) - echo pdp10-unknown-its - exit ;; - SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} - exit ;; - *:DragonFly:*:*) - echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` - exit ;; - *:*VMS:*:*) - UNAME_MACHINE=`(uname -p) 2>/dev/null` - case "${UNAME_MACHINE}" in - A*) echo alpha-dec-vms ; exit ;; - I*) echo ia64-dec-vms ; exit ;; - V*) echo vax-dec-vms ; exit ;; - esac ;; - *:XENIX:*:SysV) - echo i386-pc-xenix - exit ;; - i*86:skyos:*:*) - echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' - exit ;; - i*86:rdos:*:*) - echo ${UNAME_MACHINE}-pc-rdos - exit ;; -esac - -#echo '(No uname command or uname output not recognized.)' 1>&2 -#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 - -eval $set_cc_for_build -cat >$dummy.c < -# include -#endif -main () -{ -#if defined (sony) -#if defined (MIPSEB) - /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, - I don't know.... */ - printf ("mips-sony-bsd\n"); exit (0); -#else -#include - printf ("m68k-sony-newsos%s\n", -#ifdef NEWSOS4 - "4" -#else - "" -#endif - ); exit (0); -#endif -#endif - -#if defined (__arm) && defined (__acorn) && defined (__unix) - printf ("arm-acorn-riscix\n"); exit (0); -#endif - -#if defined (hp300) && !defined (hpux) - printf ("m68k-hp-bsd\n"); exit (0); -#endif - -#if defined (NeXT) -#if !defined (__ARCHITECTURE__) -#define __ARCHITECTURE__ "m68k" -#endif - int version; - version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; - if (version < 4) - printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); - else - printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); - exit (0); -#endif - -#if defined (MULTIMAX) || defined (n16) -#if defined (UMAXV) - printf ("ns32k-encore-sysv\n"); exit (0); -#else -#if defined (CMU) - printf ("ns32k-encore-mach\n"); exit (0); -#else - printf ("ns32k-encore-bsd\n"); exit (0); -#endif -#endif -#endif - -#if defined (__386BSD__) - printf ("i386-pc-bsd\n"); exit (0); -#endif - -#if defined (sequent) -#if defined (i386) - printf ("i386-sequent-dynix\n"); exit (0); -#endif -#if defined (ns32000) - printf ("ns32k-sequent-dynix\n"); exit (0); -#endif -#endif - -#if defined (_SEQUENT_) - struct utsname un; - - uname(&un); - - if (strncmp(un.version, "V2", 2) == 0) { - printf ("i386-sequent-ptx2\n"); exit (0); - } - if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ - printf ("i386-sequent-ptx1\n"); exit (0); - } - printf ("i386-sequent-ptx\n"); exit (0); - -#endif - -#if defined (vax) -# if !defined (ultrix) -# include -# if defined (BSD) -# if BSD == 43 - printf ("vax-dec-bsd4.3\n"); exit (0); -# else -# if BSD == 199006 - printf ("vax-dec-bsd4.3reno\n"); exit (0); -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# endif -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# else - printf ("vax-dec-ultrix\n"); exit (0); -# endif -#endif - -#if defined (alliant) && defined (i860) - printf ("i860-alliant-bsd\n"); exit (0); -#endif - - exit (1); -} -EOF - -$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && - { echo "$SYSTEM_NAME"; exit; } - -# Apollos put the system type in the environment. - -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } - -# Convex versions that predate uname can use getsysinfo(1) - -if [ -x /usr/convex/getsysinfo ] -then - case `getsysinfo -f cpu_type` in - c1*) - echo c1-convex-bsd - exit ;; - c2*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit ;; - c34*) - echo c34-convex-bsd - exit ;; - c38*) - echo c38-convex-bsd - exit ;; - c4*) - echo c4-convex-bsd - exit ;; - esac -fi - -cat >&2 < in order to provide the needed -information to handle your system. - -config.guess timestamp = $timestamp - -uname -m = `(uname -m) 2>/dev/null || echo unknown` -uname -r = `(uname -r) 2>/dev/null || echo unknown` -uname -s = `(uname -s) 2>/dev/null || echo unknown` -uname -v = `(uname -v) 2>/dev/null || echo unknown` - -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` -/bin/uname -X = `(/bin/uname -X) 2>/dev/null` - -hostinfo = `(hostinfo) 2>/dev/null` -/bin/universe = `(/bin/universe) 2>/dev/null` -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` -/bin/arch = `(/bin/arch) 2>/dev/null` -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` - -UNAME_MACHINE = ${UNAME_MACHINE} -UNAME_RELEASE = ${UNAME_RELEASE} -UNAME_SYSTEM = ${UNAME_SYSTEM} -UNAME_VERSION = ${UNAME_VERSION} -EOF - -exit 1 - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: diff --git a/config.sub b/config.sub deleted file mode 100755 index 387c18d..0000000 --- a/config.sub +++ /dev/null @@ -1,1608 +0,0 @@ -#! /bin/sh -# Configuration validation subroutine script. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, -# Inc. - -timestamp='2006-07-02' - -# This file is (in principle) common to ALL GNU software. -# The presence of a machine in this file suggests that SOME GNU software -# can handle that machine. It does not imply ALL GNU software can. -# -# This file is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA -# 02110-1301, USA. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - - -# Please send patches to . Submit a context -# diff and a properly formatted ChangeLog entry. -# -# Configuration subroutine to validate and canonicalize a configuration type. -# Supply the specified configuration type as an argument. -# If it is invalid, we print an error message on stderr and exit with code 1. -# Otherwise, we print the canonical config type on stdout and succeed. - -# This file is supposed to be the same for all GNU packages -# and recognize all the CPU types, system types and aliases -# that are meaningful with *any* GNU software. -# Each package is responsible for reporting which valid configurations -# it does not support. The user should be able to distinguish -# a failure to support a valid configuration from a meaningless -# configuration. - -# The goal of this file is to map all the various variations of a given -# machine specification into a single specification in the form: -# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM -# or in some cases, the newer four-part form: -# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM -# It is wrong to echo any other type of specification. - -me=`echo "$0" | sed -e 's,.*/,,'` - -usage="\ -Usage: $0 [OPTION] CPU-MFR-OPSYS - $0 [OPTION] ALIAS - -Canonicalize a configuration name. - -Operation modes: - -h, --help print this help, then exit - -t, --time-stamp print date of last modification, then exit - -v, --version print version number, then exit - -Report bugs and patches to ." - -version="\ -GNU config.sub ($timestamp) - -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." - -help=" -Try \`$me --help' for more information." - -# Parse command line -while test $# -gt 0 ; do - case $1 in - --time-stamp | --time* | -t ) - echo "$timestamp" ; exit ;; - --version | -v ) - echo "$version" ; exit ;; - --help | --h* | -h ) - echo "$usage"; exit ;; - -- ) # Stop option processing - shift; break ;; - - ) # Use stdin as input. - break ;; - -* ) - echo "$me: invalid option $1$help" - exit 1 ;; - - *local*) - # First pass through any local machine types. - echo $1 - exit ;; - - * ) - break ;; - esac -done - -case $# in - 0) echo "$me: missing argument$help" >&2 - exit 1;; - 1) ;; - *) echo "$me: too many arguments$help" >&2 - exit 1;; -esac - -# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). -# Here we must recognize all the valid KERNEL-OS combinations. -maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` -case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ - uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ - storm-chaos* | os2-emx* | rtmk-nova*) - os=-$maybe_os - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` - ;; - *) - basic_machine=`echo $1 | sed 's/-[^-]*$//'` - if [ $basic_machine != $1 ] - then os=`echo $1 | sed 's/.*-/-/'` - else os=; fi - ;; -esac - -### Let's recognize common machines as not being operating systems so -### that things like config.sub decstation-3100 work. We also -### recognize some manufacturers as not being operating systems, so we -### can provide default operating systems below. -case $os in - -sun*os*) - # Prevent following clause from handling this invalid input. - ;; - -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ - -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ - -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ - -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ - -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ - -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray) - os= - basic_machine=$1 - ;; - -sim | -cisco | -oki | -wec | -winbond) - os= - basic_machine=$1 - ;; - -scout) - ;; - -wrs) - os=-vxworks - basic_machine=$1 - ;; - -chorusos*) - os=-chorusos - basic_machine=$1 - ;; - -chorusrdb) - os=-chorusrdb - basic_machine=$1 - ;; - -hiux*) - os=-hiuxwe2 - ;; - -sco6) - os=-sco5v6 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco5) - os=-sco3.2v5 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco4) - os=-sco3.2v4 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2.[4-9]*) - os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2v[4-9]*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco5v6*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco*) - os=-sco3.2v2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -udk*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -isc) - os=-isc2.2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -clix*) - basic_machine=clipper-intergraph - ;; - -isc*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -lynx*) - os=-lynxos - ;; - -ptx*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` - ;; - -windowsnt*) - os=`echo $os | sed -e 's/windowsnt/winnt/'` - ;; - -psos*) - os=-psos - ;; - -mint | -mint[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; -esac - -# Decode aliases for certain CPU-COMPANY combinations. -case $basic_machine in - # Recognize the basic CPU types without company name. - # Some are omitted here because they have special meanings below. - 1750a | 580 \ - | a29k \ - | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ - | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | am33_2.0 \ - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ - | bfin \ - | c4x | clipper \ - | d10v | d30v | dlx | dsp16xx \ - | fr30 | frv \ - | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ - | i370 | i860 | i960 | ia64 \ - | ip2k | iq2000 \ - | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | mcore \ - | mips | mipsbe | mipseb | mipsel | mipsle \ - | mips16 \ - | mips64 | mips64el \ - | mips64vr | mips64vrel \ - | mips64orion | mips64orionel \ - | mips64vr4100 | mips64vr4100el \ - | mips64vr4300 | mips64vr4300el \ - | mips64vr5000 | mips64vr5000el \ - | mips64vr5900 | mips64vr5900el \ - | mipsisa32 | mipsisa32el \ - | mipsisa32r2 | mipsisa32r2el \ - | mipsisa64 | mipsisa64el \ - | mipsisa64r2 | mipsisa64r2el \ - | mipsisa64sb1 | mipsisa64sb1el \ - | mipsisa64sr71k | mipsisa64sr71kel \ - | mipstx39 | mipstx39el \ - | mn10200 | mn10300 \ - | mt \ - | msp430 \ - | nios | nios2 \ - | ns16k | ns32k \ - | or32 \ - | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ - | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ - | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu | strongarm \ - | tahoe | thumb | tic4x | tic80 | tron \ - | v850 | v850e \ - | we32k \ - | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ - | z8k) - basic_machine=$basic_machine-unknown - ;; - m6811 | m68hc11 | m6812 | m68hc12) - # Motorola 68HC11/12. - basic_machine=$basic_machine-unknown - os=-none - ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) - ;; - ms1) - basic_machine=mt-unknown - ;; - - # We use `pc' rather than `unknown' - # because (1) that's what they normally are, and - # (2) the word "unknown" tends to confuse beginning users. - i*86 | x86_64) - basic_machine=$basic_machine-pc - ;; - # Object if more than one company name word. - *-*-*) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; - # Recognize the basic CPU types with company name. - 580-* \ - | a29k-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ - | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ - | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* | avr32-* \ - | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ - | clipper-* | craynv-* | cydra-* \ - | d10v-* | d30v-* | dlx-* \ - | elxsi-* \ - | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ - | h8300-* | h8500-* \ - | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ - | i*86-* | i860-* | i960-* | ia64-* \ - | ip2k-* | iq2000-* \ - | m32c-* | m32r-* | m32rle-* \ - | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* \ - | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ - | mips16-* \ - | mips64-* | mips64el-* \ - | mips64vr-* | mips64vrel-* \ - | mips64orion-* | mips64orionel-* \ - | mips64vr4100-* | mips64vr4100el-* \ - | mips64vr4300-* | mips64vr4300el-* \ - | mips64vr5000-* | mips64vr5000el-* \ - | mips64vr5900-* | mips64vr5900el-* \ - | mipsisa32-* | mipsisa32el-* \ - | mipsisa32r2-* | mipsisa32r2el-* \ - | mipsisa64-* | mipsisa64el-* \ - | mipsisa64r2-* | mipsisa64r2el-* \ - | mipsisa64sb1-* | mipsisa64sb1el-* \ - | mipsisa64sr71k-* | mipsisa64sr71kel-* \ - | mipstx39-* | mipstx39el-* \ - | mmix-* \ - | mt-* \ - | msp430-* \ - | nios-* | nios2-* \ - | none-* | np1-* | ns16k-* | ns32k-* \ - | orion-* \ - | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ - | pyramid-* \ - | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ - | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ - | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ - | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ - | tron-* \ - | v850-* | v850e-* | vax-* \ - | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ - | xstormy16-* | xtensa-* \ - | ymp-* \ - | z8k-*) - ;; - # Recognize the various machine names and aliases which stand - # for a CPU type and a company and sometimes even an OS. - 386bsd) - basic_machine=i386-unknown - os=-bsd - ;; - 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) - basic_machine=m68000-att - ;; - 3b*) - basic_machine=we32k-att - ;; - a29khif) - basic_machine=a29k-amd - os=-udi - ;; - abacus) - basic_machine=abacus-unknown - ;; - adobe68k) - basic_machine=m68010-adobe - os=-scout - ;; - alliant | fx80) - basic_machine=fx80-alliant - ;; - altos | altos3068) - basic_machine=m68k-altos - ;; - am29k) - basic_machine=a29k-none - os=-bsd - ;; - amd64) - basic_machine=x86_64-pc - ;; - amd64-*) - basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - amdahl) - basic_machine=580-amdahl - os=-sysv - ;; - amiga | amiga-*) - basic_machine=m68k-unknown - ;; - amigaos | amigados) - basic_machine=m68k-unknown - os=-amigaos - ;; - amigaunix | amix) - basic_machine=m68k-unknown - os=-sysv4 - ;; - apollo68) - basic_machine=m68k-apollo - os=-sysv - ;; - apollo68bsd) - basic_machine=m68k-apollo - os=-bsd - ;; - aux) - basic_machine=m68k-apple - os=-aux - ;; - balance) - basic_machine=ns32k-sequent - os=-dynix - ;; - c90) - basic_machine=c90-cray - os=-unicos - ;; - convex-c1) - basic_machine=c1-convex - os=-bsd - ;; - convex-c2) - basic_machine=c2-convex - os=-bsd - ;; - convex-c32) - basic_machine=c32-convex - os=-bsd - ;; - convex-c34) - basic_machine=c34-convex - os=-bsd - ;; - convex-c38) - basic_machine=c38-convex - os=-bsd - ;; - cray | j90) - basic_machine=j90-cray - os=-unicos - ;; - craynv) - basic_machine=craynv-cray - os=-unicosmp - ;; - cr16c) - basic_machine=cr16c-unknown - os=-elf - ;; - crds | unos) - basic_machine=m68k-crds - ;; - crisv32 | crisv32-* | etraxfs*) - basic_machine=crisv32-axis - ;; - cris | cris-* | etrax*) - basic_machine=cris-axis - ;; - crx) - basic_machine=crx-unknown - os=-elf - ;; - da30 | da30-*) - basic_machine=m68k-da30 - ;; - decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) - basic_machine=mips-dec - ;; - decsystem10* | dec10*) - basic_machine=pdp10-dec - os=-tops10 - ;; - decsystem20* | dec20*) - basic_machine=pdp10-dec - os=-tops20 - ;; - delta | 3300 | motorola-3300 | motorola-delta \ - | 3300-motorola | delta-motorola) - basic_machine=m68k-motorola - ;; - delta88) - basic_machine=m88k-motorola - os=-sysv3 - ;; - djgpp) - basic_machine=i586-pc - os=-msdosdjgpp - ;; - dpx20 | dpx20-*) - basic_machine=rs6000-bull - os=-bosx - ;; - dpx2* | dpx2*-bull) - basic_machine=m68k-bull - os=-sysv3 - ;; - ebmon29k) - basic_machine=a29k-amd - os=-ebmon - ;; - elxsi) - basic_machine=elxsi-elxsi - os=-bsd - ;; - encore | umax | mmax) - basic_machine=ns32k-encore - ;; - es1800 | OSE68k | ose68k | ose | OSE) - basic_machine=m68k-ericsson - os=-ose - ;; - fx2800) - basic_machine=i860-alliant - ;; - genix) - basic_machine=ns32k-ns - ;; - gmicro) - basic_machine=tron-gmicro - os=-sysv - ;; - go32) - basic_machine=i386-pc - os=-go32 - ;; - h3050r* | hiux*) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - h8300hms) - basic_machine=h8300-hitachi - os=-hms - ;; - h8300xray) - basic_machine=h8300-hitachi - os=-xray - ;; - h8500hms) - basic_machine=h8500-hitachi - os=-hms - ;; - harris) - basic_machine=m88k-harris - os=-sysv3 - ;; - hp300-*) - basic_machine=m68k-hp - ;; - hp300bsd) - basic_machine=m68k-hp - os=-bsd - ;; - hp300hpux) - basic_machine=m68k-hp - os=-hpux - ;; - hp3k9[0-9][0-9] | hp9[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k2[0-9][0-9] | hp9k31[0-9]) - basic_machine=m68000-hp - ;; - hp9k3[2-9][0-9]) - basic_machine=m68k-hp - ;; - hp9k6[0-9][0-9] | hp6[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k7[0-79][0-9] | hp7[0-79][0-9]) - basic_machine=hppa1.1-hp - ;; - hp9k78[0-9] | hp78[0-9]) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][13679] | hp8[0-9][13679]) - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][0-9] | hp8[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hppa-next) - os=-nextstep3 - ;; - hppaosf) - basic_machine=hppa1.1-hp - os=-osf - ;; - hppro) - basic_machine=hppa1.1-hp - os=-proelf - ;; - i370-ibm* | ibm*) - basic_machine=i370-ibm - ;; -# I'm not sure what "Sysv32" means. Should this be sysv3.2? - i*86v32) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv32 - ;; - i*86v4*) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv4 - ;; - i*86v) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv - ;; - i*86sol2) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-solaris2 - ;; - i386mach) - basic_machine=i386-mach - os=-mach - ;; - i386-vsta | vsta) - basic_machine=i386-unknown - os=-vsta - ;; - iris | iris4d) - basic_machine=mips-sgi - case $os in - -irix*) - ;; - *) - os=-irix4 - ;; - esac - ;; - isi68 | isi) - basic_machine=m68k-isi - os=-sysv - ;; - m88k-omron*) - basic_machine=m88k-omron - ;; - magnum | m3230) - basic_machine=mips-mips - os=-sysv - ;; - merlin) - basic_machine=ns32k-utek - os=-sysv - ;; - mingw32) - basic_machine=i386-pc - os=-mingw32 - ;; - miniframe) - basic_machine=m68000-convergent - ;; - *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; - mips3*-*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` - ;; - mips3*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown - ;; - monitor) - basic_machine=m68k-rom68k - os=-coff - ;; - morphos) - basic_machine=powerpc-unknown - os=-morphos - ;; - msdos) - basic_machine=i386-pc - os=-msdos - ;; - ms1-*) - basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` - ;; - mvs) - basic_machine=i370-ibm - os=-mvs - ;; - ncr3000) - basic_machine=i486-ncr - os=-sysv4 - ;; - netbsd386) - basic_machine=i386-unknown - os=-netbsd - ;; - netwinder) - basic_machine=armv4l-rebel - os=-linux - ;; - news | news700 | news800 | news900) - basic_machine=m68k-sony - os=-newsos - ;; - news1000) - basic_machine=m68030-sony - os=-newsos - ;; - news-3600 | risc-news) - basic_machine=mips-sony - os=-newsos - ;; - necv70) - basic_machine=v70-nec - os=-sysv - ;; - next | m*-next ) - basic_machine=m68k-next - case $os in - -nextstep* ) - ;; - -ns2*) - os=-nextstep2 - ;; - *) - os=-nextstep3 - ;; - esac - ;; - nh3000) - basic_machine=m68k-harris - os=-cxux - ;; - nh[45]000) - basic_machine=m88k-harris - os=-cxux - ;; - nindy960) - basic_machine=i960-intel - os=-nindy - ;; - mon960) - basic_machine=i960-intel - os=-mon960 - ;; - nonstopux) - basic_machine=mips-compaq - os=-nonstopux - ;; - np1) - basic_machine=np1-gould - ;; - nsr-tandem) - basic_machine=nsr-tandem - ;; - op50n-* | op60c-*) - basic_machine=hppa1.1-oki - os=-proelf - ;; - openrisc | openrisc-*) - basic_machine=or32-unknown - ;; - os400) - basic_machine=powerpc-ibm - os=-os400 - ;; - OSE68000 | ose68000) - basic_machine=m68000-ericsson - os=-ose - ;; - os68k) - basic_machine=m68k-none - os=-os68k - ;; - pa-hitachi) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - paragon) - basic_machine=i860-intel - os=-osf - ;; - pbd) - basic_machine=sparc-tti - ;; - pbb) - basic_machine=m68k-tti - ;; - pc532 | pc532-*) - basic_machine=ns32k-pc532 - ;; - pc98) - basic_machine=i386-pc - ;; - pc98-*) - basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentium | p5 | k5 | k6 | nexgen | viac3) - basic_machine=i586-pc - ;; - pentiumpro | p6 | 6x86 | athlon | athlon_*) - basic_machine=i686-pc - ;; - pentiumii | pentium2 | pentiumiii | pentium3) - basic_machine=i686-pc - ;; - pentium4) - basic_machine=i786-pc - ;; - pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) - basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumpro-* | p6-* | 6x86-* | athlon-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentium4-*) - basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pn) - basic_machine=pn-gould - ;; - power) basic_machine=power-ibm - ;; - ppc) basic_machine=powerpc-unknown - ;; - ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppcle | powerpclittle | ppc-le | powerpc-little) - basic_machine=powerpcle-unknown - ;; - ppcle-* | powerpclittle-*) - basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppc64) basic_machine=powerpc64-unknown - ;; - ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppc64le | powerpc64little | ppc64-le | powerpc64-little) - basic_machine=powerpc64le-unknown - ;; - ppc64le-* | powerpc64little-*) - basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ps2) - basic_machine=i386-ibm - ;; - pw32) - basic_machine=i586-unknown - os=-pw32 - ;; - rdos) - basic_machine=i386-pc - os=-rdos - ;; - rom68k) - basic_machine=m68k-rom68k - os=-coff - ;; - rm[46]00) - basic_machine=mips-siemens - ;; - rtpc | rtpc-*) - basic_machine=romp-ibm - ;; - s390 | s390-*) - basic_machine=s390-ibm - ;; - s390x | s390x-*) - basic_machine=s390x-ibm - ;; - sa29200) - basic_machine=a29k-amd - os=-udi - ;; - sb1) - basic_machine=mipsisa64sb1-unknown - ;; - sb1el) - basic_machine=mipsisa64sb1el-unknown - ;; - sei) - basic_machine=mips-sei - os=-seiux - ;; - sequent) - basic_machine=i386-sequent - ;; - sh) - basic_machine=sh-hitachi - os=-hms - ;; - sh64) - basic_machine=sh64-unknown - ;; - sparclite-wrs | simso-wrs) - basic_machine=sparclite-wrs - os=-vxworks - ;; - sps7) - basic_machine=m68k-bull - os=-sysv2 - ;; - spur) - basic_machine=spur-unknown - ;; - st2000) - basic_machine=m68k-tandem - ;; - stratus) - basic_machine=i860-stratus - os=-sysv4 - ;; - sun2) - basic_machine=m68000-sun - ;; - sun2os3) - basic_machine=m68000-sun - os=-sunos3 - ;; - sun2os4) - basic_machine=m68000-sun - os=-sunos4 - ;; - sun3os3) - basic_machine=m68k-sun - os=-sunos3 - ;; - sun3os4) - basic_machine=m68k-sun - os=-sunos4 - ;; - sun4os3) - basic_machine=sparc-sun - os=-sunos3 - ;; - sun4os4) - basic_machine=sparc-sun - os=-sunos4 - ;; - sun4sol2) - basic_machine=sparc-sun - os=-solaris2 - ;; - sun3 | sun3-*) - basic_machine=m68k-sun - ;; - sun4) - basic_machine=sparc-sun - ;; - sun386 | sun386i | roadrunner) - basic_machine=i386-sun - ;; - sv1) - basic_machine=sv1-cray - os=-unicos - ;; - symmetry) - basic_machine=i386-sequent - os=-dynix - ;; - t3e) - basic_machine=alphaev5-cray - os=-unicos - ;; - t90) - basic_machine=t90-cray - os=-unicos - ;; - tic54x | c54x*) - basic_machine=tic54x-unknown - os=-coff - ;; - tic55x | c55x*) - basic_machine=tic55x-unknown - os=-coff - ;; - tic6x | c6x*) - basic_machine=tic6x-unknown - os=-coff - ;; - tx39) - basic_machine=mipstx39-unknown - ;; - tx39el) - basic_machine=mipstx39el-unknown - ;; - toad1) - basic_machine=pdp10-xkl - os=-tops20 - ;; - tower | tower-32) - basic_machine=m68k-ncr - ;; - tpf) - basic_machine=s390x-ibm - os=-tpf - ;; - udi29k) - basic_machine=a29k-amd - os=-udi - ;; - ultra3) - basic_machine=a29k-nyu - os=-sym1 - ;; - v810 | necv810) - basic_machine=v810-nec - os=-none - ;; - vaxv) - basic_machine=vax-dec - os=-sysv - ;; - vms) - basic_machine=vax-dec - os=-vms - ;; - vpp*|vx|vx-*) - basic_machine=f301-fujitsu - ;; - vxworks960) - basic_machine=i960-wrs - os=-vxworks - ;; - vxworks68) - basic_machine=m68k-wrs - os=-vxworks - ;; - vxworks29k) - basic_machine=a29k-wrs - os=-vxworks - ;; - w65*) - basic_machine=w65-wdc - os=-none - ;; - w89k-*) - basic_machine=hppa1.1-winbond - os=-proelf - ;; - xbox) - basic_machine=i686-pc - os=-mingw32 - ;; - xps | xps100) - basic_machine=xps100-honeywell - ;; - ymp) - basic_machine=ymp-cray - os=-unicos - ;; - z8k-*-coff) - basic_machine=z8k-unknown - os=-sim - ;; - none) - basic_machine=none-none - os=-none - ;; - -# Here we handle the default manufacturer of certain CPU types. It is in -# some cases the only manufacturer, in others, it is the most popular. - w89k) - basic_machine=hppa1.1-winbond - ;; - op50n) - basic_machine=hppa1.1-oki - ;; - op60c) - basic_machine=hppa1.1-oki - ;; - romp) - basic_machine=romp-ibm - ;; - mmix) - basic_machine=mmix-knuth - ;; - rs6000) - basic_machine=rs6000-ibm - ;; - vax) - basic_machine=vax-dec - ;; - pdp10) - # there are many clones, so DEC is not a safe bet - basic_machine=pdp10-unknown - ;; - pdp11) - basic_machine=pdp11-dec - ;; - we32k) - basic_machine=we32k-att - ;; - sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) - basic_machine=sh-unknown - ;; - sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) - basic_machine=sparc-sun - ;; - cydra) - basic_machine=cydra-cydrome - ;; - orion) - basic_machine=orion-highlevel - ;; - orion105) - basic_machine=clipper-highlevel - ;; - mac | mpw | mac-mpw) - basic_machine=m68k-apple - ;; - pmac | pmac-mpw) - basic_machine=powerpc-apple - ;; - *-unknown) - # Make sure to match an already-canonicalized machine name. - ;; - *) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; -esac - -# Here we canonicalize certain aliases for manufacturers. -case $basic_machine in - *-digital*) - basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` - ;; - *-commodore*) - basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` - ;; - *) - ;; -esac - -# Decode manufacturer-specific aliases for certain operating systems. - -if [ x"$os" != x"" ] -then -case $os in - # First match some system type aliases - # that might get confused with valid system types. - # -solaris* is a basic system type, with this one exception. - -solaris1 | -solaris1.*) - os=`echo $os | sed -e 's|solaris1|sunos4|'` - ;; - -solaris) - os=-solaris2 - ;; - -svr4*) - os=-sysv4 - ;; - -unixware*) - os=-sysv4.2uw - ;; - -gnu/linux*) - os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` - ;; - # First accept the basic system types. - # The portable systems comes first. - # Each alternative MUST END IN A *, to match a version number. - # -sysv* is not here because it comes later, after sysvr4. - -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ - | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* \ - | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ - | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ - | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ - | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* \ - | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* \ - | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ - | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ - | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ - | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ - | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers*) - # Remember, each alternative MUST END IN *, to match a version number. - ;; - -qnx*) - case $basic_machine in - x86-* | i*86-*) - ;; - *) - os=-nto$os - ;; - esac - ;; - -nto-qnx*) - ;; - -nto*) - os=`echo $os | sed -e 's|nto|nto-qnx|'` - ;; - -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ - | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) - ;; - -mac*) - os=`echo $os | sed -e 's|mac|macos|'` - ;; - -linux-dietlibc) - os=-linux-dietlibc - ;; - -linux*) - os=`echo $os | sed -e 's|linux|linux-gnu|'` - ;; - -sunos5*) - os=`echo $os | sed -e 's|sunos5|solaris2|'` - ;; - -sunos6*) - os=`echo $os | sed -e 's|sunos6|solaris3|'` - ;; - -opened*) - os=-openedition - ;; - -os400*) - os=-os400 - ;; - -wince*) - os=-wince - ;; - -osfrose*) - os=-osfrose - ;; - -osf*) - os=-osf - ;; - -utek*) - os=-bsd - ;; - -dynix*) - os=-bsd - ;; - -acis*) - os=-aos - ;; - -atheos*) - os=-atheos - ;; - -syllable*) - os=-syllable - ;; - -386bsd) - os=-bsd - ;; - -ctix* | -uts*) - os=-sysv - ;; - -nova*) - os=-rtmk-nova - ;; - -ns2 ) - os=-nextstep2 - ;; - -nsk*) - os=-nsk - ;; - # Preserve the version number of sinix5. - -sinix5.*) - os=`echo $os | sed -e 's|sinix|sysv|'` - ;; - -sinix*) - os=-sysv4 - ;; - -tpf*) - os=-tpf - ;; - -triton*) - os=-sysv3 - ;; - -oss*) - os=-sysv3 - ;; - -svr4) - os=-sysv4 - ;; - -svr3) - os=-sysv3 - ;; - -sysvr4) - os=-sysv4 - ;; - # This must come after -sysvr4. - -sysv*) - ;; - -ose*) - os=-ose - ;; - -es1800*) - os=-ose - ;; - -xenix) - os=-xenix - ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - os=-mint - ;; - -aros*) - os=-aros - ;; - -kaos*) - os=-kaos - ;; - -zvmoe) - os=-zvmoe - ;; - -none) - ;; - *) - # Get rid of the `-' at the beginning of $os. - os=`echo $os | sed 's/[^-]*-//'` - echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 - exit 1 - ;; -esac -else - -# Here we handle the default operating systems that come with various machines. -# The value should be what the vendor currently ships out the door with their -# machine or put another way, the most popular os provided with the machine. - -# Note that if you're going to try to match "-MANUFACTURER" here (say, -# "-sun"), then you have to tell the case statement up towards the top -# that MANUFACTURER isn't an operating system. Otherwise, code above -# will signal an error saying that MANUFACTURER isn't an operating -# system, and we'll never get to this point. - -case $basic_machine in - spu-*) - os=-elf - ;; - *-acorn) - os=-riscix1.2 - ;; - arm*-rebel) - os=-linux - ;; - arm*-semi) - os=-aout - ;; - c4x-* | tic4x-*) - os=-coff - ;; - # This must come before the *-dec entry. - pdp10-*) - os=-tops20 - ;; - pdp11-*) - os=-none - ;; - *-dec | vax-*) - os=-ultrix4.2 - ;; - m68*-apollo) - os=-domain - ;; - i386-sun) - os=-sunos4.0.2 - ;; - m68000-sun) - os=-sunos3 - # This also exists in the configure program, but was not the - # default. - # os=-sunos4 - ;; - m68*-cisco) - os=-aout - ;; - mips*-cisco) - os=-elf - ;; - mips*-*) - os=-elf - ;; - or32-*) - os=-coff - ;; - *-tti) # must be before sparc entry or we get the wrong os. - os=-sysv3 - ;; - sparc-* | *-sun) - os=-sunos4.1.1 - ;; - *-be) - os=-beos - ;; - *-haiku) - os=-haiku - ;; - *-ibm) - os=-aix - ;; - *-knuth) - os=-mmixware - ;; - *-wec) - os=-proelf - ;; - *-winbond) - os=-proelf - ;; - *-oki) - os=-proelf - ;; - *-hp) - os=-hpux - ;; - *-hitachi) - os=-hiux - ;; - i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) - os=-sysv - ;; - *-cbm) - os=-amigaos - ;; - *-dg) - os=-dgux - ;; - *-dolphin) - os=-sysv3 - ;; - m68k-ccur) - os=-rtu - ;; - m88k-omron*) - os=-luna - ;; - *-next ) - os=-nextstep - ;; - *-sequent) - os=-ptx - ;; - *-crds) - os=-unos - ;; - *-ns) - os=-genix - ;; - i370-*) - os=-mvs - ;; - *-next) - os=-nextstep3 - ;; - *-gould) - os=-sysv - ;; - *-highlevel) - os=-bsd - ;; - *-encore) - os=-bsd - ;; - *-sgi) - os=-irix - ;; - *-siemens) - os=-sysv4 - ;; - *-masscomp) - os=-rtu - ;; - f30[01]-fujitsu | f700-fujitsu) - os=-uxpv - ;; - *-rom68k) - os=-coff - ;; - *-*bug) - os=-coff - ;; - *-apple) - os=-macos - ;; - *-atari*) - os=-mint - ;; - *) - os=-none - ;; -esac -fi - -# Here we handle the case where we know the os, and the CPU type, but not the -# manufacturer. We pick the logical manufacturer. -vendor=unknown -case $basic_machine in - *-unknown) - case $os in - -riscix*) - vendor=acorn - ;; - -sunos*) - vendor=sun - ;; - -aix*) - vendor=ibm - ;; - -beos*) - vendor=be - ;; - -hpux*) - vendor=hp - ;; - -mpeix*) - vendor=hp - ;; - -hiux*) - vendor=hitachi - ;; - -unos*) - vendor=crds - ;; - -dgux*) - vendor=dg - ;; - -luna*) - vendor=omron - ;; - -genix*) - vendor=ns - ;; - -mvs* | -opened*) - vendor=ibm - ;; - -os400*) - vendor=ibm - ;; - -ptx*) - vendor=sequent - ;; - -tpf*) - vendor=ibm - ;; - -vxsim* | -vxworks* | -windiss*) - vendor=wrs - ;; - -aux*) - vendor=apple - ;; - -hms*) - vendor=hitachi - ;; - -mpw* | -macos*) - vendor=apple - ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - vendor=atari - ;; - -vos*) - vendor=stratus - ;; - esac - basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` - ;; -esac - -echo $basic_machine$os -exit - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..cae5d95 --- /dev/null +++ b/configure.ac @@ -0,0 +1,29 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. +#AC_PREREQ(2.60) +AC_INIT(lsyncd, 2.0beta1, axkibe@gmail.com) +AC_CONFIG_SRCDIR([lsyncd.c],[lsyncd.lua]) +AC_CONFIG_HEADER([config.h]) +AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) +# Checks for programs. +AC_PROG_CC +AC_PROG_INSTALL +AC_PROG_MAKE_SET +# Checks for libraries. +PKG_CHECK_MODULES(LIBLUA, lua5.1) +# Checks for header files. +AC_CHECK_HEADERS([sys/inotify.h]) + +AC_ARG_WITH([runner], +[ --with-runner= Specify directory where lsyncds part written in Lua will be placed. + If missing it will be compiled into the binary)]) +if test "x${with_runner}" != x; then +AC_DEFINE_UNQUOTED(LSYNCD_DEFAULT_RUNNER_FILE, "${with_runner}/lsyncd.lua", "descr") +AC_SUBST(RUNNER_DIR, "${with_runner}") +fi +AM_CONDITIONAL([RUNNER], [test x${with_runner} != x]) + +# Checks for typedefs, structures, and compiler characteristics. +# Checks for library functions. +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT diff --git a/configure.in b/configure.in deleted file mode 100644 index 532047e..0000000 --- a/configure.in +++ /dev/null @@ -1,28 +0,0 @@ -AC_INIT(lsyncd.c) -m4_define(LSYNCD_PACKAGE,lsyncd) -m4_define(LSYNCD_VERSION,1.39) -AM_INIT_AUTOMAKE(LSYNCD_PACKAGE,LSYNCD_VERSION) - -AC_ARG_ENABLE([xml_config], -[ --enable-xml-config Lsyncd is able to parse lsyncd.conf files (default: enabled)], -[case "${enableval}" in - yes) xml_config=true ;; - no) xml_config=false ;; - *) AC_MSG_ERROR([bad value ${enableval} for --enable-xml-config]) ;; -esac],[xml_config=true]) -AM_CONDITIONAL(XML_CONFIG,[test x$xml_config = xtrue]) - -#if test x$xml_config = xtrue; then -#AM_PATH_XML2(2.5.0,,AC_MSG_ERROR([*** Libxml is required if you do not --disable-xml-config])) -#fi - -AM_MAINTAINER_MODE - -AC_PROG_CC -AC_PROG_INSTALL -AC_CHECK_HEADERS([sys/inotify.h]) - -AC_CONFIG_HEADERS([config.h]) - -AC_OUTPUT(Makefile) - diff --git a/doc/manpage.lsyncd.conf.xml b/doc/manpage.lsyncd.conf.xml deleted file mode 100644 index bb62931..0000000 --- a/doc/manpage.lsyncd.conf.xml +++ /dev/null @@ -1,171 +0,0 @@ - -.
will be generated. You may view the -manual page with: nroff -man .
| less'. A typical entry -in a Makefile or Makefile.am is: - -DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl -XP = xsltproc -''-nonet -''-param man.charmap.use.subset "0" - -manpage.1: manpage.xml - $(XP) $(DB2MAN) $< - -The xsltproc binary is found in the xsltproc package. The XSL files are in -docbook-xsl. A description of the parameters you can use can be found in the -docbook-xsl-doc-* packages. Please remember that if you create the nroff -version in one of the debian/rules file targets (such as build), you will need -to include xsltproc and docbook-xsl in your Build-Depends control field. -Alternatively use the xmlto command/package. That will also automatically -pull in xsltproc and docbook-xsl. - -Notes for using docbook2x: docbook2x-man does not automatically create the -AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as - ... . - -To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections -read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be -found in the docbook-xsl-doc-html package. - -Validation can be done using: `xmllint -''-noout -''-valid manpage.xml` - -General documentation about man-pages and man-page-formatting: -man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - ---> -]> - - - - lsyncd User Manual - lsyncd - - - Axel - Kittenberger -
- axel.kittenberger@univie.ac.at -
-
-
- - Permission is granted to copy, distribute and/or modify this - document under the terms of the GNU General Public License, - Version 2 or (at your option) any later version published by - the Free Software Foundation. - -
- - LSYNCD.CONF.XML - 5 - - - lsyncd.conf.xml - xconfig file for lsyncd - - - - DESCRIPTION - lsyncd.conf.xml is used to configure the lsyncd daemon. - Note that any command line options can overrule settings in the config file. A lsyncd configuration file has an XML grammar. That means tags have to be closed with a / and the such. Following explanations will be provided with an examples. - The config file must start with a root node. A "version" parameter has to be present which specifies the lsyncd version of the config file format. Currently this is 1. - <lsyncd version="1"> - - - SETTINGS - Next is optionally a node. It controls lsyncd global settings. All settings are optional. - <settings> - - If a node is present all debug messages will be logged. Default is a normal verbosity. - <debug/> - - If specified by the "value" parameter is greater than zero, lsyncd waits this amount of seconds between an event and calling the binary. All events for a directory in this timeframe will be aggregated to one call. If delay is 0 changes will be handlet immediatly. Default is 5 seconds. - <delay/> - - If a node is present only error messages will be logged. Default is a normal verbosity. - <scarce/> - - If a node is present lsyncd will continue even if the startup sync fails. Default is being not stubborn. - <stubborn/> - - If a node is present lsyncd will not detach and log to stdout/stderr. Default is to detach as daemon. - <no-daemon/> - - If a node is present lsyncd will not initiate the recursive rsync call on startup. Not adviced, know what you are doing if using this. - <no-startup/> - - If a node is present lsyncd will not call any actions (rsync) for test purposes. Default is not to run dry. - <dry-run/> - - With an entry an exclusion file can be specified with a "filename" parameter. This will be passed to rsync and follows rsyncs grammar for exclude files. Default is not to pass an exlude file to rsync. - <exclude-from filename="/etc/lsyncd.exclude"/> - - With a node to location of the logfile can be changed. Default is /var/log/lsyncd. Take care that the user which lsyncd is running with can write to this file. - <logfile filename="/var/log/lsyncd"/> - - A node specifies the binary lsyncd will call to sync stuff. Usually you want this to be rsync. Default is /usr/bin/rsync. - <binary filename="/usr/bin/rsync"/> - - If a node is present lsyncd will write its pid there. Default is not to write a pidfile. - <pidfile filename="/var/run/lsyncd.pid"/> - - With a node you can control the arguments lsyncd will call the <binary> (rsync) with. Each child node will specify one argument. <option> specifies a literal argument. Only %r will be replaced with 'r' when rsycnd is supposed to work recursive (on startup of lsyncd) or 'd' on normal operations. <exclude-file> will be replaced with if an <exclude-from> file is specified. <source> will be replaced the source directory to sync from. <destination> will be replace to the target to sync to. Default arguments are . - <callopts> - With a node you can control the inotify events lsyncd will register to. Each event is configured by a <event> child node and its attribute 'id'. The following events may be registered: ACCESS,ATTRIB,CLOSE_WRITE,CLOSE_NOWRITE,CREATE,DELETE,DELETE_SELF,MODIFY,MOVE_SELF,MOVED_FROM,MOVED_TO,OPEN. If the inotify node is omitted the following events are registered by default: IN_ATTRIB,IN_CLOSE_WRITE,IN_CREATE,IN_DELETE,IN_DELETE_SELF,IN_MOVED_FROM,IN_MOVED_TO,IN_DONT_FOLLOW,IN_ONLYDIR. - <inotify> - <event id="MOVED_TO"/> - <event id="DELETE"/> - </inotify> - - <option text="-lts%r"/> - <option text="--delete"/> - <exclude-file/> - <source/> - <destination/> - </callopts> - End of (optional) settings section. - </settings> - - - - DIRECTORIES -+ With nodes arbitrarily many sources to be watched can be specified. Within a <directory> entry you can again specify a , , or a node which will override global settings just for this source. See SETTINGS for details on this options. -+ The mandatory node specifies with the paramater "path" the directory to watch and sync. (once in a while something is mandatory. Also at least one node has to specified where to sync to. This has to be a format accepted by rsync. - <directory> - <source path="/absolute/path/to/source"/> - <target path="desthost::module/"/> - </directory> - - End of a lsyncd.conf.xml file. - </lsyncd> - - - FILES - - - /etc/lsyncd.conf.xml - - The default location of the configuration file. - - - - - - SEE ALSO - - - lsyncd - 1 - - -
- diff --git a/doc/manpage.lsyncd.xml b/doc/manpage.lsyncd.xml deleted file mode 100644 index 2488261..0000000 --- a/doc/manpage.lsyncd.xml +++ /dev/null @@ -1,355 +0,0 @@ - -.
will be generated. You may view the -manual page with: nroff -man .
| less'. A typical entry -in a Makefile or Makefile.am is: - -DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl -XP = xsltproc -''-nonet -''-param man.charmap.use.subset "0" - -manpage.1: manpage.xml - $(XP) $(DB2MAN) $< - -The xsltproc binary is found in the xsltproc package. The XSL files are in -docbook-xsl. A description of the parameters you can use can be found in the -docbook-xsl-doc-* packages. Please remember that if you create the nroff -version in one of the debian/rules file targets (such as build), you will need -to include xsltproc and docbook-xsl in your Build-Depends control field. -Alternatively use the xmlto command/package. That will also automatically -pull in xsltproc and docbook-xsl. - -Notes for using docbook2x: docbook2x-man does not automatically create the -AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as - ... . - -To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections -read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be -found in the docbook-xsl-doc-html package. - -Validation can be done using: `xmllint -''-noout -''-valid manpage.xml` - -General documentation about man-pages and man-page-formatting: -man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - ---> - -]> - - - - lsyncd User Manual - lsyncd - - - Junichi - Uekawa - Wrote this manpage for the Debian system. -
- dancer@debian.org -
-
- - Axel - Kittenberger - Strives to keep this up to date. -
- axel.kittenberger@univie.ac.at -
-
-
- - 2008 - Junichi Uekawa, Axel Kittenberger - - - Permission is granted to copy, distribute and/or modify this - document under the terms of the GNU General Public License, - Version 2 or (at your option) any later version published by - the Free Software Foundation. - -
- - LSYNCD - 1 - - - &dhpackage; - A rsync-based tool to monitor a directory including subdirectories and update modifications. - - - - &dhpackage; - - - - - - - - - - - - - source - target... - - - &dhpackage; - - - - - - - - - - - - - - - - - DESCRIPTION - &dhpackage; is a program that uses rsync - to synchronize local directories with a or several remote machine(s) - running rsyncd. Lsyncd watches multiple directory trees through - inotify. On startup it will rsync all directories with the remote - host(s), and then sync single directories by collecting the inotify - events. This tool is a light-weight live mirror solution. - - - - OPTIONS - The program takes options starting with two dashes (`-'). A summary of - options is included below. - - - - - - Call this binary to sync (DEFAULT: /usr/bin/rsync). - - - - - - - config file to read config from. See lsyncd.conf.xml5 - Default: /etc/lsyncd.conf.xml if no , is given in the commandline. If they are given and --conf is not given no config file will be loaded. - - - - - - - - Log debug messages - - - - - - - If is greater than zero, lsyncd waits this amount of seconds between an event and calling the binary. All events for a directory in this timeframe will be aggregated to one call. Default is 5 seconds. - <delay/> - - - - - - - - Do not call rsync, run dry only - - - - - - - Exclude file handlet to rsync (DEFAULT: None). - - - - - - - Put log here (DEFAULT: /var/log/lsyncd). - - - - - - - Do not detach, log to stdout/stderr. - - - - - - - Skips the inital recursive rsync. This option is not adviced and may lead to failures if the target - is missing directories. Know what you are doing if you use it. - - - - - - - Create a file with pid of application. - - - - - - - Only log errors. - - - - - - - Continue even if startup sync fails. - - - - - - - Show summary of options. - - - - - - - Show version of program. - - - - - - FILES - - - /etc/lsyncd.conf.xml - - The default location of configuration file. - - - - /var/log/lsyncd - - The default location of log file. Make sure the - running user has write access to this file, or specify a - different log file name. - - - - - - DIAGNOSTICS - - - &dhpackage; provides some return codes, that can - be used in scripts: - - Code - Diagnostic - - 0 - Program exited successfully. - - - - 1 - Out of memory. - - - - 2 - File was not found, or failed to write. - - - - 3 - binary (most likely rsync) returned non-zero result on startup. - - - - 4 - Something wrong the command-line arguments in the lsyncd invocation. - - - - 5 - Too many exclude files were specified. - - - - 6 - Something wrong with the config file. - - - - 7 - Kernel cannot do inotify. - - - - 255 - Internal failure. - - - - - - SEE ALSO - - - - lsyncd.conf.xml - 5 - - - rsync - 1 - - - The programs are documented fully in README file available - in /usr/share/doc/lsyncd/README.gz. - -
diff --git a/examples/lbash.lua b/examples/lbash.lua new file mode 100644 index 0000000..fee4baa --- /dev/null +++ b/examples/lbash.lua @@ -0,0 +1,40 @@ +----- +-- User configuration file for lsyncd. +-- +-- This example uses local bash commands to keep two local +-- directory trees in sync. +-- +settings = { + logfile = "/tmp/lsyncd.log", + statusFile = "/tmp/lsyncd.stat", + statusIntervall = 1, + nodaemon = true, +} + +----- +-- for testing purposes. prefix can be used to slow commands down. +-- prefix = "sleep 5 && " +-- +prefix = "" + +----- +-- for testing purposes. uses bash command to hold local dirs in sync. +-- +bash = { + + maxProcesses = 3, + + onStartup = + [[if [ "$(ls -A ^source)" ]; then cp -r ^source* ^target; fi]], + + onCreate = prefix..[[cp -r ^sourcePathname ^targetPathname]], + + onModify = prefix..[[cp -r ^sourcePathname ^targetPathname]], + + onDelete = prefix..[[rm -rf ^targetPathname]], + + onMove = prefix..[[mv ^o.targetPathname ^d.targetPathname]], +} + +sync{bash, source="src", target="trg/"} + diff --git a/examples/lgforce.lua b/examples/lgforce.lua new file mode 100644 index 0000000..5f49673 --- /dev/null +++ b/examples/lgforce.lua @@ -0,0 +1,82 @@ +----- +-- User configuration file for lsyncd. +-- +-- This example refers to a common problem in unix. +-- +-- You have a shared directory for a set of users and you want +-- to ensure all users have read and write permissions on all +-- files in there. Unfortunally sometimes users mess with their +-- umask, and create files in there that are not read/write/deleteable +-- by others. Usually this involves frequent handfixes by a sysadmin, +-- or a cron job that recursively chmods/chowns the whole directory. +-- +-- This is another approach to use lsyncd to continously fix permissions. +-- +-- One second after a file is created/modified it checks for its permissions +-- and forces group permissions on it. +-- +-- This example regards more the handcraft of bash scripting than lsyncd. +-- An alternative to this would be to load a Lua-Posix library and do the +-- permission changes right within the onAction handlers. + +---- +-- forces this group. +-- +fgroup = "staff" + +----- +-- script for all changes. +-- +command = +-- checks if the group is the one enforced and sets them if not +[[ +perm=`stat -c %A ^sourcePathname` +if [ `stat -c %G ^sourcePathname` != ]]..fgroup..[[ ]; then + /bin/chgrp ]]..fgroup..[[ ^sourcePathname || /bin/true; +fi +]] .. + +-- checks if the group permissions are rw and sets them +[[ +if [ `expr match $perm "....rw"` == 0 ]; then + /bin/chmod g+rw ^sourcePathname || /bin/true; +fi +]] .. + +-- and forces the executable bit for directories. +[[ +if [ -d ^sourcePathname ]; then + if [ `expr match $perm "......x"` == 0 ]; then + /bin/chmod g+x ^^sourcePathname || /bin/true; + fi +fi +]] + +-- on startup recursevily sets all group ownerships +-- all group permissions are set to rw +-- and to executable flag for directories +-- +-- the hash in the first line is important, otherwise due to the starting +-- slash, Lsyncd would think it is a call to the binary /bin/chgrp only +-- and would optimize the bash away. +-- +startup = +[[# +/bin/chgrp -R ]]..fgroup..[[ ^source || /bin/true && +/bin/chmod -R g+rw ^source || /bin/true && +/usr/bin/find ^source -type d | xargs chmod g+x +]] + +gforce = { + maxProcesses = 99, + delay = 1, + onStartup = startup, + onAttrib = command, + onCreate = command, + onModify = command, + -- does nothing on moves, they won't change permissions + onMove = true, +} + +sync{gforce, source="/path/to/share"} + diff --git a/examples/limagemagic.lua b/examples/limagemagic.lua new file mode 100644 index 0000000..aa0fd19 --- /dev/null +++ b/examples/limagemagic.lua @@ -0,0 +1,119 @@ +---- +-- Lsyncd user-script that creates a "magic" image converter directory. +-- +-- This configuration will automatically convert all images that are placed +-- in the directory 'magicdir' all resulting images are placed in the same +-- directory! +-- +-- Be sure to mkdir 'magicdir' first. + +----- +-- Fileformats: .jpg .gif .png +-- +local formats = { jpg=true, gif=true, png=true, } + +convert = { + delay = 0, + + maxProcesses = 99, + + action = function(inlet) + local event = inlet.getEvent() + + if event.isdir then + -- ignores events on dirs + inlet.discardEvent(event) + return + end + + -- extract extension and basefilename + local p = event.pathname + local ext = string.match(p, ".*%.([^.]+)$") + local base = string.match(p, "(.*)%.[^.]+$") + if not formats[ext] then + -- an unknown extenion + log("Normal", "not doing something on ."..ext) + inlet.discardEvent(event) + return + end + + -- autoconvert on create and modify + if event.etype == "Create" or event.etype == "Modify" then + -- builds one bash command + local cmd = "" + -- do for all other extensions + for k, _ in pairs(formats) do + if k ~= ext then + -- excludes files to be created, so no + -- followup actions will occur + inlet.addExclude(base..'.'..k) + if cmd ~= "" then + cmd = cmd .. " && " + end + cmd = cmd.. + '/usr/bin/convert "'.. + event.source..p..'" "'.. + event.source..base..'.'..k.. + '" || /bin/true' + end + end + log("Normal", "Converting "..p) + spawnShell(event, cmd) + return + end + + -- deletes all formats if you delete one + if event.etype == "Delete" then + -- builds one bash command + local cmd = "" + -- do for all other extensions + for k, _ in pairs(formats) do + if k ~= ext then + -- excludes files to be created, so no + -- followup actions will occur + inlet.addExclude(base..'.'..k) + if cmd ~= "" then + cmd = cmd .. " && " + end + cmd = cmd.. + 'rm "'..event.source..base..'.'..k.. + '" || /bin/true' + end + end + log("Normal", "Deleting all "..p) + spawnShell(event, cmd) + return + end + + -- ignores other events. + inlet.discardEvent(event) + end, + + ----- + -- Removes excludes when convertions are finished + -- + collect = function(event, exitcode) + local p = event.pathname + local ext = string.match(p, ".*%.([^.]+)$") + local base = string.match(p, "(.*)%.[^.]+$") + local inlet = event.inlet + + if event.etype == "Create" or + event.etype == "Modify" or + event.etype == "Delete" + then + for k, _ in pairs(formats) do + inlet.rmExclude(base..'.'..k) + end + end + end, + + ----- + -- Does not collapse anything + collapse = function() + return 3 + end, +} + +sync{convert, source="magicdir", recursive=false} + diff --git a/examples/lrsync.lua b/examples/lrsync.lua new file mode 100644 index 0000000..cd8092c --- /dev/null +++ b/examples/lrsync.lua @@ -0,0 +1,16 @@ +---- +-- User configuration file for lsyncd. +-- +-- Simple example for default rsync. +-- +settings = { + statusFile = "/tmp/lsyncd.stat", + statusIntervall = 1, +} + +sync{ + default.rsync, + source="src", + target="/home/user/dst/", +} + diff --git a/examples/lrsyncssh.lua b/examples/lrsyncssh.lua new file mode 100644 index 0000000..c535097 --- /dev/null +++ b/examples/lrsyncssh.lua @@ -0,0 +1,7 @@ +---- +-- User configuration file for lsyncd. +-- +-- Simple example for default rsync, but executing moves through on the target. +-- +sync{default.rsyncssh, source="src", host="localhost", targetdir="dst/"} + diff --git a/inotify-nosys.h b/inotify-nosys.h deleted file mode 100644 index 6af44dc..0000000 --- a/inotify-nosys.h +++ /dev/null @@ -1,181 +0,0 @@ -/* - * This header is used if cannot be found. - * - * Inode based directory notification for Linux - * - * Copyright (C) 2005 John McCutchan - */ - -#ifndef _LINUX_INOTIFY_H -#define _LINUX_INOTIFY_H - -#include -#include -#include -#include - -/* - * struct inotify_event - structure read from the inotify device for each event - * - * When you are watching a directory, you will receive the filename for events - * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd. - */ -struct inotify_event { - int wd; /* watch descriptor */ - uint32_t mask; /* watch mask */ - uint32_t cookie; /* cookie to synchronize two events */ - uint32_t len; /* length (including nulls) of name */ - char name __flexarr; /* stub for possible name */ -}; - -/* the following are legal, implemented events that user-space can watch for */ -#define IN_ACCESS 0x00000001 /* File was accessed */ -#define IN_MODIFY 0x00000002 /* File was modified */ -#define IN_ATTRIB 0x00000004 /* Metadata changed */ -#define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ -#define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ -#define IN_OPEN 0x00000020 /* File was opened */ -#define IN_MOVED_FROM 0x00000040 /* File was moved from X */ -#define IN_MOVED_TO 0x00000080 /* File was moved to Y */ -#define IN_CREATE 0x00000100 /* Subfile was created */ -#define IN_DELETE 0x00000200 /* Subfile was deleted */ -#define IN_DELETE_SELF 0x00000400 /* Self was deleted */ -#define IN_MOVE_SELF 0x00000800 /* Self was moved */ - -/* the following are legal events. they are sent as needed to any watch */ -#define IN_UNMOUNT 0x00002000 /* Backing fs was unmounted */ -#define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */ -#define IN_IGNORED 0x00008000 /* File was ignored */ - -/* helper events */ -#define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */ -#define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO) /* moves */ - -/* special flags */ -#define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ -#define IN_DONT_FOLLOW 0x02000000 /* don't follow a sym link */ -#define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */ -#define IN_ISDIR 0x40000000 /* event occurred against dir */ -#define IN_ONESHOT 0x80000000 /* only send event once */ - -/* - * All of the events - we build the list by hand so that we can add flags in - * the future and not break backward compatibility. Apps will get only the - * events that they originally wanted. Be sure to add new events here! - */ -#define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \ - IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \ - IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \ - IN_MOVE_SELF) - -#if 0 -#if defined (__alpha__) -# define __NR_inotify_init 444 -# define __NR_inotify_add_watch 445 -# define __NR_inotify_rm_watch 446 - -#elif defined (__arm__) -# define __NR_inotify_init (__NR_SYSCALL_BASE+316) -# define __NR_inotify_add_watch (__NR_SYSCALL_BASE+317) -# define __NR_inotify_rm_watch (__NR_SYSCALL_BASE+318) - -#elif defined (__frv__) -# define __NR_inotify_init 291 -# define __NR_inotify_add_watch 292 -# define __NR_inotify_rm_watch 293 - -#elif defined(__i386__) -# define __NR_inotify_init 291 -# define __NR_inotify_add_watch 292 -# define __NR_inotify_rm_watch 293 - -#elif defined (__ia64__) -# define __NR_inotify_init 1277 -# define __NR_inotify_add_watch 1278 -# define __NR_inotify_rm_watch 1279 - -#elif defined (__mips__) -# if _MIPS_SIM == _MIPS_SIM_ABI32 -# define __NR_inotify_init (__NR_Linux + 284) -# define __NR_inotify_add_watch (__NR_Linux + 285) -# define __NR_inotify_rm_watch (__NR_Linux + 286) -# endif -# if _MIPS_SIM == _MIPS_SIM_ABI64 -# define __NR_inotify_init (__NR_Linux + 243) -# define __NR_inotify_add_watch (__NR_Linux + 243) -# define __NR_inotify_rm_watch (__NR_Linux + 243) -# endif -# if _MIPS_SIM == _MIPS_SIM_NABI32 -# define __NR_inotify_init (__NR_Linux + 247) -# define __NR_inotify_add_watch (__NR_Linux + 248) -# define __NR_inotify_rm_watch (__NR_Linux + 249) -# endif - -#elif defined(__parisc__) -# define __NR_inotify_init (__NR_Linux + 269) -# define __NR_inotify_add_watch (__NR_Linux + 270) -# define __NR_inotify_rm_watch (__NR_Linux + 271) - -#elif defined(__powerpc__) || defined(__powerpc64__) -# define __NR_inotify_init 275 -# define __NR_inotify_add_watch 276 -# define __NR_inotify_rm_watch 277 - -#elif defined (__s390__) -# define __NR_inotify_init 284 -# define __NR_inotify_add_watch 285 -# define __NR_inotify_rm_watch 286 - -#elif defined (__sh__) -# define __NR_inotify_init 290 -# define __NR_inotify_add_watch 291 -# define __NR_inotify_rm_watch 292 - -#elif defined (__sh64__) -# define __NR_inotify_init 318 -# define __NR_inotify_add_watch 319 -# define __NR_inotify_rm_watch 320 - -#elif defined (__sparc__) || defined (__sparc64__) -# define __NR_inotify_init 151 -# define __NR_inotify_add_watch 152 -# define __NR_inotify_rm_watch 156 - -#elif defined(__x86_64__) -# define __NR_inotify_init 253 -# define __NR_inotify_add_watch 254 -# define __NR_inotify_rm_watch 255 - -#else -# error "Unsupported architecture!" -#endif -#endif - -#ifndef __NR_inotify_init -# error "Unsupported architecture!" -#endif -#ifndef __NR_inotify_add_watch -# error "Unsupported architecture!" -#endif -#ifndef __NR_inotify_rm_watch -# error "Unsupported architecture!" -#endif - - -static inline int inotify_init (void) -{ - return syscall (__NR_inotify_init); -} - -static inline int inotify_add_watch (int fd, const char *name, uint32_t mask) -{ - return syscall (__NR_inotify_add_watch, fd, name, mask); -} - -static inline int inotify_rm_watch (int fd, uint32_t wd) -{ - return syscall (__NR_inotify_rm_watch, fd, wd); -} - - -#endif /* _LINUX_INOTIFY_H */ diff --git a/install-sh b/install-sh deleted file mode 100755 index d4744f0..0000000 --- a/install-sh +++ /dev/null @@ -1,269 +0,0 @@ -#!/bin/sh -# -# install - install a program, script, or datafile -# -# This originates from X11R5 (mit/util/scripts/install.sh), which was -# later released in X11R6 (xc/config/util/install.sh) with the -# following copyright and license. -# -# Copyright (C) 1994 X Consortium -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to -# deal in the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- -# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# -# Except as contained in this notice, the name of the X Consortium shall not -# be used in advertising or otherwise to promote the sale, use or other deal- -# ings in this Software without prior written authorization from the X Consor- -# tium. -# -# -# FSF changes to this file are in the public domain. -# -# Calling this script install-sh is preferred over install.sh, to prevent -# `make' implicit rules from creating a file called install from it -# when there is no Makefile. -# -# This script is compatible with the BSD install script, but was written -# from scratch. It can only install one file at a time, a restriction -# shared with many OS's install programs. - - -# set DOITPROG to echo to test this script - -# Don't use :- since 4.3BSD and earlier shells don't like it. -doit="${DOITPROG-}" - - -# put in absolute paths if you don't have them in your path; or use env. vars. - -mvprog="${MVPROG-mv}" -cpprog="${CPPROG-cp}" -chmodprog="${CHMODPROG-chmod}" -chownprog="${CHOWNPROG-chown}" -chgrpprog="${CHGRPPROG-chgrp}" -stripprog="${STRIPPROG-strip}" -rmprog="${RMPROG-rm}" -mkdirprog="${MKDIRPROG-mkdir}" - -transformbasename="" -transform_arg="" -instcmd="$mvprog" -chmodcmd="$chmodprog 0755" -chowncmd="" -chgrpcmd="" -stripcmd="" -rmcmd="$rmprog -f" -mvcmd="$mvprog" -src="" -dst="" -dir_arg="" - -while [ x"$1" != x ]; do - case $1 in - -c) instcmd="$cpprog" - shift - continue;; - - -d) dir_arg=true - shift - continue;; - - -m) chmodcmd="$chmodprog $2" - shift - shift - continue;; - - -o) chowncmd="$chownprog $2" - shift - shift - continue;; - - -g) chgrpcmd="$chgrpprog $2" - shift - shift - continue;; - - -s) stripcmd="$stripprog" - shift - continue;; - - -t=*) transformarg=`echo $1 | sed 's/-t=//'` - shift - continue;; - - -b=*) transformbasename=`echo $1 | sed 's/-b=//'` - shift - continue;; - - *) if [ x"$src" = x ] - then - src=$1 - else - # this colon is to work around a 386BSD /bin/sh bug - : - dst=$1 - fi - shift - continue;; - esac -done - -if [ x"$src" = x ] -then - echo "install: no input file specified" - exit 1 -else - true -fi - -if [ x"$dir_arg" != x ]; then - dst=$src - src="" - - if [ -d $dst ]; then - instcmd=: - chmodcmd="" - else - instcmd=mkdir - fi -else - -# Waiting for this to be detected by the "$instcmd $src $dsttmp" command -# might cause directories to be created, which would be especially bad -# if $src (and thus $dsttmp) contains '*'. - - if [ -f $src -o -d $src ] - then - true - else - echo "install: $src does not exist" - exit 1 - fi - - if [ x"$dst" = x ] - then - echo "install: no destination specified" - exit 1 - else - true - fi - -# If destination is a directory, append the input filename; if your system -# does not like double slashes in filenames, you may need to add some logic - - if [ -d $dst ] - then - dst="$dst"/`basename $src` - else - true - fi -fi - -## this sed command emulates the dirname command -dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` - -# Make sure that the destination directory exists. -# this part is taken from Noah Friedman's mkinstalldirs script - -# Skip lots of stat calls in the usual case. -if [ ! -d "$dstdir" ]; then -defaultIFS=' -' -IFS="${IFS-${defaultIFS}}" - -oIFS="${IFS}" -# Some sh's can't handle IFS=/ for some reason. -IFS='%' -set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` -IFS="${oIFS}" - -pathcomp='' - -while [ $# -ne 0 ] ; do - pathcomp="${pathcomp}${1}" - shift - - if [ ! -d "${pathcomp}" ] ; - then - $mkdirprog "${pathcomp}" - else - true - fi - - pathcomp="${pathcomp}/" -done -fi - -if [ x"$dir_arg" != x ] -then - $doit $instcmd $dst && - - if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && - if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && - if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && - if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi -else - -# If we're going to rename the final executable, determine the name now. - - if [ x"$transformarg" = x ] - then - dstfile=`basename $dst` - else - dstfile=`basename $dst $transformbasename | - sed $transformarg`$transformbasename - fi - -# don't allow the sed command to completely eliminate the filename - - if [ x"$dstfile" = x ] - then - dstfile=`basename $dst` - else - true - fi - -# Make a temp file name in the proper directory. - - dsttmp=$dstdir/#inst.$$# - -# Move or copy the file name to the temp name - - $doit $instcmd $src $dsttmp && - - trap "rm -f ${dsttmp}" 0 && - -# and set any options; do chmod last to preserve setuid bits - -# If any of these fail, we abort the whole thing. If we want to -# ignore errors from any of these, just make sure not to ignore -# errors from the above "$doit $instcmd $src $dsttmp" command. - - if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && - if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && - if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && - if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi && - -# Now rename the file to the real destination. - - $doit $rmcmd -f $dstdir/$dstfile && - $doit $mvcmd $dsttmp $dstdir/$dstfile - -fi && - - -exit 0 diff --git a/lsyncd.c b/lsyncd.c index 9451488..375579a 100644 --- a/lsyncd.c +++ b/lsyncd.c @@ -3,3119 +3,1694 @@ * * License: GPLv2 (see COPYING) or any later version * - * Authors: Axel Kittenberger - * Eugene Sanivsky + * Authors: Axel Kittenberger + * + * This is the core. It contains as minimal as possible glues + * to the operating system needed for lsyncd operation. All high-level + * logic is coded (when feasable) into lsyncd.lua */ #include "config.h" -#define _GNU_SOURCE - -#include -#include -#include -#include +#define LUA_USE_APICHECK 1 #ifdef HAVE_SYS_INOTIFY_H # include #else -# include "inotify-nosys.h" +# error Missing ; supply kernel-headers and rerun configure. #endif -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include #include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #include +#include +#include +#include -#ifdef XML_CONFIG -#include -#include -#endif +#include +#include +#include -/** - * Define for debug memchecking. - */ -#define MEMCHECK - -/** - * Number of inotifies to read max. at once from the kernel. - */ -#define INOTIFY_BUF_LEN (64 * (sizeof(struct inotify_event) + 16)) - -/** - * Initial size of vectors - */ -#define VECT_INIT_SIZE 8 - -/** - * Defaults values - */ -#define DEFAULT_BINARY "/usr/bin/rsync" -#define DEFAULT_CONF_FILENAME "/etc/lsyncd.conf.xml" -const uint32_t standard_event_mask = - IN_ATTRIB | IN_CLOSE_WRITE | IN_CREATE | - IN_DELETE | IN_DELETE_SELF | IN_MOVED_FROM | - IN_MOVED_TO | IN_DONT_FOLLOW | IN_ONLYDIR; -/** - * Macros to compare times() values - * (borrowed from linux/jiffies.h) - * - * time_after(a,b) returns true if the time a is after time b. - */ #define time_after(a,b) ((long)(b) - (long)(a) < 0) #define time_before(a,b) time_after(b,a) #define time_after_eq(a,b) ((long)(a) - (long)(b) >= 0) #define time_before_eq(a,b) time_after_eq(b,a) /** - * Importance of log messages + * Event types core sends to runner. */ -enum log_code { - DEBUG = 1, - VERBOSE = 2, - NORMAL = 3, - ERROR = 4, +enum event_type { + NONE = 0, + ATTRIB = 1, + MODIFY = 2, + CREATE = 3, + DELETE = 4, + MOVE = 5, }; /** - * Possible exit codes for this application + * The Lua part of lsyncd if compiled into the binary. */ -enum lsyncd_exit_code { - LSYNCD_SUCCESS = 0, - - /* out-of memory */ - LSYNCD_OUTOFMEMORY = 1, - - /* file was not found, or failed to write */ - LSYNCD_FILENOTFOUND = 2, - - /* execution somehow failed */ - LSYNCD_EXECFAIL = 3, - - /* command-line arguments given to lsyncd are bad */ - LSYNCD_BADPARAMETERS = 4, - - /* Too many excludes files were specified */ - LSYNCD_TOOMANYDIRECTORYEXCLUDES = 5, - - /* something wrong with the config file */ - LSYNCD_BADCONFIGFILE = 6, - - /* cannot open inotify instance */ - LSYNCD_NOINOTIFY = 7, - - /* something internal went really wrong */ - LSYNCD_INTERNALFAIL = 255, -}; - -/** - * An option paramater for the action call can either be: - */ -enum call_option_kind { - CO_EOL, // end of list, - CO_TEXT, // specified by text, - CO_EXCLUDE, // be the exclude file - CO_FILTER, // file filter - CO_SOURCE, // be the source of the operation - CO_DEST, // be the destination of the operation -}; - -/*--------------------------------------------------------------------------* - * Structure definitions - *--------------------------------------------------------------------------*/ - -/** - * An option parameter for the call. - */ -struct call_option { - /** - * The kind of this option. - */ - enum call_option_kind kind; - - /** - * The text if its text. - */ - char *text; -}; - -/** - * A configurated directory to sync (including subdirectories) - * - * In case of beeing called with simple argument without a config file - * there will be exactly one sync_directory. - */ -struct dir_conf { - /** - * Source dir to watch (no default value) - */ - char * source; - - /** - * NULL terminated list of targets to rsync to (no default value). - */ - char ** targets; - - /** - * binary to call (defaults to global default setting) - */ - char * binary; - - /** - * the options to call the binary (defaults to global default setting) - */ - struct call_option * callopts; - - /** - * bitmask of inotify events to watch (defaults to global default setting) - */ - uint32_t event_mask; - - /** - * the exclude-file to pass to rsync (defaults to global default setting) - * TODO, Currently ignored! - */ - char * exclude_file; -}; - -/** - * Structure to store the directory watches. - */ -struct watch { - /** - * The watch descriptor returned by kernel. - */ - int wd; - - /** - * The name of the directory. - * In case of the root dir to be watched, it is a full path - * and parent == -1. Otherwise its just the name of the - * directory and parent points to the parent directory thats - * also watched. - */ - char * dirname; - - /** - * Points to the parent. NULL if no parent. - */ - struct watch *parent; - - /** - * There is one or several delays to be handled - * dor this directory - * - * In case of non-filtered opperation this points - * directly to the delay struct. - * - * In case of filtered opperatoin this points to - * a file_delay_vector struct. - */ - void * dirdelay; - - /** - * The applicable configuration for this directory - */ - struct dir_conf *dir_conf; -}; - -/** - * Global options relevant for logging. - * Part of struct global_options. - */ -struct log { - /** - * Global Option: The loglevel is how eloquent lsyncd will be. - */ - int loglevel; - - /** - * Global Option: if true, do not detach and log to stdout/stderr. - */ - int flag_nodaemon; - - /** - * If not NULL, this file will be accessed directly to write log messages to. - * If NULL, syslog will be used. - * - * Not as difference that the output of child processes (rsync) will be redirected - * to the logfile if specified, if syslogging the child-output will run into /dev/null. - * - * If flag_nodaemon is present stdout/stderr will be used. - */ - char * logfile; -}; - -/** - * Global variables - */ -struct global_options { - /** - * Options relevant for logging. - */ - struct log log; - - /** - * Global Option, if true handle files singular instead of grouping changes up into a dir. - * by default call rsync with file filters. - */ - int flag_singular; - - /** - * Global Option: if true no action will actually be called. - */ - int flag_dryrun; - - /** - * Global Option: if true, ignore rsync errors on startup. - * (during normal operations they have to be ignored eitherway, - * since rsync may also fail due e.g. the directory already - * beeing deleted when lsyncd wants to sync it.) - */ - int flag_stubborn; - - /** - * Global Option: if true, lsyncd will not perform the startup sync. - */ - int flag_nostartup; - - - /** - * Global Option: pidfile, which holds the PID of the running daemon process. - */ - char *pidfile; - -#ifdef XML_CONFIG - /** - * Global Option: the filename to read config from. - */ - char *conf_filename; +#ifndef LSYNCD_DEFAULT_RUNNER_FILE +extern char _binary_luac_out_start; +extern char _binary_luac_out_end; #endif - /** - * Global Option: this binary is used if no other specified in dir_conf. +/** + * The inotify file descriptor. + */ +static int inotify_fd; + +/** + * TODO allow configure. + */ +static const uint32_t standard_event_mask = + IN_ATTRIB | IN_CLOSE_WRITE | IN_CREATE | + IN_DELETE | IN_DELETE_SELF | IN_MOVED_FROM | + IN_MOVED_TO | IN_DONT_FOLLOW | IN_ONLYDIR; + +/** + * configuration parameters + */ +static struct settings { + /** + * If not null lsyncd logs in this file. */ - char *default_binary; - - /** - * Global Option: default bitmask of inotify events to react upon. - */ - uint32_t default_event_mask; + char * log_file; /** - * Global Option: default exclude file + * If true lsyncd sends log messages to syslog */ - char *default_exclude_file; + bool log_syslog; /** - * Global Option: default options to call the binary with. + * -1 logs everything, 0 normal mode, + * LOG_ERROR errors only */ - struct call_option *default_callopts; + int log_level; /** - * Seconds of delay between event and action + * True if lsyncd shall not daemonize. */ - clock_t delay; + bool nodaemon; - /** - * The configuratiton for dirs to synchronize - */ - struct dir_conf *dir_confs; - - /** - * The number of configurated dirs to sync. - */ - int dir_conf_n; +} settings = { + .log_file = NULL, + .log_syslog = false, + .log_level = 0, + .nodaemon = false, }; /** - * Standard default options to call the binary with. + * True when lsyncd daemonized itself. */ -struct call_option standard_callopts[] = { - { CO_TEXT, "-lts%r" }, - { CO_TEXT, "--delete" }, - { CO_EXCLUDE, NULL }, - { CO_FILTER, NULL }, - { CO_SOURCE, NULL }, - { CO_DEST, NULL }, - { CO_EOL, NULL }, +static bool is_daemon = false; + +/** + * True after first configuration phase. This is to write configuration error + * messages to stdout/stderr after being first started. Then it uses whatever + * it has been configured to. This survives a reset by HUP signal or + * inotify OVERFLOW! + */ +static bool running = false; + +/** + * Set to TERM or HUP in signal handler, when lsyncd should end or reset ASAP. + */ +static volatile sig_atomic_t hup = 0; +static volatile sig_atomic_t term = 0; + +/** + * The kernels clock ticks per second. + */ +static long clocks_per_sec; + +/** + * signal handler + */ +void +sig_child(int sig) +{ + /* nothing */ +} + +/** + * signal handler + */ +void +sig_handler(int sig) +{ + switch (sig) { + case SIGTERM: + term = 1; + return; + case SIGHUP: + hup = 1; + return; + } +} + + +/** + * predeclerations -- see below + */ +static void * s_calloc(size_t nmemb, size_t size); +static void * s_malloc(size_t size); +static void * s_realloc(void *ptr, size_t size); +static char * s_strdup(const char *src); + +/***************************************************************************** + * Logging + ****************************************************************************/ + +/** + * A logging category + */ +struct logcat { + char *name; + int priority; }; /** - * Structure to store strings for the diversve inotfy masked events. - * Used for comfortable log messages only. + * A table of all enabled logging categories. + * Sorted by first letter to have to do less comparisons; */ -struct inotify_mask_text { - /** - * the bit - */ - int mask; - - /** - * and its meaning - */ - char const * text; -}; +static struct logcat *logcats[26] = {0,}; /** - * A constant that assigns every inotify mask a printable string. - * Used for debugging. + * Returns the positive priority if category is configured to be logged. + * or -1 */ -struct inotify_mask_text mask_texts[] = { - { IN_ACCESS, "ACCESS" }, - { IN_ATTRIB, "ATTRIB" }, - { IN_CLOSE_WRITE, "CLOSE_WRITE" }, - { IN_CLOSE_NOWRITE, "CLOSE_NOWRITE" }, - { IN_CREATE, "CREATE" }, - { IN_DELETE, "DELETE" }, - { IN_DELETE_SELF, "DELETE_SELF" }, - { IN_IGNORED, "IGNORED" }, - { IN_MODIFY, "MODIFY" }, - { IN_MOVE_SELF, "MOVE_SELF" }, - { IN_MOVED_FROM, "MOVED_FROM" }, - { IN_MOVED_TO, "MOVED_TO" }, - { IN_OPEN, "OPEN" }, - { 0, "" }, -}; - -/** - * Holds all directories being watched. - */ -struct watch_vector { - /** - * list of pointers to all watches - */ - struct watch **data; - - /** - * number of entries allocated - */ - size_t size; - - /** - * number of entries used - */ - size_t len; -}; - -/** - * A delayed entry - */ -struct delay { - /** - * Pointer the owner. - * - * In filtered operation this points to a file_delay. - * In directory operation this points to the watch. - */ - void *owner; - - /** - * Alarm time for the delay. - */ - clock_t alarm; - - /** - * Pointer to the next delay. - */ - struct delay * next; - - /** - * Pointer to the before delay. - */ - struct delay * before; -}; - -/** - * Holds all entries on delay. - */ -struct delay_vector { - /** - * pointer to first delay - */ - struct delay *first; - - /** - * pointer to last delay - */ - struct delay *last; -}; - -/** - * Delayed files for filtered operatoins - */ -struct file_delay { - /** - * The filename without path. - */ - char *filename; - - /** - * The directory watch this file is in. - */ - struct watch *watch; - - /** - * The delay of this file. - */ - struct delay *delay; -}; - -/** - * A vector of file delays. - * In case of filtered operation dirdelay points - * to one of these. - */ -struct file_delay_vector { - /** - * The file delays. - */ - struct file_delay **data; - - /** - * size of vector - */ - size_t size; - - /** - * length of vector - */ - size_t len; -}; - -/** - * Array of strings of directory names to include. - * This is limited to MAX_EXCLUDES. - * It's not worth to code a dynamic size handling... - */ -#define MAX_EXCLUDES 256 -struct exclude_vector { - char * data[MAX_EXCLUDES]; - size_t len; -}; - -/*--------------------------------------------------------------------------* - * MEMCHECK - *--------------------------------------------------------------------------*/ -/** - * This routines keep track which memory allocs - * have not been freed. Debugging purposes. - */ -#ifdef MEMCHECK -#include -/** - * Counts the number of s_[m|c]alloc's. - */ -int memc = 0; - -/** - * A binary tree administered by the clib to store the - * pointers with a short description. - */ -void * mroot = NULL; - -/** - * An entry to that tree - */ -struct mentry { - const void *data; - const char *desc; -}; - -/** - * Compares two pointers simply by their address - */ -int mcompare(const void *pa, const void *pb) { - const struct mentry *ma = (const struct mentry *) pa; - const struct mentry *mb = (const struct mentry *) pb; - if (ma->data < mb->data) { +static int +check_logcat(const char *name) +{ + struct logcat *lc; + if (name[0] < 'A' || name[0] > 'Z') { + return false; + } + lc = logcats[name[0]-'A']; + if (!lc) { return -1; } - if (ma->data > mb->data) { - return 1; + while (lc->name) { + if (!strcmp(lc->name, name)) { + return lc->priority; + } + lc++; } - return 0; + return -1; } /** - * Prints nonfreed memory usage on exit/HUP + * Adds a logging category + * @return true if OK. */ -void maction(const void *nodep, const VISIT which, const int depth) { - if (which == leaf || which == postorder) { - struct mentry * r = *((struct mentry **) nodep); - memc--; - fprintf(stderr, "<*> unfreed data %p:%s\n", r->data, r->desc); - } -} -#endif - -/*--------------------------------------------------------------------------* - * Small generic helper routines. - * (signal catching, memory fetching, message output) - *--------------------------------------------------------------------------*/ - -/** - * Set to 0 in signal handler, when lsyncd should end ASAP. - * This can be either a TERM or a HUP signal. - * In case of HUP killed is 0 and start over. - */ -volatile sig_atomic_t keep_going = 1; - -/** - * Received a TERM signal, TERMinate nicely. - */ -volatile sig_atomic_t termed = 0; - -/** - * Called (out-of-order) when signals arrive - */ -void -catch_alarm(int sig) +static bool +add_logcat(const char *name, int priority) { - switch(sig) { - case SIGTERM : - termed = 1; - /* fall through */ - case SIGHUP : - keep_going = 0; + struct logcat *lc; + if (!strcmp("all", name)) { + settings.log_level = -1; + return true; + } + if (!strcmp("scarce", name)) { + settings.log_level = LOG_ERR; + return true; } -} -/** - * Just like exit, but logs the exit. - * Does not return! - */ -void -terminate(const struct log *log, int status) -{ - if (log && !log->flag_nodaemon) { - if (log->logfile) { - FILE * flog; - flog = fopen(log->logfile, "a"); - if (flog) { - fprintf(flog, "exit!"); - fclose(flog); + /* category must start with capital letter */ + if (name[0] < 'A' || name[0] > 'Z') { + return false; + } + if (!logcats[name[0]-'A']) { + /* en empty capital letter */ + lc = logcats[name[0]-'A'] = s_calloc(2, sizeof(struct logcat)); + } else { + /* length of letter list */ + int ll = 0; + /* counts list length */ + for(lc = logcats[name[0]-'A']; lc->name; lc++) { + ll++; + } + /* enlarge list */ + logcats[name[0]-'A'] = + s_realloc(logcats[name[0]-'A'], (ll + 2) * sizeof(struct logcat)); + /* go to list end */ + for(lc = logcats[name[0]-'A']; lc->name; lc++) { + if (!strcmp(name, lc->name)) { + /* already there */ + return true; } - } else { - syslog(LOG_ERR, "exit!"); } } - exit(status); + lc->name = s_strdup(name); + lc->priority = priority; + /* terminates the list */ + lc[1].name = NULL; + return true; } /** - * Prints a message to either the log stream, preceding a timestamp or - * forwards a message to syslogd. + * Logs a string. * - * Otherwise it behaves like printf(); - * - * It will also always produce error messages on stderr. - * So when startup fails, the message will be logged - * _and_ displayed on screen. If lsyncd daemonized already, - * stderr will be run into the void of /dev/null. + * @param priorty the priority of the log message + * @param cat the category + * @param message the log message */ -// activates gcc's printf warnings. -void -printlogf(const struct log *log, - int level, - const char *fmt, ...) - __attribute__((format(printf, 3, 4))); +#define logstring(cat, message) \ + {int p; if ((p = check_logcat(cat)) >= settings.log_level) \ + {logstring0(p, cat, message);}} -void -printlogf(const struct log *log, - int level, - const char *fmt, ...) +static void +logstring0(int priority, const char *cat, const char *message) { - va_list ap; - char * ct; - time_t mtime; - FILE * flog1 = NULL, * flog2 = NULL; - int sysp = 0; - - if (log && level < log->loglevel) { + /* in case of logall and not found category priority will be -1 */ + if (priority < 0) { + priority = LOG_DEBUG; + } + if (!running) { + /* lsyncd is in intial configuration. + * thus just print to normal stdout/stderr. */ + if (priority >= LOG_ERR) { + fprintf(stderr, "%s: %s\n", cat, message); + } else { + printf("%s: %s\n", cat, message); + } return; } - if (log && !log->flag_nodaemon && log->logfile) { - flog1 = fopen(log->logfile, "a"); + /* writes on console if not daemon */ + if (!is_daemon) { + char ct[255]; + /* gets current timestamp hour:minute:second */ + time_t mtime; + time(&mtime); + strftime(ct, sizeof(ct), "%T", localtime(&mtime)); + FILE * flog = priority <= LOG_ERR ? stderr : stdout; + fprintf(flog, "%s %s: %s\n", ct, cat, message); + } - if (flog1 == NULL) { - fprintf(stderr, "cannot open logfile [%s]!\n", log->logfile); - terminate(log, LSYNCD_FILENOTFOUND); + /* writes to file if configured so */ + if (settings.log_file) { + FILE * flog = fopen(settings.log_file, "a"); + /* gets current timestamp day-time-year */ + char * ct; + time_t mtime; + time(&mtime); + ct = ctime(&mtime); + /* cuts trailing linefeed */ + ct[strlen(ct) - 1] = 0; + + if (flog == NULL) { + fprintf(stderr, "Cannot open logfile [%s]!\n", + settings.log_file); + exit(-1); // ERRNO } + fprintf(flog, "%s %s: %s\n", ct, cat, message); + fclose(flog); } - time(&mtime); - ct = ctime(&mtime); - ct[strlen(ct) - 1] = 0; // cut trailing linefeed - - switch (level) { - case DEBUG : - sysp = LOG_DEBUG; - if (!log || log->flag_nodaemon) { - flog2 = stdout; - } - break; - - case VERBOSE : - case NORMAL : - sysp = LOG_NOTICE; - if (!log || log->flag_nodaemon) { - flog2 = stdout; - } - break; - - case ERROR : - sysp = LOG_ERR; - // write on stderr even when daemon. - flog2 = stderr; - break; - } - - // write time on fileoutput - if (flog1) { - fprintf(flog1, "%s: ", ct); - } - - if (level == ERROR) { - if (flog1) { - fprintf(flog1, "ERROR: "); - } - if (flog2) { - fprintf(flog2, "ERROR: "); - } - } - - if (flog1) { - va_start(ap, fmt); - vfprintf(flog1, fmt, ap); - va_end(ap); - } else { - va_start(ap, fmt); - vsyslog(sysp, fmt, ap); - va_end(ap); - } - if (flog2) { - va_start(ap, fmt); - vfprintf(flog2, fmt, ap); - va_end(ap); - } - - if (flog1) { - fprintf(flog1, "\n"); - } - if (flog2) { - fprintf(flog2, "\n"); - } - - if (flog1) { - fclose(flog1); + /* sends to syslog if configured so */ + if (settings.log_syslog) { + syslog(priority, "%s, %s", cat, message); } + return; } /** - * "secured" malloc, meaning the deamon shall kill itself - * in case of out of memory. - * - * On linux systems, which is actually the only system this - * deamon will run at, due to the use of inotify, this is - * an "academic" cleaness only, linux will never return out - * memory, but kill a process to ensure memory will be - * available. + * Let the core print logmessage comfortably. + * This uses the lua_State for it easy string buffers only. */ -void * -s_malloc(const struct log *log, size_t size, const char *desc) +#define printlogf(L, cat, ...) \ + {int p; if ((p = check_logcat(cat)) >= settings.log_level) \ + {printlogf0(L, p, cat, __VA_ARGS__);}} + +static void +printlogf0(lua_State *L, + int priority, + const char *cat, + const char *fmt, + ...) + __attribute__((format(printf, 4, 5))); + +static void +printlogf0(lua_State *L, + int priority, + const char *cat, + const char *fmt, ...) { - void *r = malloc(size); - - if (r == NULL) { - printlogf(log, ERROR, "Out of memory!"); - terminate(log, LSYNCD_OUTOFMEMORY); - } - -#ifdef MEMCHECK - { - struct mentry * mentry; - memc++; - mentry = malloc(sizeof(struct mentry)); - mentry->data = r; - mentry->desc = desc; - if (!mentry) { - printlogf(log, ERROR, "Out of memory in memcheck!"); - terminate(log, LSYNCD_OUTOFMEMORY); - } - tsearch(mentry, &mroot, mcompare); - } -#endif - return r; + va_list ap; + va_start(ap, fmt); + lua_pushvfstring(L, fmt, ap); + va_end(ap); + logstring0(priority, cat, luaL_checkstring(L, -1)); + lua_pop(L, 1); + return; } +/***************************************************************************** + * Simple memory management + ****************************************************************************/ + /** * "secured" calloc. */ void * -s_calloc(const struct log *log, size_t nmemb, size_t size, const char *desc) +s_calloc(size_t nmemb, size_t size) { void *r = calloc(nmemb, size); - if (r == NULL) { - printlogf(log, ERROR, "Out of memory!"); - terminate(log, LSYNCD_OUTOFMEMORY); - } + logstring0(LOG_ERR, "Error", "Out of memory!"); + exit(-1); // ERRNO + } + return r; +} -#ifdef MEMCHECK - { - struct mentry * mentry; - memc++; - mentry = malloc(sizeof(struct mentry)); - mentry->data = r; - mentry->desc = desc; - if (!mentry) { - printlogf(log, ERROR, "Out of memory in memcheck!"); - terminate(log, LSYNCD_OUTOFMEMORY); - } - tsearch(mentry, &mroot, mcompare); +/** + * "secured" malloc. the deamon shall kill itself + * in case of out of memory. + */ +static void * +s_malloc(size_t size) +{ + void *r = malloc(size); + if (r == NULL) { + logstring0(LOG_ERR, "Error", "Out of memory!"); + exit(-1); // ERRNO } -#endif - return r; } /** * "secured" realloc. */ -void * -s_realloc(const struct log *log, void *ptr, size_t size) +static void * +s_realloc(void *ptr, size_t size) { void *r = realloc(ptr, size); - if (r == NULL) { - printlogf(log, ERROR, "Out of memory!"); - terminate(log, LSYNCD_OUTOFMEMORY); + logstring0(LOG_ERR, "Error", "Out of memory!"); + exit(-1); } - -#ifdef MEMCHECK - { - struct mentry * mentry = malloc(sizeof(struct mentry)); - struct mentry **ret; - if (!mentry) { - printlogf(log, ERROR, "Out of memory in memcheck!"); - terminate(log, LSYNCD_OUTOFMEMORY); - } - if (ptr == NULL) { - fprintf(stderr, "<*> Reallocating NULL!?\n"); - return r; - } - // first delete the old entry - mentry->data = ptr; - ret = tfind(mentry, &mroot, mcompare); - if (ret == NULL) { - fprintf(stderr, "<*> Memcheck error, reallocating unknown pointer %p!\n", ptr); - return r; - } - mentry->desc = (*ret)->desc; - tdelete(mentry, &mroot, mcompare); - // and reenter the reallocated entry - mentry->data = r; - tsearch(mentry, &mroot, mcompare); - } -#endif - return r; } /** * "secured" strdup. */ -char * -s_strdup(const struct log *log, const char *src, const char *desc) +static char * +s_strdup(const char *src) { char *s = strdup(src); - if (s == NULL) { - printlogf(log, ERROR, "Out of memory!"); - terminate(log, LSYNCD_OUTOFMEMORY); + logstring0(LOG_ERR, "Error", "Out of memory!"); + exit(-1); // ERRNO } - -#ifdef MEMCHECK - { - struct mentry * mentry; - memc++; - mentry = malloc(sizeof(struct mentry)); - mentry->data = s; - mentry->desc = desc; - if (!mentry) { - printlogf(log, ERROR, "Out of memory in memcheck!"); - terminate(log, LSYNCD_OUTOFMEMORY); - } - tsearch(mentry, &mroot, mcompare); - } -#endif - return s; } - -#ifdef MEMCHECK /** - * Only needed when memory usage checking. - * Removes the entry of the freed memory from the tracking tree. + * Sets the close-on-exit flag for an fd */ -void -s_free(void *p) { - struct mentry mentry = {0,}; - struct mentry **r; - memc--; - if (p == NULL) { - fprintf(stderr, "<*> Memcheck freeing NULL!\n"); - return; - } - mentry.data = p; - r = tdelete(&mentry, &mroot, mcompare); - if (r == NULL) { - fprintf(stderr, "<*> Memcheck error, freeing unknown pointer %p!\n", p); - } - free(p); -} -#else -#define s_free(x) free(x) -#endif - -/** - * Returns the canonicalized path of a directory with a final '/'. - * Makes sure it is a directory. - */ -char * -realdir(const struct log *log, const char *dir) +static void +close_exec_fd(int fd) { - char* cs = s_malloc(log, PATH_MAX+1, "realdir/cs"); - cs = realpath(dir, cs); - - if (cs == NULL) { - return NULL; + int flags; + flags = fcntl(fd, F_GETFD); + if (flags == -1) { + logstring("Error", "cannot get descriptor flags!"); + exit(-1); // ERRNO } - - if (strlen(cs) + 1 >= PATH_MAX) { - // at systems maxpath already, we cannot add a '/' anyway. - return NULL; + flags |= FD_CLOEXEC; + if (fcntl(fd, F_SETFD, flags) == -1) { + logstring("Error", "cannot set descripptor flags!"); + exit(-1); // ERRNO } - - struct stat st; - stat(cs, &st); - if (!S_ISDIR(st.st_mode)) { - s_free(cs); - return NULL; - } - - strcat(cs, "/"); - return cs; -} - -/*--------------------------------------------------------------------------* - * Options. - *--------------------------------------------------------------------------*/ - -/** - * Cleans up the memory used by a CO_EOL terminated array of call options - * - * @param call_options the array to free. - */ -void -free_options(struct call_option *options) { - struct call_option *co = options; - while (co->kind != CO_EOL) { - if (co->text) { - s_free(co->text); - } - co++; - } - s_free(options); } /** - * (Re)sets global options to default values. + * Sets the non-blocking flag for an fd */ -void -reset_options(struct global_options *opts) { - opts->log.loglevel = NORMAL; - opts->log.flag_nodaemon = 0; - - if (opts->log.logfile) { - s_free(opts->log.logfile); - opts->log.logfile = NULL; +static void +non_block_fd(int fd) +{ + int flags; + flags = fcntl(fd, F_GETFL); + if (flags == -1) { + logstring("Error", "cannot get status flags!"); + exit(-1); // ERRNO } - - opts->flag_singular = 0; - opts->flag_dryrun = 0; - opts->flag_stubborn = 0; - opts->flag_nostartup = 0; - - if (opts->pidfile) { - s_free(opts->pidfile); - opts->pidfile = NULL; - } -#ifdef XML_CONFIG - if (opts->conf_filename) { - s_free(opts->conf_filename); + flags |= O_NONBLOCK;; + if (fcntl(fd, F_SETFL, flags) == -1) { + logstring("Error", "cannot set status flags!"); + exit(-1); // ERRNO } - opts->conf_filename = s_strdup(&opts->log, DEFAULT_CONF_FILENAME, "DEFAULT_CONF_FILENAME"); -#endif +} - if (opts->default_binary) { - s_free(opts->default_binary); - } - opts->default_binary = s_strdup(&opts->log, DEFAULT_BINARY, "DEFAULT_BINARY"); - - opts->default_event_mask = standard_event_mask; - if (opts->default_exclude_file) { - s_free(opts->default_exclude_file); - opts->default_exclude_file = NULL; - } +/** + * A child process gets text piped longer than on + * write() can manage. + */ +struct pipemsg { + /* pipe file descriptor */ + int fd; - if (opts->default_callopts != standard_callopts) { - if (opts->default_callopts) { - free_options(opts->default_callopts); - } - opts->default_callopts = standard_callopts; - } + /* message to send */ + char *text; - opts->delay = 5; + /* length of text */ + int tlen; - if (opts->dir_confs) { - int i; - for(i = 0; i < opts->dir_conf_n; i++) { - struct dir_conf *dc = opts->dir_confs + i; - if (dc->source) { - s_free(dc->source); - } - { - char **t = dc->targets; - while (*t) { - s_free(*t); - t++; - } - s_free(dc->targets); - } - if (dc->binary) { - s_free(dc->binary); - } - if (dc->callopts) { - free_options(dc->callopts); - dc->callopts = NULL; - } - if (dc->exclude_file) { - s_free(dc->exclude_file); - } - } - s_free(opts->dir_confs); - opts->dir_confs = NULL; - } - opts->dir_conf_n = 0; + /* position in message */ + int pos; }; - -/*--------------------------------------------------------------------------* - * Per directory configuration handling. - *--------------------------------------------------------------------------*/ - /** - * (re)allocates space for a new dir_config and sets all values to 0/Null. - * - * (Yes we know, its a bit unoptimal, since when 6 dir_confs are given - * in the config file, lsyncd will reallocate dir_confs 6 times. Well we - * can live with that.) - * - * @return the pointer to the newly allocated dir_conf + * All pipes currently active. */ -struct dir_conf * -new_dir_conf(struct global_options *opts) { - const struct log* log = &opts->log; - - if (opts->dir_conf_n > 0) { - // enhance allocated space by 1. - opts->dir_conf_n++; - opts->dir_confs = s_realloc(log, opts->dir_confs, opts->dir_conf_n * sizeof(struct dir_conf)); - memset(opts->dir_confs + opts->dir_conf_n - 1, 0, sizeof(struct dir_conf)); - // creates targets NULL terminator (no targets yet) - opts->dir_confs[opts->dir_conf_n - 1].targets = s_calloc(log, 1, sizeof(char *), "dir_conf"); - return opts->dir_confs + opts->dir_conf_n - 1; - } else { - // create the memory. - opts->dir_conf_n = 1; - opts->dir_confs = s_calloc(log, opts->dir_conf_n, sizeof(struct dir_conf), "dir_confs"); - // creates targets NULL terminator (no targets yet) - opts->dir_confs[0].targets = s_calloc(log, 1, sizeof(char *), "dir_conf-target"); - return opts->dir_confs; - } -} +static struct pipemsg *pipes = NULL; /** - * Adds a target to a dir_conf.target. - * *target string will duped. - * - * @param dir_conf dir_conf to add the target to. - * @param target target to add. + * amount of pipes allocated. */ -void -dir_conf_add_target(const struct log *log, struct dir_conf *dir_conf, char *target) -{ - char **t; - int target_n = 0; - - // count current targets - for (t = dir_conf->targets; *t; ++t) { - target_n++; - } - - dir_conf->targets = s_realloc(log, dir_conf->targets, (target_n + 2) * sizeof(char *)); - dir_conf->targets[target_n] = s_strdup(log, target, "dupped target"); - dir_conf->targets[target_n + 1] = NULL; -} - -/*--------------------------------------------------------------------------* - * Tackle list handling. - *--------------------------------------------------------------------------*/ +size_t pipes_size = 0; /** - * Adds a directory on the delays list - * - * @param opts global options - * @param delays the delays FIFO - * @param watch the index in watches to the directory - * @param alarm times() when the directory should be acted - * @param filename for filtered operations filename (otherwise NULL) + * number of pipes used. */ -bool -append_delay(const struct global_options *opts, - struct delay_vector *delays, - struct watch *watch, - clock_t alarm, - const char *filename) -{ - const struct log *log = &opts->log; - struct delay * newd; - if (watch->dirdelay) { - if (!opts->flag_singular) { - // already watched in non filtered operatoin - return false; - } else { - // check if this filename is already in the vector - struct file_delay_vector *fdv = (struct file_delay_vector *) watch->dirdelay; - int i; - for (i = 0; i < fdv->len; i++) { - if (!strcmp(filename, fdv->data[i]->filename)) { - return false; - } - } - } - } - newd = s_calloc(log, 1, sizeof(struct delay), "a delay"); - newd->alarm = alarm; - newd->before = NULL; - newd->next = NULL; - - if (opts->flag_singular) { - struct file_delay_vector *fdv = watch->dirdelay; - struct file_delay *fd; - if (!fdv) { - fdv = s_calloc(log, 1, sizeof(struct file_delay_vector), "file delay vector"); - fdv->len = 0; - fdv->size = VECT_INIT_SIZE; - fdv->data = s_calloc(log, VECT_INIT_SIZE, sizeof(struct file_delay *), "file delay vector data"); - watch->dirdelay = fdv; - } else { - if (fdv->len + 1 >= fdv->size) { - fdv->size *= 2; - fdv->data = s_realloc(log, fdv->data, fdv->size * sizeof(struct file_delay *)); - } - } - fd = fdv->data[fdv->len] = s_calloc(log, 1, sizeof(struct file_delay), "a file delay"); - fdv->len++; - fd->filename = s_strdup(log, filename, "file delay.filename"); - fd->watch = watch; - fd->delay = newd; - newd->owner = fd; - } else { - watch->dirdelay = newd; - newd->owner = watch; - } - - if (delays->last) { - delays->last->next = newd; - newd->before = delays->last; - delays->last = newd; - } else { - // delays vector was empty - delays->first = delays->last = newd; - } - return true; -} - -/** - * Removes a delay. - * - * @param delays the delays vector. - * @param d the delay to remove. - */ -void -remove_delay(struct delay_vector *delays, struct delay *d) -{ - if (d->before) { - d->before->next = d->next; - } else { - // this was first entry - delays->first = d->next; - } - if (d->next) { - d->next->before = d->before; - } else { - // this was last entry - delays->last = d->before; - } - s_free(d); -} +size_t pipes_len = 0; -/** - * Removes the first entry on the delay list. - * - * @param delays the delay FIFO. - */ -void -remove_first_delay(const struct global_options *opts, struct delay_vector *delays) -{ - const struct log *log = &opts->log; - struct delay *d = delays->first; - if (opts->flag_singular) { - struct file_delay *fd = (struct file_delay *) d->owner; - struct watch *w = fd->watch; - struct file_delay_vector *fdv = (struct file_delay_vector *) w->dirdelay; - int p = 0; - while (fdv->data[p] != fd) { - p++; - if (p >= fdv->len) { - printlogf(log, ERROR, "Internal error: removing a file delay not in file delay vector"); - terminate(log, LSYNCD_INTERNALFAIL); - } - } - s_free(fd->filename); - memmove(fdv->data + p, fdv->data + p + 1, (fdv->len - p - 1) * sizeof(struct file_delay *)); - fdv->len--; - s_free(fd); - if (fdv->len == 0) { - // remove the vector when its empty (not needed but memory footprint reduction) - s_free(fdv->data); - s_free(fdv); - w->dirdelay = NULL; - } - } else { - ((struct watch *) d->owner)->dirdelay = NULL; - } - remove_delay(delays, delays->first); -} - -/*--------------------------------------------------------------------------* - * ToSync Stack handling. - *--------------------------------------------------------------------------*/ - -/** - * Parses an option text, replacing all '%' specifiers with - * elaborated stuff. duh, currently there is only one, so this - * fuction is a bit overkill but oh well :-) - * - * @param text string to parse. - * @param recursive info for replacements. - * - * @return a newly allocated string. - */ -char * -parse_option_text(const struct log *log, char *text, bool recursive) -{ - char * str = s_strdup(log, text, "dupped option text"); - char * chr; // search result for %. - - // replace all '%' specifiers with there special meanings - for(chr = strchr(str, '%'); chr; chr = strchr(str, '%')) { - char *p; - // chr points now to the '%' thing to be replaced - switch (chr[1]) { - case 'r' : // replace %r with 'r' when recursive or 'd' when not. - chr[0] = recursive ? 'r' : 'd'; - for(p = chr + 1; *p != 0; p++) { - p[0] = p[1]; - } - break; - case 0: // wtf, '%' was at the end of the string! - default : // unknown char - printlogf(log, ERROR, - "don't know how to handle '%%%c' specifier in \"%s\"!", chr[1], text); - terminate(log, LSYNCD_BADPARAMETERS); - } - } - return str; -} - -/** - * Creates one string with all arguments concated. - * - * @param argv the arguments - * @param argc number of arguments - */ -char * -get_arg_str(const struct log *log, char **argv, int argc) { - int i; - int len = 0; - char * str; - - argc--; // because of the terminating NULL. - // calc length - for (i = 0; i < argc; i++) { - len += strlen(argv[i]); - } - - // alloc - str = s_malloc(log, len + argc + 1, "argument string"); - - str[0] = 0; - for(i = 0; i < argc; i++) { - if (i > 0) { - strcat(str, " "); - } - strcat(str, argv[i]); - } - return str; -} - -/** - * Calls the specified action (most likely rsync) to sync from src to dest. - * Returns after the forked process has finished. - * - * @param dir_conf the config applicatable for this dir. - * @param src source string. - * @param dest destination string, - * @param filename filename for filtered operation - * @param recursive if true -r will be handled on, -d (single directory) otherwise - * - * @return true if successful, false if not. - */ -pid_t -action(const struct global_options *opts, - struct dir_conf *dir_conf, - const char *src, - const char *dest, - const char *filename, - bool recursive) -{ - pid_t pid; - const int MAX_ARGS = 100; - char * argv[MAX_ARGS]; - int argc = 0; - int i; - struct call_option* optp; - const struct log* log = &opts->log; - - optp = dir_conf->callopts ? dir_conf->callopts : opts->default_callopts; - - // makes a copy of all call parameters - // step 1 binary itself - argv[argc++] = s_strdup(log, dir_conf->binary ? dir_conf->binary : opts->default_binary, "argv"); - - // now all other parameters - for(; optp->kind != CO_EOL; optp++) { - switch (optp->kind) { - case CO_TEXT : - argv[argc++] = parse_option_text(log, optp->text, recursive); - continue; - case CO_EXCLUDE : - // --exclude-from and the exclude file - // insert only when the exclude file is present otherwise skip it. - if (dir_conf->exclude_file == NULL && opts->default_exclude_file == NULL) { - continue; - } - argv[argc++] = s_strdup(log, "--exclude-from", "argv exclude-from"); - argv[argc++] = s_strdup(log, dir_conf->exclude_file ? dir_conf->exclude_file : opts->default_exclude_file, "argv exclude-file"); - continue; - case CO_FILTER : - if (!filename) { - continue; - } - argv[argc] = s_malloc(log, strlen("--include=''") + strlen(filename) + 1, "argv filter include"); - strcpy(argv[argc], "--include=\""); - strcat(argv[argc], filename); - strcat(argv[argc++], "\""); - argv[argc++] = s_strdup(log, "--exclude=\"*\"", "argv filter exclude"); - continue; - case CO_SOURCE : - argv[argc++] = s_strdup(log, src, "argv source"); - continue; - case CO_DEST : - argv[argc++] = s_strdup(log, dest, "argv dest"); - continue; - default: - printlogf(log, ERROR, "Internal error: unknown kind of option."); - terminate(log, LSYNCD_INTERNALFAIL); - } - if (argc >= MAX_ARGS) { - // check for error condition - printlogf(log, ERROR, - "Error: too many (>%i) options passed", argc); - return 0; - } - } - argv[argc++] = NULL; - - if (opts->flag_dryrun || log->loglevel == DEBUG) { - // just make a nice log message - char * argall = get_arg_str(log, argv, argc); - if (opts->flag_dryrun) { - printlogf(log, NORMAL, "dry run: would call %s", argall); - } else { - printlogf(log, DEBUG, "calling %s", argall); - } - s_free(argall); - if (opts->flag_dryrun) { - for (i = 0; i < argc; ++i) { - if (argv[i]) { - s_free(argv[i]); - } - } - return 0; - } - } - - pid = fork(); - - if (pid == 0) { - char * binary = dir_conf->binary ? dir_conf->binary : opts->default_binary; - if (!log->flag_nodaemon && log->logfile) { - if (!freopen(log->logfile, "a", stdout)) { - printlogf(log, ERROR, "cannot redirect stdout to [%s].", log->logfile); - } - if (!freopen(log->logfile, "a", stderr)) { - printlogf(log, ERROR, "cannot redirect stderr to [%s].", log->logfile); - } - } - - execv(binary, argv); - // in a sane world execv does not return! - printlogf(log, ERROR, "Failed executing [%s]", binary); - terminate(log, LSYNCD_INTERNALFAIL); - } - - printlogf(log, NORMAL, " %s %s --> %s%s [%d]", argv[0], src, dest, recursive ? " (recursive)" : "", pid); - - // free the memory from the arguments. - for (i = 0; i < argc; ++i) { - if (argv[i]) { - s_free(argv[i]); - } - } - - return pid; -} - -/** - * Adds a directory to watch. - * - * @param opts global options - * @param watches the vector of watches - * @param inotify_fd inotify file descriptor - * @param pathname the absolute path of the directory to watch - * @param dirname the name of the directory only - * @param parent if not -1 the index to the parent directory that is already watched - * @param dir_conf the applicateable configuration - * - * @return the watches of the new dir, NULL on error - */ -struct watch * -add_watch(const struct global_options *opts, - struct watch_vector *watches, - int inotify_fd, - char const *pathname, - char const *dirname, - struct watch *parent, - struct dir_conf *dir_conf) -{ - const struct log *log = &opts->log; // loginfo shortcut - int wd; // kernels inotify descriptor - int wi; // index to insert this watch into the watch vector - struct watch *w; // the new watch - - wd = inotify_add_watch(inotify_fd, pathname, - dir_conf->event_mask ? dir_conf->event_mask : opts->default_event_mask); - - if (wd == -1) { - printlogf(log, ERROR, "Cannot add watch %s (%d:%s)", - pathname, errno, strerror(errno)); - return NULL; - } - - // look if an unused slot can be found. - // - // lsyncd currently does not free unused slots, but marks - // them as unused with wd < 0. - for (wi = 0; wi < watches->len; wi++) { - if (watches->data[wi]->wd < 0) { - break; - } - } - - // there is no unused entry - if (wi == watches->len) { - // extend the vector if necessary - if (watches->len + 1 >= watches->size) { - watches->size *= 2; - watches->data = s_realloc(log, watches->data, - watches->size * sizeof(struct watch *)); - } - // allocate memory for a new watch - watches->data[watches->len++] = s_calloc(log, 1, sizeof(struct watch), "watch"); - } - - w = watches->data[wi]; - w->wd = wd; - w->parent = parent; - w->dirname = s_strdup(log, dirname, "dirname"); - w->dir_conf = dir_conf; - w->dirdelay = NULL; - return w; -} - -/** - * Writes the path of a watched directory into pathname. - * - * @param pathname path to write to - * @param pathsize size of the pathname buffer - * @param watch watched dir to build path for - * @param prefix replace root dir with this (as target) - * - * @return -1 if pathname buffer was too small - * contents of pathname will be garbled then. - * strlen(pathname) if successful - */ -int -builddir(char *pathname, - int pathsize, - struct watch *watch, - char const *prefix) -{ - int len = 0; - if (!watch) { - // TODO Is this ever called? - char const * p = prefix ? prefix : ""; - len = strlen(p); - if (pathsize <= len) { - return -1; - } - strcpy(pathname, p); - } else if (!watch->parent) { - // this is a watch root. - char const * p = prefix ? prefix : watch->dirname; - len = strlen(p); - if (pathsize <= len) { - return -1; - } - strcpy(pathname, p); - } else { - // this is some sub dir - len = builddir(pathname, pathsize, watch->parent, prefix); /* recurse */ - len += strlen(watch->dirname); - if (pathsize <= len) { - return -1; - } - strcat(pathname, watch->dirname); - } - // add the trailing slash if it is missing - if (*pathname && pathname[strlen(pathname)-1] != '/') { - strcat(pathname, "/"); - len++; - } - return len; -} - -/** - * Builds the abolute path name of a given directory watch - * - * @param pathname destination buffer to store the result to. - * @param pathsize max size of this buffer - * @param watch the watches of the directory. - * @param dirname if not NULL it is added at the end of pathname - * @param prefix if not NULL it is added at the beginning of pathname - */ -bool -buildpath(const struct log *log, - char *pathname, - int pathsize, - struct watch *watch, - const char *dirname, - const char *prefix) -{ - int len = builddir(pathname, pathsize, watch, prefix); - if (len < 0) { - printlogf(log, ERROR, "path too long!"); - return false; - } - if (dirname) { - if (pathsize < len + strlen(dirname) + 1) { - printlogf(log, ERROR, "path too long!"); - return false; - } - strcat(pathname, dirname); - } - return true; -} - -/** - * Waits for n children to return. - * Returns true if all had 0 exit code. - */ -bool -waitchildren(const struct log *log, - pid_t *children, - int n) -{ - int nr; // amount of children returned - bool retval = true; - for(nr = 0; nr < n;) { - int status, i; - pid_t pid = wait(&status); // wait for a child. - - if (!keep_going) { - // canceled. - return false; - } - - for (i = 0; i < n; i++) { - if (children[i] == pid) { // found child in the list - children[i] = 0; - break; - } - } - if (i >= n) { - printlogf(log, DEBUG, "unknown child %d returned!", pid); - continue; - } - nr++; - assert(WIFEXITED(status)); - if (WEXITSTATUS(status) == LSYNCD_INTERNALFAIL){ - printlogf(log, ERROR, - "Fork exit code of %i, execv failure", - WEXITSTATUS(status)); - retval = false; - continue; - } else if (WEXITSTATUS(status)) { - printlogf(log, NORMAL, - "Forked binary process returned non-zero return code: %i", - WEXITSTATUS(status)); - retval = false; - continue; - } - printlogf(log, DEBUG, "Rsync of pid %d finished", pid); - if (nr + 1 < n) { - printlogf(log, DEBUG, "Waiting for another %d child(ren).", n - nr - 1); - } - } - printlogf(log, DEBUG, "Finished waiting for all children"); - return retval; -} - -/** - * Syncs a directory. - * TODO: make better error handling (differ between - * directory gone away, and thus cannot work, or network - * failed) - * - * @param opts global options - * @param watch the watch of the directory. - * @param filename the filename to sync for filtered ops. - * @param evet_text event text for logging. - * - * @returns true when all targets were successful. - */ -bool -rsync_dir(const struct global_options *opts, - struct watch *watch, - const char *filename, - const char *event_text) -{ - char pathname[PATH_MAX+1]; - char destname[PATH_MAX+1]; - char ** target; - const struct log *log = &opts->log; - int ntarget = 0; - - if (!buildpath(log, pathname, sizeof(pathname), watch, NULL, NULL)) { - return false; - } - - if (filename) { - printlogf(log, NORMAL, "%s: acting for %s/%s.", event_text, pathname, filename); - } else { - printlogf(log, NORMAL, "%s: acting for %s.", event_text, pathname); - } - - // count the amount of targets - for (target = watch->dir_conf->targets; *target; target++) { - ntarget++; - } - - if (ntarget == 1) { - pid_t child; - if (!buildpath(log, destname, sizeof(destname), watch, NULL, *watch->dir_conf->targets)) { - return false; - } - // call the action to propagate changes in the directory - child = action(opts, watch->dir_conf, pathname, destname, filename, false); - if (!child) { - printlogf(log, ERROR, "Action %s --> %s has failed.", pathname, destname); - return false; - } - return waitchildren(log, &child, 1); - } else { - bool status = true; - int ci = 0; // position of children started. - pid_t *children = s_calloc(log, ntarget, sizeof(pid_t), "children pid list"); - for (target = watch->dir_conf->targets; *target; target++) { - if (!buildpath(log, destname, sizeof(destname), watch, NULL, *target)) { - status = false; - ntarget--; - continue; - } - // call the action to propagate changes in the directory - children[ci] = action(opts, watch->dir_conf, pathname, destname, filename, false); - if (!children[ci]) { - printlogf(log, ERROR, "Action %s --> %s has failed.", pathname, destname); - status = false; - } - ci++; - } - if (!waitchildren(log, children, ntarget)) { - status = false; - } - s_free(children); - return status; - } -} - -/** - * Puts a directory on the delay list OR - * directly calls rsync_dir if delay == 0; +/***************************************************************************** + * Library calls for lsyncd.lua * - * @param delays the delay FIFO - * @param delay if true will put it on the delay, if false act immediately - * @param watch the watches of the delayed directory. - * @param alarm times() when the directory handling should be fired. - * @param filename filename - * @param event_text event text for logging output - * @param event_name event name for logging output - */ -void -delay_or_act_dir(const struct global_options *opts, - struct delay_vector *delays, - bool delay, - struct watch *watch, - clock_t alarm, - const char *filename, - const char *event_text, - const char *event_name) -{ - const struct log *log = &opts->log; - char pathname[PATH_MAX+1]; - - if (!delay) { - if (opts->flag_singular) { - rsync_dir(opts, watch, filename, event_text); - } else { - rsync_dir(opts, watch, NULL, event_text); - } - } else { - bool ret; - if (!buildpath(log, pathname, sizeof(pathname), watch, NULL, NULL)) { - return; - } + * These are as minimal as possible glues to the operating system needed for + * lsyncd operation. + * + ****************************************************************************/ - ret = append_delay(opts, delays, watch, alarm, filename); - if (event_name) { - printlogf(log, NORMAL, "%s %s in %s -%s delayed.", - event_text, event_name, pathname, ret ? "" : " already"); - } else { - printlogf(log, NORMAL, "%s in %s -%s delayed.", - event_text, pathname, ret ? "" : " already"); - } - } -} +static int l_stackdump(lua_State* L); /** - * Looks up the inotify event mask for the specified event text. - * - * @param text the name of the event to look up - * - * @return the inotify event mask or 0 if the mask name is unknown. - */ -int -event_text_to_mask(char * text) -{ - int mask = 0; - struct inotify_mask_text *p; - - for (p = mask_texts; p->mask; p++) { - if (!strcmp(p->text, text)) { - mask = p->mask; - break; - } - } - - return mask; -} - -/** - * Prints a verbose message how many items are left in the delay queue. - * - * @param opts global options. - * @param delays delays list. - */ -void -print_queue(const struct global_options *opts, const struct delay_vector *delays) { - const struct log *log = &opts->log; - int expired = 0; - int future = 0; - struct delay * d = delays->first; - while (d && time_after_eq(times(NULL), d->alarm) && keep_going) { - expired++; - d = d->next; - } - while (d && keep_going) { - future++; - d = d->next; - } - if (!keep_going) { - return; - } - printlogf(log, VERBOSE, "in queue: %d expired / %d delayed %s", expired, future, opts->flag_singular ? "files" : "dirs"); -} - -/** - * Adds a directory including all subdirectories to watch. - * And puts the directory with all subdirectories on the delay FIFO if act is true. - * - * @param opts global options - * @param watches the watch vector - * @param delays the delay vector - * @param excludes the excludes vector - * @param inotify_fd inotify file descriptor. - * @param dirname The name or absolute path of the directory to watch. - * @param parent If not NULL, the watches to the parent directory already watched. - * Must have absolute path if parent == NULL. - * @param dir_conf applicateable configuration - * @param act if true delay or act on the new directory (dont on startup) - * - * @returns the watches of the directory or NULL on fail. - */ -struct watch * -add_dirwatch(const struct global_options *opts, - struct watch_vector *watches, - struct delay_vector *delays, - struct exclude_vector *excludes, - int inotify_fd, - char const *dirname, - struct watch *parent, - struct dir_conf *dir_conf, - bool act) -{ - const struct log *log = &opts->log; - DIR *d; - struct watch *w; - char pathname[PATH_MAX+1]; - - if (!buildpath(log, pathname, sizeof(pathname), parent, dirname, NULL)) { - return NULL; - } - - { - int i; - for (i = 0; i < excludes->len; i++) { - if (!strcmp(pathname, excludes->data[i])) { - printlogf(log, NORMAL, "ignored %s because of exclusion.", pathname); - return NULL; - } - } - } - - // watch this directory - w = add_watch(opts, watches, inotify_fd, pathname, dirname, parent, dir_conf); - if (!w) { - return NULL; - } - - // if acting put this directory on list to be synced. - // time is now so it as soon as possible, but it will be on - // top of the delay FIFO, so the current directory is - // guaranteed to be synced first. - if (act) { - delay_or_act_dir(opts, delays, true, w, times(NULL), dirname, "new subdirectory", ""); - } - - if (strlen(pathname) + strlen(dirname) + 2 > sizeof(pathname)) { - printlogf(log, ERROR, "pathname too long %s//%s", pathname, dirname); - return NULL; - } - - d = opendir(pathname); - if (d == NULL) { - printlogf(log, ERROR, "cannot open dir %s.", dirname); - return NULL; - } - - while (keep_going) { // terminate early on KILL signal - bool isdir; - struct dirent *de = readdir(d); - - if (de == NULL) { // finished reading the directory - break; - } - - // detemine if an entry is a directory or file - if (de->d_type == DT_DIR) { - isdir = true; - } else if (de->d_type == DT_UNKNOWN) { - // in case of reiserfs, d_type will be UNKNOWN, how evil! :-( - // use traditional means to determine if its a directory. - char subdir[PATH_MAX+1]; - struct stat st; - isdir = buildpath(log, subdir, sizeof(subdir), w, de->d_name, NULL) && - !stat(subdir, &st) && - S_ISDIR(st.st_mode); - } else { - isdir = false; - } - - // add watches if its a directory and not . or .. - if (isdir && strcmp(de->d_name, "..") && strcmp(de->d_name, ".")) { - // recurse into subdirectories - printlogf(log, NORMAL, "%s %s%s", - act ? "encountered" : "watching", - pathname, de->d_name); - add_dirwatch(opts, watches, delays, excludes, inotify_fd, de->d_name, w, dir_conf, act); - } - } - - closedir(d); - return w; -} - -/** - * Removes a watched dir, including recursevily all subdirs. - * - * @param opts global options - * @param watches the watch vector - * @param delays the delay FIFO - * @param inotify_fd inotify file descriptor - * @param name optionally. If not NULL, the directory name - * to remove which is a child of parent - * @param parent the parent directory of the - * directory 'name' to remove, or to be removed - * itself if name == NULL. - */ -bool -remove_dirwatch(const struct global_options *opts, - struct watch_vector *watches, - struct delay_vector *delays, - int inotify_fd, - const char * name, - struct watch *parent) -{ - const struct log *log = &opts->log; - struct watch *w; // the watch to remove - if (name) { - int i; - // look for the child with the name - // TODO optimize by using subdir lists - for (i = 0; i < watches->len; i++) { - w = watches->data[i]; - if (w->wd >= 0 && w->parent == parent && !strcmp(name, w->dirname)) { - break; - } - } - - if (i >= watches->len) { - printlogf(log, ERROR, "Cannot find entry for %s:/:%s :-(", - parent->dirname, name); - return false; - } - } else { - w = parent; - } - - { - // recurse into all subdirectories removing them. - // TODO possible optimization by keeping a list of subdirs - int i; - for (i = 0; i < watches->len; i++) { - struct watch * iw = watches->data[i]; - if (iw->wd >= 0 && iw->parent == w) { - // recurse into the subdirectory - remove_dirwatch(opts, watches, delays, inotify_fd, NULL, iw); - } - } - } - - inotify_rm_watch(inotify_fd, w->wd); - // mark this entry invalid - w->wd = -1; - - s_free(w->dirname); - w->dirname = NULL; - - - if (!w->dirdelay) { - return true; - } - // otherwise remove the delay entries for this dir. - if (opts->flag_singular) { - struct file_delay_vector *fdv = (struct file_delay_vector *) w->dirdelay; - int i; - for (i = 0; i < fdv->len; i++) { - remove_delay(delays, fdv->data[i]->delay); - s_free(fdv->data[i]->filename); - s_free(fdv->data[i]); - } - s_free(fdv->data); - s_free(fdv); - w->dirdelay = NULL; - } else { - remove_delay(delays, (struct delay *) w->dirdelay); - w->dirdelay = NULL; - } - - return true; -} - -/** - * Find the matching watch descriptor - * - * @param watches the watch vector - * @param wd the wd (watch descriptor) given by inotify - * - * @return the watch or NULL if not found - */ -struct watch * -get_watch(const struct watch_vector *watches, - int wd) -{ - int i; - for (i = 0; i < watches->len; i++) { - if (watches->data[i]->wd == wd) { - return watches->data[i]; - } - } - return NULL; -} - -/** - * Handles an inotify event. + * Adds an inotify watch * - * @param opts global options - * @param watches the watch vector - * @param delays the delay FIFO - * @param exlucdes the exclusions - * @param inotify_fd inotify file descriptor - * @param event the event to handle - * @param alarm times() moment when it should fire + * @param dir (Lua stack) path to directory + * @return (Lua stack) numeric watch descriptor */ -bool -handle_event(const struct global_options *opts, - struct watch_vector *watches, - struct delay_vector *delays, - struct exclude_vector *excludes, - int inotify_fd, - struct inotify_event *event, - clock_t alarm) +static int +l_inotifyadd(lua_State *L) { - const struct log *log = &opts->log; - char masktext[255] = {0,}; - struct watch *watch; - - if (IN_Q_OVERFLOW & event->mask) { - printlogf(log, ERROR, "EVENT OVERFLOW, kernel sent an overflow message"); - printlogf(log, ERROR, "EVENT OVERFLOW, thus events have been missed, lsyncd will now restart."); - keep_going = 0; - return false; - } - - { - // creates a string for logging that shows which flags - // were raised in the event - struct inotify_mask_text *p; - int mask = event->mask; - for (p = mask_texts; p->mask; p++) { - if (mask & p->mask) { - if (strlen(masktext) + strlen(p->text) + 3 >= sizeof(masktext)) { - printlogf(log, ERROR, "bufferoverflow in handle_event"); - return false; - } - if (*masktext) { - strcat(masktext, ", "); - } - strcat(masktext, p->text); - } - } - printlogf(log, DEBUG, "inotfy event: %s:%s", masktext, event->name); - } - - if (IN_IGNORED & event->mask) { - return true; - } - - { - // TODO, is this needed? or will it be excluded already? - int i; - for (i = 0; i < excludes->len; i++) { - if (!strcmp(event->name, excludes->data[i])) { - return true; - } - } - } - - watch = get_watch(watches, event->wd); - if (!watch) { - // this can happen in case of data moving faster than lsyncd can monitor it. - printlogf(log, NORMAL, - "event %s:%s is not from a watched directory (which presumably was recently deleted)", masktext, event->name ? event->name : ""); - return false; - } - - // put the watch on the delay or act if delay == 0 - if ((IN_ATTRIB | IN_CREATE | IN_CLOSE_WRITE | IN_DELETE | - IN_MOVED_TO | IN_MOVED_FROM) & event->mask - ) { - delay_or_act_dir(opts, delays, opts->delay > 0, watch, alarm, event->name, masktext, event->name); - } else { - printlogf(log, DEBUG, "... ignored this event."); - } - - // in case of a new directory create new watches of the subdir - if (((IN_CREATE | IN_MOVED_TO) & event->mask) && (IN_ISDIR & event->mask)) { - add_dirwatch(opts, watches, delays, excludes, inotify_fd, event->name, watch, watch->dir_conf, true); - } - - // in case of a removed directory remove watches from the subdir - if (((IN_DELETE | IN_MOVED_FROM) & event->mask) && (IN_ISDIR & event->mask)) { - remove_dirwatch(opts, watches, delays, inotify_fd, event->name, watch); - } - - return true; + const char *path = luaL_checkstring(L, 1); + lua_Integer wd = inotify_add_watch(inotify_fd, path, standard_event_mask); + lua_pushinteger(L, wd); + return 1; } /** - * The control loop waiting for inotify events - * - * @param opts global options - * @param watches the watch vector - * @param delays the delay vector - * @param excludes the exclude vector - * @param inotify_fd inotify file descriptor + * Removes an inotify watch + * + * @param dir (Lua stack) numeric watch descriptor + * @return nil */ -bool -master_loop(const struct global_options *opts, - struct watch_vector *watches, - struct delay_vector *delays, - struct exclude_vector *excludes, - int inotify_fd) +static int +l_inotifyrm(lua_State *L) { - const struct log *log = &opts->log; - const long clocks_per_sec = sysconf(_SC_CLK_TCK); - clock_t now; - clock_t alarm; - - if (opts->delay > 0) { - if (clocks_per_sec <= 0) { - printlogf(log, ERROR, "Clocks per second invalid (%li)!", clocks_per_sec); - terminate(log, LSYNCD_INTERNALFAIL); - } - } - - while (keep_going) { - char buf[INOTIFY_BUF_LEN]; - int do_read; - int len; - - if (delays->first && time_after_eq(times(NULL), delays->first->alarm)) { - // there is a delay that wants to be handled already - // do not read from inotify_fd and jump directly to delay handling - printlogf(log, DEBUG, "immediately handling delayed entries"); - do_read = 0; - } else if (opts->delay > 0 && delays->first) { - // use select() to determine what happens first - // a new event or "alarm" of an event to actually - // call its binary. The delay with the index 0 - // should have the nearest alarm time. - fd_set readfds; - struct timeval tv; - - alarm = delays->first->alarm; - now = times(NULL); - tv.tv_sec = (alarm - now) / clocks_per_sec; - tv.tv_usec = (alarm - now) * 1000000 / clocks_per_sec % 1000000; - if (tv.tv_sec > opts->delay) { - // security boundary in case of times() wrap around. - tv.tv_sec = opts->delay; - tv.tv_usec = 0; - } - // if select returns a positive number there is data on inotify - // on zero the timemout occured. - FD_ZERO(&readfds); - FD_SET(inotify_fd, &readfds); - do_read = select(inotify_fd + 1, &readfds, NULL, NULL, &tv); - - if (do_read) { - printlogf(log, DEBUG, "theres data on inotify."); - } else { - printlogf(log, DEBUG, "select() timeout, doing delays."); - } - } else { - // if nothing to wait for, enter a blocking read - printlogf(log, DEBUG, "gone blocking"); - do_read = 1; - } - - if (do_read) { - len = read (inotify_fd, buf, INOTIFY_BUF_LEN); - } else { - len = 0; - } - - if (len < 0) { - if (keep_going) { - // if !keep_going it is perfectly normal to be interupted. - printlogf(log, ERROR, "read error from inotify (%d:%s)", errno, strerror(errno)); - } - return false; - } - - now = times(NULL); - alarm = now + opts->delay * clocks_per_sec; - - { - // first handle all events read. - int i = 0; - while (i < len && keep_going) { - struct inotify_event *event = (struct inotify_event *) &buf[i]; - handle_event(opts, watches, delays, excludes, inotify_fd, event, alarm); - i += sizeof(struct inotify_event) + event->len; - } - } - - // Then take of directories from the top of the delay FIFO - // until one item is found whose expiry time has not yet come - // or the stack is empty. Using now time - times(NULL) - everytime - // again as time may progresses while handling delayed entries. - while (delays->first && time_after_eq(times(NULL), delays->first->alarm) && keep_going) { - if (log->loglevel <= VERBOSE) { - print_queue(opts, delays); - } - if (!keep_going) { - break; - } - if (opts->flag_singular) { - struct file_delay * fd = (struct file_delay *) delays->first->owner; - rsync_dir(opts, fd->watch, fd->filename, "delay expired"); - } else { - rsync_dir(opts, (struct watch *) delays->first->owner, NULL, "delay expired"); - } - remove_first_delay(opts, delays); - } - if (log->loglevel <= VERBOSE) { - print_queue(opts, delays); - } - } - - return true; -} - -/** - * Utility function to check file exists. - * Prints out error message and die. - * - * @param log logging information - * @param filename filename to check - * @param errmsg error message to print - */ -void -check_file_exists(const struct log* log, - const char* filename, - const char *errmsg) -{ - struct stat st; - if (-1==stat(filename, &st)) { - printlogf(log, ERROR, "%s [%s] does not exist.\n", errmsg, filename); - terminate(log, LSYNCD_FILENOTFOUND); - } -} - -/** - * Utility function to check given path is absolute path. - * - * @param log logging information - * @param filename filename to check - * @param errmsg filetype text to prepend to the error message. - */ -void -check_absolute_path(const struct log* log, - const char* filename, - const char *filetype) -{ - if (filename[0] != '/') { - printlogf(log, ERROR, "%s [%s] has do be an absolute path.\n", filetype, filename); - terminate(log, LSYNCD_FILENOTFOUND); - } -} - -/** - * Prints the help text and exits 0. - * - * @param arg0 argv[0] to show what lsyncd was called with. - */ -void -print_help(char *arg0) -{ - printf("\n"); -#ifdef XML_CONFIG - printf("USAGE: %s [OPTION]... [SOURCE] [TARGET 1] [TARGET 2] ...\n", arg0); -#else - printf("USAGE: %s [OPTION]... SOURCE TARGET-1 TARGET-2 ...\n", arg0); -#endif - printf("\n"); - printf("SOURCE: a directory to watch and rsync.\n"); - printf("\n"); - printf("TARGET: can be any name accepted by rsync. e.g. \"foohost::barmodule/\"\n"); - printf("\n"); -#ifdef XML_CONFIG - printf("When called without SOURCE and TARGET, the\n"); - printf("configuration will be read from the config file\"\n"); -#endif - printf("\n"); - printf("OPTIONS:\n"); - printf(" --singular Call the sync binary for each file instead of grouping directories\n"); - printf(" --binary FILE Call this binary to sync " "(DEFAULT: %s)\n", DEFAULT_BINARY); -#ifdef XML_CONFIG - printf(" --conf FILE Load configuration from this file\n"); - printf(" (DEFAULT: %s if called without SOURCE/TARGET)\n", DEFAULT_CONF_FILENAME); -#endif - printf(" --debug Log debug messages\n"); - printf(" --delay SECS Delay between event and action\n"); - printf(" --dryrun Do not call any actions, run dry only\n"); - printf(" --exclude-from FILE Exclude file handled to rsync (DEFAULT: None)\n"); - printf(" --help Print this help text and exit\n"); - printf(" --logfile FILE Put log here (DEFAULT: uses syslog if not specified)\n"); - printf(" --no-daemon Do not detach, log to stdout/stderr\n"); - printf(" --no-startup Do not execute a startup sync (disadviced, know what you doing)\n"); - printf(" --pidfile FILE Create a file containing pid of the daemon\n"); - printf(" --scarce Only log errors\n"); - printf(" --stubborn Ignore rsync errors on startup\n"); - printf(" --verbose Log more messages\n"); - printf(" --version Print version an exit\n"); - printf("\n"); - printf("EXCLUDE FILE: \n"); - printf(" The exclude file may have either filebased general masks like \"*.php\" without directory specifications,\n"); - printf(" or exclude complete directories like \"Data/\". lsyncd will recognize directory excludes by the trailing '/'\n"); - printf(" and will not add watches of directories of exactly such name including sub-directories of them.\n"); - printf(" Please do not try to use more sophisticated exclude masks like \"Data/*.dat\" or \"Da*a/\", \"Data/Volatile/\" etc.\n"); - printf(" This will not work like you would expect it to.\n"); - printf("\n"); - printf("LICENSE\n"); - printf(" GPLv2 or any later version. See COPYING\n"); - printf("\n"); -#ifndef XML_CONFIG - printf("(this lsyncd binary was not compiled to be able to read config files)\n"); -#endif - exit(0); -} - -#ifdef XML_CONFIG -/*--------------------------------------------------------------------------* - * Config file parsing - *--------------------------------------------------------------------------*/ - -/** - * Parses - * - * @return the allocated and filled calloptions structure - */ -struct call_option * -parse_callopts(struct global_options *opts, xmlNodePtr node) { - xmlNodePtr cnode; - xmlChar *xc; - int opt_n = 0; - struct call_option * asw; - - // count how many options are there - for (cnode = node->children; cnode; cnode = cnode->next) { - if (cnode->type != XML_ELEMENT_NODE) { - continue; - } - if (xmlStrcmp(cnode->name, BAD_CAST "option") && - xmlStrcmp(cnode->name, BAD_CAST "exclude-file") && - xmlStrcmp(cnode->name, BAD_CAST "file-filter") && - xmlStrcmp(cnode->name, BAD_CAST "source") && - xmlStrcmp(cnode->name, BAD_CAST "destination") - ) { - printlogf(NULL, ERROR, "error unknown call option type \"%s\"", cnode->name); - terminate(NULL, LSYNCD_BADCONFIGFILE); - } - opt_n++; - } - opt_n++; - asw = (struct call_option *) s_calloc(NULL, opt_n, sizeof(struct call_option), "call options"); - - // fill in the answer - opt_n = 0; - for (cnode = node->children; cnode; cnode = cnode->next) { - if (cnode->type != XML_ELEMENT_NODE) { - continue; - } - asw[opt_n].text = NULL; - if (!xmlStrcmp(cnode->name, BAD_CAST "option")) { - xc = xmlGetProp(cnode, BAD_CAST "text"); - if (xc == NULL) { - printlogf(NULL, ERROR, "error in config file: text attribute missing from