From 2284fd825bcea047ab595bf769ef13fa763d269a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 14 Jun 2016 13:45:59 +0200 Subject: Add the short description in headers and manpages. --- client | 2 +- lacme | 2 +- lacme-accountd | 3 ++- lacme-accountd.md | 3 ++- lacme.md | 3 ++- webserver | 3 ++- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/client b/client index 810cd35..2566c9b 100755 --- a/client +++ b/client @@ -1,7 +1,7 @@ #!/usr/bin/perl -T #---------------------------------------------------------------------- -# ACME client +# ACME client written with process isolation and minimal privileges in mind # Copyright © 2015,2016 Guilhem Moulin # # This program is free software: you can redistribute it and/or modify diff --git a/lacme b/lacme index 12fb181..f6d2b7a 100755 --- a/lacme +++ b/lacme @@ -1,7 +1,7 @@ #!/usr/bin/perl -T #---------------------------------------------------------------------- -# ACME client +# ACME client written with process isolation and minimal privileges in mind # Copyright © 2016 Guilhem Moulin # # This program is free software: you can redistribute it and/or modify diff --git a/lacme-accountd b/lacme-accountd index 704f836..fbf1bcb 100755 --- a/lacme-accountd +++ b/lacme-accountd @@ -1,7 +1,8 @@ #!/usr/bin/perl -T #---------------------------------------------------------------------- -# ACME client (account key manager) +# ACME client written with process isolation and minimal privileges in mind +# (account key manager) # Copyright © 2016 Guilhem Moulin # # This program is free software: you can redistribute it and/or modify diff --git a/lacme-accountd.md b/lacme-accountd.md index 54b0ed7..79cb08b 100644 --- a/lacme-accountd.md +++ b/lacme-accountd.md @@ -5,7 +5,8 @@ Name ==== -lacme-accountd - [ACME] client (account key manager) +lacme-accountd - [ACME] client written with process isolation and +minimal privileges in mind (account key manager) Synopsis ======== diff --git a/lacme.md b/lacme.md index 04f2836..d8e359d 100644 --- a/lacme.md +++ b/lacme.md @@ -5,7 +5,8 @@ Name ==== -lacme - [ACME] client +lacme - [ACME] client written with process isolation and minimal +privileges in mind Synopsis ======== diff --git a/webserver b/webserver index df4e3ba..e97fe00 100755 --- a/webserver +++ b/webserver @@ -1,7 +1,8 @@ #!/usr/bin/perl -T #---------------------------------------------------------------------- -# ACME client (webserver component) +# ACME client written with process isolation and minimal privileges in mind +# (webserver component) # Copyright © 2015,2016 Guilhem Moulin # # This program is free software: you can redistribute it and/or modify -- cgit v1.2.3