From 6a35a61621150a9547fb63201524c95ab513177b Mon Sep 17 00:00:00 2001 From: Jason Levine Date: Sun, 12 Oct 2014 23:03:21 -0400 Subject: [PATCH] fix CentOS-vs-Ubuntu mixup in package repo stuff --- docs/shellserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shellserver.md b/docs/shellserver.md index 1004d3e..e71dfea 100644 --- a/docs/shellserver.md +++ b/docs/shellserver.md @@ -18,7 +18,7 @@ The default MTA on CentOS is `postfix`. Our goal was to have a `localhost`-only Users will connect from their shell account to an IRC server, so it is *very* handy to have an `identd` server. For us that just meant installing the standard CentOS `identd` server and configuring it to start automatically: ``` -sudo apt-get install identd +sudo yum install oidentd sudo /etc/init.d/oidentd start sudo chkconfig oidentd on ```