forked from josch/mmdebstrap
fix error message about opening s-s-d
This commit is contained in:
parent
58ae0bb97d
commit
519046094e
1 changed files with 1 additions and 1 deletions
|
@ -863,7 +863,7 @@ sub run_chroot(&$) {
|
|||
|
||||
{
|
||||
move("$options->{root}/sbin/start-stop-daemon", "$options->{root}/sbin/start-stop-daemon.REAL") or error "cannot move start-stop-daemon";
|
||||
open my $fh, '>', "$options->{root}/sbin/start-stop-daemon" or error "cannot open policy-rc.d: $!";
|
||||
open my $fh, '>', "$options->{root}/sbin/start-stop-daemon" or error "cannot open start-stop-daemon: $!";
|
||||
print $fh "#!/bin/sh\n";
|
||||
print $fh "echo \"Warning: Fake start-stop-daemon called, doing nothing\">&2\n";
|
||||
close $fh;
|
||||
|
|
Loading…
Reference in a new issue