parent
2b10166a76
commit
0a9973e9c1
4
AUTHORS
4
AUTHORS
|
@ -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:
|
Source code taken from other projects:
|
||||||
* spacefm (udev support)
|
* spacefm (udev support)
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
[devmon 1.1.8] unset %d %l for --exec-on-unmount #56
|
[devmon 1.1.8] unset %d %l for --exec-on-unmount #56
|
||||||
special handling for cifs mount ipv6 literal #46; retain literal host
|
special handling for cifs mount ipv6 literal #46; retain literal host
|
||||||
udevil.conf allowed_options_ftpfs remove ip=*; add ip= after test #46
|
udevil.conf allowed_options_ftpfs remove ip=*; add ip= after test #46
|
||||||
|
respect configure option --sysconfdir #31 #53
|
||||||
0.4.3 2013-12-09:
|
0.4.3 2013-12-09:
|
||||||
fix default udevil.conf allowed_options missing fmask=0133 #35
|
fix default udevil.conf allowed_options missing fmask=0133 #35
|
||||||
0.4.2 2013-12-04:
|
0.4.2 2013-12-04:
|
||||||
|
|
6
README
6
README
|
@ -101,7 +101,7 @@ BUILD
|
||||||
cd IgnorantGuru-udevil-*
|
cd IgnorantGuru-udevil-*
|
||||||
|
|
||||||
# Build & Install
|
# Build & Install
|
||||||
./configure
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ BUILD NEXT
|
||||||
cd IgnorantGuru-udevil-*
|
cd IgnorantGuru-udevil-*
|
||||||
|
|
||||||
# Build, & Install
|
# Build, & Install
|
||||||
./configure
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
@ -329,7 +329,7 @@ TRANSLATE
|
||||||
|
|
||||||
LICENSE
|
LICENSE
|
||||||
|
|
||||||
udevil - Copyright (C) 2014 GPL3+
|
udevil - Copyright (C) 2015 GPL3+
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
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
|
under the terms of the GNU General Public License as published by the
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2811,7 +2811,7 @@ fi
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
|
|
||||||
PACKAGE=udevil
|
PACKAGE=udevil
|
||||||
VERSION=0.4.3+etc
|
VERSION=0.4.3+
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
||||||
AC_INIT(src/udevil.c)
|
AC_INIT(src/udevil.c)
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CONFIG_SRCDIR(src)
|
AC_CONFIG_SRCDIR(src)
|
||||||
AM_INIT_AUTOMAKE(udevil, 0.4.3+etc)
|
AM_INIT_AUTOMAKE(udevil, 0.4.3+)
|
||||||
|
|
||||||
AC_PROG_INTLTOOL([0.21])
|
AC_PROG_INTLTOOL([0.21])
|
||||||
|
|
||||||
|
|
|
@ -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>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user