cvs commit: src/bin Makefile src/bin/pkill Makefile pkill.1 pkill.c src/rescue/rescue Makefile src/usr.bin Makefile src/usr.bin/pkill Makefile pkill.1 pkill.c

Yar Tikhiy yar at FreeBSD.org
Sun Aug 31 14:32:53 UTC 2008


yar         2008-08-31 14:27:59 UTC

  FreeBSD src repository

  Modified files:
    bin                  Makefile 
    rescue/rescue        Makefile 
    usr.bin              Makefile 
  Added files:
    bin/pkill            Makefile pkill.1 pkill.c 
  Removed files:
    usr.bin/pkill        Makefile pkill.1 pkill.c 
  Log:
  SVN rev 182543 on 2008-08-31 14:27:59Z by yar
  
  pkill(1) first appeared in /usr/bin, but later it was moved to /bin
  for the convenience of rc.d.  Now it has happily lived there for quite
  a while.  So move the pkill(1) source files from usr.bin to bin, too.
  
  Approved by:    gad
  
  Revision  Changes    Path
  1.28      +1 -0      src/bin/Makefile
  1.1       +21 -0     src/bin/pkill/Makefile (new)
  1.1       +284 -0    src/bin/pkill/pkill.1 (new)
  1.1       +756 -0    src/bin/pkill/pkill.c (new)
  1.63      +2 -4      src/rescue/rescue/Makefile
  1.316     +0 -1      src/usr.bin/Makefile
  1.8       +0 -23     src/usr.bin/pkill/Makefile (dead)
  1.23      +0 -284    src/usr.bin/pkill/pkill.1 (dead)
  1.32      +0 -756    src/usr.bin/pkill/pkill.c (dead)


More information about the cvs-src mailing list