diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-11-23 19:18:34 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-11-23 19:18:34 +0000 |
| commit | a03b03f08f304a5fe4598b95a55edd58a4ab2b17 (patch) | |
| tree | d82f4210eccc6614765cea984bdd38bc3463efdd /lib/puppet/server | |
| parent | 2a5bbd0e9a2262bc27981e988d99a003dd3648ad (diff) | |
removing ruby shebang at the top of all of the files
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@755 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/server')
| -rwxr-xr-x | lib/puppet/server/authstore.rb | 7 | ||||
| -rwxr-xr-x | lib/puppet/server/filebucket.rb | 6 |
2 files changed, 4 insertions, 9 deletions
diff --git a/lib/puppet/server/authstore.rb b/lib/puppet/server/authstore.rb index 9c8f700dc..e3a9a1974 100755 --- a/lib/puppet/server/authstore.rb +++ b/lib/puppet/server/authstore.rb @@ -1,10 +1,5 @@ -#!/usr/bin/ruby -w - -#-------------------- # standard module for determining whether a given hostname or IP has access to # the requested resource -# -# $Id$ require 'ipaddr' @@ -225,3 +220,5 @@ class Server end end end +# +# $Id$ diff --git a/lib/puppet/server/filebucket.rb b/lib/puppet/server/filebucket.rb index 38993362e..b211379f1 100755 --- a/lib/puppet/server/filebucket.rb +++ b/lib/puppet/server/filebucket.rb @@ -1,9 +1,5 @@ -#!/usr/bin/ruby -w - #-------------------- # accept and serve files -# -# $Id$ require 'webrick' @@ -145,3 +141,5 @@ class Server end end end +# +# $Id$ |
