Add -D to install

Adrian Michael Nida nida at musc.edu
Fri May 26 09:06:57 PDT 2006


Just curious, why not just do a pass through clause?  Like this:

diff -r 34c9cb8fd38c usr.bin/xinstall/xinstall.c
--- a/usr.bin/xinstall/xinstall.c       Tue Apr 18 22:11:35 2006 +0000
+++ b/usr.bin/xinstall/xinstall.c       Fri May 26 15:40:29 2006 +0200
@@ -128,6 +128,9 @@ main(int argc, char **argv)
                case 'c':
                        /* For backwards compatibility. */
                        break;
+               case 'D':  /*Intentional Pass through*/
                case 'd':
                        dodir = 1;
                        break;

Adrian

On Fri, 2006-05-26 at 17:54 +0200, Andreas Hauser wrote:
> Hoi,
> 
> Add the -D flag, an alias to -d, which is used on other systems.
> 






More information about the Submit mailing list