mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
- typo: s/sucess/success/g
What's up with loginutils/su.c line 42: "SYSLOG_SUCESS" ? Please have a look..
This commit is contained in:
parent
b7d5342003
commit
126da9ec2d
@ -464,7 +464,7 @@ static inline int writeTarFile(const int tar_fd, const int verboseFlag,
|
|||||||
dup2(tbInfo.tarFd, 1);
|
dup2(tbInfo.tarFd, 1);
|
||||||
|
|
||||||
close(gzipStatusPipe[0]);
|
close(gzipStatusPipe[0]);
|
||||||
fcntl(gzipStatusPipe[1], F_SETFD, FD_CLOEXEC); /* close on exec shows sucess */
|
fcntl(gzipStatusPipe[1], F_SETFD, FD_CLOEXEC); /* close on exec shows success */
|
||||||
|
|
||||||
execlp(zip_exec, zip_exec, "-f", NULL);
|
execlp(zip_exec, zip_exec, "-f", NULL);
|
||||||
vfork_exec_errno = errno;
|
vfork_exec_errno = errno;
|
||||||
|
@ -350,7 +350,7 @@ mount_it_now:
|
|||||||
if(!f || !rc) break;
|
if(!f || !rc) break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If the mount was sucessful, and we're maintaining an old-style
|
/* If the mount was successful, and we're maintaining an old-style
|
||||||
* mtab file by hand, add new entry to it now. */
|
* mtab file by hand, add new entry to it now. */
|
||||||
if((!rc || fakeIt) && useMtab) {
|
if((!rc || fakeIt) && useMtab) {
|
||||||
FILE *mountTable = setmntent(bb_path_mtab_file, "a+");
|
FILE *mountTable = setmntent(bb_path_mtab_file, "a+");
|
||||||
|
Loading…
Reference in New Issue
Block a user