diff options
author | John Darrington <jmd@gnu.org> | 2016-10-18 08:26:19 +0200 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2016-11-06 19:56:43 +0100 |
commit | 290ad2243c0ce2919918f64fec5652b5a60466a8 (patch) | |
tree | 13d20e18560e1966110d5c6cad9554a99782a917 /gnu/system/pam.scm | |
parent | 8074b3307746a94b0a656a41ceed0c577d7e8133 (diff) | |
download | patches-290ad2243c0ce2919918f64fec5652b5a60466a8.tar patches-290ad2243c0ce2919918f64fec5652b5a60466a8.tar.gz |
gnu: Remove comment which is factually incorrect.
* gnu/system/pam.scm: Remove incorrect comment.
Diffstat (limited to 'gnu/system/pam.scm')
-rw-r--r-- | gnu/system/pam.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm index cd7a3427ed..4546c1a73a 100644 --- a/gnu/system/pam.scm +++ b/gnu/system/pam.scm @@ -316,4 +316,4 @@ all the PAM services." (pam-configuration (services base) (transform transform)))) -;;; linux.scm ends here + |