archivers/urbackup-client: Fix build on 15+
Restore an accidentally deleted patch. While here update pkg-message. PR: 289652 Fixes: d70c8a415dd3 (Update 2.5.25.0 => 2.5.26.0) MFH: 2025Q3
This commit is contained in:
parent
5350967e8f
commit
c2bedb4782
@ -0,0 +1,11 @@
|
||||
--- urbackupclient/lin_tokens.cpp.orig 2022-08-21 08:45:31 UTC
|
||||
+++ urbackupclient/lin_tokens.cpp
|
||||
@@ -34,7 +34,7 @@ TokenCache::TokenCache()
|
||||
};
|
||||
|
||||
TokenCache::TokenCache()
|
||||
-: token_cache(NULL)
|
||||
+: token_cache()
|
||||
{
|
||||
}
|
||||
|
||||
@ -16,15 +16,13 @@ The client daemon's configuration file is located at:
|
||||
Log rotation can be configured at:
|
||||
%%PREFIX%%/etc/newsyslog.conf.d/urbackupclient.conf
|
||||
|
||||
If the GTK2 GUI was built, it can be launched via:
|
||||
If the GTK4 GUI was built, it can be launched via:
|
||||
%%PREFIX%%/bin/urbackupclientctl
|
||||
|
||||
NOTE: For client configuration or to view logs, the GTK2 GUI
|
||||
needs to have one of the following in its PATH:
|
||||
- kdesu (e.g., %%PREFIX%%/lib/kde4/libexec/)
|
||||
(port: x11/kde-runtime)
|
||||
- gksu (e.g., %%PREFIX%%/bin/)
|
||||
(port: sysutils/gksu)
|
||||
NOTE: For client configuration or to view logs, the GTK4 GUI
|
||||
needs to have kdesu in its PATH:
|
||||
e.g., %%PREFIX%%/lib/libexec/kf6/
|
||||
port: sysutils/plasma6-kde-cli-tools
|
||||
|
||||
The client can also be configured via the UrBackup Server, or
|
||||
%%PREFIX%%/bin/urbackupclientctl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user