Guest User

Untitled

a guest
Jan 7th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. --- org/check/embedded.ext 2012-01-06 05:26:24.000000000 +0100
  2. +++ new/check/embedded.ext 2012-01-07 12:00:06.298198001 +0100
  3. @@ -256,7 +256,7 @@
  4. # add files for cgi interfaces and sensor modules for alix
  5. #
  6. if (opt_httpd) then
  7. - if (! (embedded_type =~ "^pc|sim$")) then
  8. + if (! (embedded_type =~ "^pc$|sim$")) then
  9. add_to_opt "etc/rc.d/rc850.embedded" "mode=555 flags=sh"
  10. add_to_opt "files/srv/www/admin/${embedded_type}.cgi" "mode=555 flags=sh"
  11. if (embedded_type == "alix") then
Advertisement
Add Comment
Please, Sign In to add comment