Remove gnulib
This commit is contained in:
parent
0c31986918
commit
93084fab4b
@ -1,6 +1,10 @@
|
|||||||
ChangeLog for davfs2
|
ChangeLog for davfs2
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
2020-08-24 Werner Baumann (werner.baumann@onlinehome.de)
|
||||||
|
* mount_davfs.c, main:
|
||||||
|
Remove gnulib.
|
||||||
|
|
||||||
2020-08-21 Werner Baumann (werner.baumann@onlinehome.de)
|
2020-08-21 Werner Baumann (werner.baumann@onlinehome.de)
|
||||||
* mount_davfs.c, umount_davfs.c:
|
* mount_davfs.c, umount_davfs.c:
|
||||||
Replace canonicalize_file_name with realpath.
|
Replace canonicalize_file_name with realpath.
|
||||||
|
@ -238,7 +238,6 @@ main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
setlocale(LC_ALL, "");
|
setlocale(LC_ALL, "");
|
||||||
bindtextdomain(PACKAGE, LOCALEDIR);
|
bindtextdomain(PACKAGE, LOCALEDIR);
|
||||||
bindtextdomain(PACKAGE "-gnulib", LOCALEDIR);
|
|
||||||
textdomain(PACKAGE);
|
textdomain(PACKAGE);
|
||||||
|
|
||||||
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG), PACKAGE_STRING);
|
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG), PACKAGE_STRING);
|
||||||
|
Loading…
Reference in New Issue
Block a user