YGP has asked for the wisdom of the Perl Monks concerning the following question:
The following command caused the error: if [ ! "" ]; then \ mkdir -p /Perl_Modules/new/etc; \ if [ ! -f /Perl_Modules/new/etc/ftpd.conf ]; then \ install -c -m 0644 ftpd.conf /Perl_Modules/new/etc/ftpd.co +nf; \ else \ install -c -m 0644 ftpd.conf /Perl_Modules/new/etc/ftpd.co +nf.new; \ echo "Old configuration file /Perl_Modules/new/etc/ftpd.co +nf not overwritten."; \ echo "New configuration file installed as /Perl_Modules/ne +w/etc/ftpd.conf.new"; \ fi; \ fi make: Fatal error: Command failed for target `install'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net FTPServer
by Corion (Patriarch) on Mar 11, 2008 at 07:19 UTC | |
|
Re: Net FTPServer
by pc88mxer (Vicar) on Mar 11, 2008 at 16:00 UTC | |
by YGP (Acolyte) on Mar 14, 2008 at 12:27 UTC |