Displaying 2 results from an estimated 2 matches for "nremoving".
Did you mean:
removing
1998 Jul 02
1
Synchronize Unix/SMB passwords with 'synchpasswd'
...unless (fork) {
exec "$add_script @USERS < $smb_passwd > synch.tmp"
}
wait; # Parent waits for child to complete
#
# Remove all invalid entries from 'synch.tmp'. I check the uid again
# because the SMB password file may have these entries from before.
#
printf ("\nRemoving invalid accounts:\n");
open(IN, 'synch.tmp') || die "Can't open temp file: synch.tmp"
open(OUT, '>synch.out') || die "Can't create output file: synch.out"
$dummy = <IN>
$dummy = <IN> # Skip the first 3 lines (header)
$dummy = <...
2019 Oct 15
4
Splitting the large libguestfs repo
I got a little way into this. The two attached patches are
preliminary work.
My proposed split is:
libguestfs.git
common -> git submodule libguestfs-common.git
generator/
lib/
all language bindings
C based tools (eg. virt-df, virt-edit, guestfish)
guestfs-tools.git
common -> git submodule libguestfs-common.git