Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mdietz94 committed May 3, 2013
1 parent 7f544af commit f0906d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/delete-self.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

require 'socket'
# SERVER_NAME is the name of the server
# and PORT is the port number specified in del-chef.c
# and PORT is the port number specified in server/delchef.c
s = TCPSocket.new(SERVER_NAME,PORT)
s.close
2 changes: 1 addition & 1 deletion server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ all:
chmod u+s /usr/bin/delchef
chmod g+s /usr/bin/delchef
chown delchef:delchef /usr/bin/delchef
rm -rf /etc/init/delchef
rm -rf /etc/init/delchef.conf
mv delchef.upstart /etc/init/delchef.conf
chmod /etc/init/delchef.conf 0644
chown root:root /etc/init/delchef.conf

0 comments on commit f0906d2

Please sign in to comment.