search for: 11c2da5

Displaying 1 result from an estimated 1 matches for "11c2da5".

2016 Sep 30
2
[PATCH] customize: Add --append-line.
...+ else + g#pread path len 0L in + let line = + if last_chars = newline then line + else newline ^ line in + + (* Finally, append. *) + g#write_append path line + ) diff --git a/customize/append_line.mli b/customize/append_line.mli new file mode 100644 index 0000000..11c2da5 --- /dev/null +++ b/customize/append_line.mli @@ -0,0 +1,20 @@ +(* virt-customize + * Copyright (C) 2016 Red Hat Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundatio...