Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tails
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
952
Issues
952
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tails
tails
Commits
b50eaa02
Commit
b50eaa02
authored
Sep 14, 2020
by
intrigeri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop unneeded call to setlocale
parent
c3376d6f
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
11 deletions
+0
-11
config/chroot_local-includes/usr/local/bin/tails-security-check
.../chroot_local-includes/usr/local/bin/tails-security-check
+0
-4
config/chroot_local-includes/usr/local/lib/tails-htp-notify-user
...chroot_local-includes/usr/local/lib/tails-htp-notify-user
+0
-1
config/chroot_local-includes/usr/local/lib/tails-virt-notify-user
...hroot_local-includes/usr/local/lib/tails-virt-notify-user
+0
-4
config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm
...root_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm
+0
-1
config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm
.../usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm
+0
-1
No files found.
config/chroot_local-includes/usr/local/bin/tails-security-check
View file @
b50eaa02
...
...
@@ -41,10 +41,6 @@ use Try::Tiny;
use
XML::
Atom
;
use
XML::Atom::
Feed
;
### initialization
POSIX::
setlocale
(
&
POSIX::
LC_MESSAGES
,
'');
### configuration
my
$default_base_url
=
'
https://tails.boum.org/security/
';
...
...
config/chroot_local-includes/usr/local/lib/tails-htp-notify-user
View file @
b50eaa02
...
...
@@ -30,7 +30,6 @@ use Locale::TextDomain 'tails';
### initialization
POSIX::
setlocale
(
&
POSIX::
LC_MESSAGES
,
'');
my
$htp_done_file
=
'
/run/htpdate/done
';
my
$htp_success_file
=
'
/run/htpdate/success
';
my
$htp_log_file
=
'
/var/log/htpdate.log
';
...
...
config/chroot_local-includes/usr/local/lib/tails-virt-notify-user
View file @
b50eaa02
...
...
@@ -28,10 +28,6 @@ use IPC::System::Simple qw{capturex $EXITVAL};
use
Locale::
TextDomain
'
tails
';
use
Net::DBus::
Reactor
;
### initialization
POSIX::
setlocale
(
&
POSIX::
LC_MESSAGES
,
'');
### callbacks
sub
action_cb
{
...
...
config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm
View file @
b50eaa02
...
...
@@ -40,7 +40,6 @@ use namespace::clean;
# Must be after namespace::clean, so that we can use "around" for the "__"
# function.
use
Locale::
TextDomain
'
tails
';
POSIX::
setlocale
(
&
POSIX::
LC_MESSAGES
,
'');
use
MooX::
Options
;
...
...
config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm
View file @
b50eaa02
...
...
@@ -47,7 +47,6 @@ use namespace::clean;
# Must be after namespace::clean, so that we can use "around" for the "__"
# function.
use
Locale::
TextDomain
'
tails
';
POSIX::
setlocale
(
&
POSIX::
LC_MESSAGES
,
'');
use
MooX::
Options
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment