[Slackbuilds-users] dnscrypt-proxy/dnscrypt-wrapper README.Slackware error

T3slider t3slider at gmail.com
Fri Oct 10 15:22:54 UTC 2014


There is a small error in README.Slackware for both dnscrypt-proxy and
dnscrypt-wrapper sitting in the approved queue (so I can't
remove+resubmit). There is a superfluous 'dnscrypt' in the useradd line
that will cause it to fail. I have attached two patches, one for each,
but if you want to pull them and have me resubmit instead I can do that
too.

Sorry for the mistake!
-------------- next part --------------
diff --git a/README.Slackware b/README.Slackware
index d24d208..5fbdc46 100644
--- a/README.Slackware
+++ b/README.Slackware
@@ -11,7 +11,7 @@ the default configuration you should create a dnscrypt user and group with the
 following commands:
 
     groupadd -g 293 dnscrypt
-    useradd -u 293 -g 293 dnscrypt -c "DNSCrypt" -d /run/dnscrypt -s /bin/false dnscrypt
+    useradd -u 293 -g 293 -c "DNSCrypt" -d /run/dnscrypt -s /bin/false dnscrypt
 
 If you decide to use another user you should edit the CHROOTDIR and USER
 options in /etc/default/dnscrypt-proxy (there are example settings provided for
-------------- next part --------------
diff --git a/README.Slackware b/README.Slackware
index a2b1ff6..0c16240 100644
--- a/README.Slackware
+++ b/README.Slackware
@@ -12,7 +12,7 @@ the default configuration you should create a dnscrypt user and group with the
 following commands:
 
     groupadd -g 293 dnscrypt
-    useradd -u 293 -g 293 dnscrypt -c "DNSCrypt" -d /run/dnscrypt -s /bin/false dnscrypt
+    useradd -u 293 -g 293 -c "DNSCrypt" -d /run/dnscrypt -s /bin/false dnscrypt
 
 If you decide to use another user you should edit the CHROOTDIR and USER
 options in /etc/default/dnscrypt-wrapper (there are example settings provided


More information about the SlackBuilds-users mailing list