diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-09-16 12:42:07 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-09-16 12:48:36 +0100 |
commit | 2e91517c6715c9295c8bbb2707129e9c4e59a390 (patch) | |
tree | 308fc87c2fbe8c40ac5eeccfb7fd526cde8c3f83 /perl-install | |
parent | 081c10cedc9f685c016f9079f58e5417f12f7b50 (diff) | |
download | drakx-2e91517c6715c9295c8bbb2707129e9c4e59a390.tar drakx-2e91517c6715c9295c8bbb2707129e9c4e59a390.tar.gz drakx-2e91517c6715c9295c8bbb2707129e9c4e59a390.tar.bz2 drakx-2e91517c6715c9295c8bbb2707129e9c4e59a390.tar.xz drakx-2e91517c6715c9295c8bbb2707129e9c4e59a390.zip |
Use saned description for saned.socket (there is no standalone service).
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/services.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index 87995fc24..b3023b0e9 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -122,7 +122,7 @@ rusersd => N_("The rusers protocol allows users on a network to identify who is logged in on other responding machines."), rwhod => N_("The rwho protocol lets remote users get a list of all of the users logged into a machine running the rwho daemon (similar to finger)."), -saned => N_("SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..."), +'saned.socket' => N_("SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..."), shorewall => N_("Packet filtering firewall"), shorewall6 => N_("Packet filtering firewall for IPv6"), smb => N_("The SMB/CIFS protocol enables to share access to files & printers and also integrates with a Windows Server domain"), |