File: configure

package info (click to toggle)
ruby-passenger 3.0.13debian-1%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,920 kB
  • sloc: cpp: 99,104; ruby: 18,098; ansic: 9,846; sh: 8,632; python: 141; makefile: 30
file content (10 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
echo "This is not how you install Phusion Passenger! Please run one of:"
echo
echo "  ./bin/passenger-install-apache2-module"
echo "  ./bin/passenger-install-nginx-module"
echo
echo "When unsure, please consult the manual (see 'doc' directory)."
echo
echo "*** ABORTED"
exit 1