mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
* src/runcon.c (main): Remove "." at end of a diagnostic.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-03-18 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* src/runcon.c (main): Remove "." at end of a diagnostic.
|
||||
|
||||
2007-02-02 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* src/runcon.c: New program.
|
||||
|
||||
@@ -180,7 +180,7 @@ main (int argc, char **argv, char **envp)
|
||||
|
||||
if (is_selinux_enabled () != 1)
|
||||
error (EXIT_FAILURE, 0,
|
||||
_("runcon may be used only on a SELinux kernel."));
|
||||
_("runcon may be used only on a SELinux kernel"));
|
||||
|
||||
if (context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user