Skip to content

Commit

Permalink
make-automaps: Remove special treatment of tofu
Browse files Browse the repository at this point in the history
No longer mount /home/wwwcmb, closes #30.
  • Loading branch information
thomas authored and donald committed Mar 14, 2018
1 parent 0b2b426 commit 7d582de
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions make-automaps/make-automaps
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@ local9 :/amd/$hostname/S9/scratch
local10 :/amd/$hostname/S10/scratch
eof

######################################## /home

open O,'>>','/etc/automount/auto.home' or die "/etc/automount/auto.home: $!\n";
print O<<"eof";
wwwcmb tofu:/amd/tofu/1/project/cmb/apache/data/vserver
eof


######################################## /project

open O,'>>','/etc/automount/auto.project' or die "/etc/automount/auto.project: $!\n";
Expand Down

0 comments on commit 7d582de

Please sign in to comment.