update README AUTHORS ChangeLog #31 #53

This commit is contained in:
IgnorantGuru 2015-04-27 14:39:12 -06:00
parent 2b10166a76
commit 0a9973e9c1
6 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,6 @@
IgnorantGuru <ignorantguru@gmx.com> http://igurublog.wordpress.com/
Developer: IgnorantGuru <ignorantguru@gmx.com>
Contributor: OmegaPhil <OmegaPhil@startmail.com>
Source code taken from other projects:
* spacefm (udev support)

View File

@ -5,6 +5,7 @@
[devmon 1.1.8] unset %d %l for --exec-on-unmount #56
special handling for cifs mount ipv6 literal #46; retain literal host
udevil.conf allowed_options_ftpfs remove ip=*; add ip= after test #46
respect configure option --sysconfdir #31 #53
0.4.3 2013-12-09:
fix default udevil.conf allowed_options missing fmask=0133 #35
0.4.2 2013-12-04:

6
README
View File

@ -101,7 +101,7 @@ BUILD
cd IgnorantGuru-udevil-*
# Build & Install
./configure
./configure --prefix=/usr
make
sudo make install
@ -135,7 +135,7 @@ BUILD NEXT
cd IgnorantGuru-udevil-*
# Build, & Install
./configure
./configure --prefix=/usr
make
sudo make install
@ -329,7 +329,7 @@ TRANSLATE
LICENSE
udevil - Copyright (C) 2014 GPL3+
udevil - Copyright (C) 2015 GPL3+
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

2
configure vendored
View File

@ -2811,7 +2811,7 @@ fi
# Define the identity of the package.
PACKAGE=udevil
VERSION=0.4.3+etc
VERSION=0.4.3+
cat >>confdefs.h <<_ACEOF

View File

@ -3,7 +3,7 @@ AC_PREREQ(2.52)
AC_INIT(src/udevil.c)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(udevil, 0.4.3+etc)
AM_INIT_AUTOMAKE(udevil, 0.4.3+)
AC_PROG_INTLTOOL([0.21])

View File

@ -1,5 +1,5 @@
/*
* udevil.c GPL3+ Copyright 2013 IgnorantGuru <ignorantguru@gmx.com>
* udevil.c GPL3+ Copyright 2015 IgnorantGuru <ignorantguru@gmx.com>
*/
#include <stdio.h>