fix CentOS-vs-Ubuntu mixup in package repo stuff

This commit is contained in:
Jason Levine 2014-10-12 23:03:21 -04:00
parent 078058a929
commit 6a35a61621
1 changed files with 1 additions and 1 deletions

View File

@ -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
```