DragonFly BSD
DragonFly submit List (threaded) for 2006-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Add -D to install


From: Adrian Michael Nida <nida@xxxxxxxx>
Date: Fri, 26 May 2006 12:05:53 -0400

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.
> 




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]