Skip to content

Commit

Permalink
update README AUTHORS ChangeLog IgnorantGuru#31 IgnorantGuru#53
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnorantGuru committed Apr 27, 2015
1 parent 2b10166 commit 0a9973e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
IgnorantGuru <[email protected]> http://igurublog.wordpress.com/
Developer: IgnorantGuru <[email protected]>

Contributor: OmegaPhil <[email protected]>

Source code taken from other projects:
* spacefm (udev support)
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ BUILD
cd IgnorantGuru-udevil-*

# Build & Install
./configure
./configure --prefix=/usr
make
sudo make install

Expand Down Expand Up @@ -135,7 +135,7 @@ BUILD NEXT
cd IgnorantGuru-udevil-*

# Build, & Install
./configure
./configure --prefix=/usr
make
sudo make install

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down
2 changes: 1 addition & 1 deletion src/udevil.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* udevil.c GPL3+ Copyright 2013 IgnorantGuru <[email protected]>
* udevil.c GPL3+ Copyright 2015 IgnorantGuru <[email protected]>
*/

#include <stdio.h>
Expand Down

0 comments on commit 0a9973e

Please sign in to comment.