Sat Sep 14 18:58:19 2019 UTC ()
security/doas: Remove system mentions in DESCR and fix a typo.


(ng0)
diff -r1.1 -r1.2 pkgsrc/security/doas/DESCR

cvs diff -r1.1 -r1.2 pkgsrc/security/doas/DESCR (expand / switch to unified diff)

--- pkgsrc/security/doas/DESCR 2019/08/23 23:00:50 1.1
+++ pkgsrc/security/doas/DESCR 2019/09/14 18:58:19 1.2
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1doas is a port of OpenBSD's doas which runs on FreeBSD, Linux and 1doas is a port of OpenBSD's doas.
2NetBSD. 
3 2
4The doas utility is a program originally written for OpenBSD which 3The doas utility is a program originally written for OpenBSD which
5allows a user to run a command as though they were another 4allows a user to run a command as though they were another
6user. Typically doas is used to allow non-privleged users to run 5user. Typically doas is used to allow non-privileged users to run
7commands as though they were the root user. The doas program acts as 6commands as though they were the root user. The doas program acts as
8an alternative to sudo, which is a popular method in the Linux 7an alternative to sudo, which is a popular method in the Linux
9community for granting admin access to specific users. 8community for granting admin access to specific users.
10 9
11The doas program offers two benefits over sudo: its configuration file 10The doas program offers two benefits over sudo: its configuration file
12has a simple syntax and it is smaller, requiring less effort to audit 11has a simple syntax and it is smaller, requiring less effort to audit
13the code. This makes it harder for both admins and coders to make 12the code. This makes it harder for both admins and coders to make
14mistakes that potentially open security holes in the system. 13mistakes that potentially open security holes in the system.