Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2004 18:01:21 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/mk bsd.prog.mk src/bin/rcp Makefile src/kerberos5/usr.bin/ksu Makefile src/libexec/rtld-aout Makefile src/libexec/rtld-elf Makefile src/release/picobsd/tinyware/login Makefile src/sbin/init Makefile src/usr.bin/login Makefile ...
Message-ID:  <200411031801.iA3I1L2L027164@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2004-11-03 18:01:21 UTC

  FreeBSD src repository

  Modified files:
    share/mk             bsd.prog.mk 
    bin/rcp              Makefile 
    kerberos5/usr.bin/ksu Makefile 
    libexec/rtld-aout    Makefile 
    libexec/rtld-elf     Makefile 
    release/picobsd/tinyware/login Makefile 
    sbin/init            Makefile 
    usr.bin/login        Makefile 
    usr.bin/newgrp       Makefile 
    usr.bin/opieinfo     Makefile 
    usr.bin/opiepasswd   Makefile 
    usr.bin/rlogin       Makefile 
    usr.bin/rsh          Makefile 
    usr.bin/su           Makefile 
    usr.sbin/cron/crontab Makefile 
    usr.sbin/moused      Makefile 
    usr.sbin/sliplogin   Makefile 
  Log:
  Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
  to PRECIOUSLIB from bsd.lib.mk.  The side effect of this
  is making installing the world under jail(8) possible by
  using another knob, NOFSCHG.
  
  Reviewed by:    oliver
  
  Revision  Changes    Path
  1.23      +1 -1      src/bin/rcp/Makefile
  1.14      +1 -1      src/kerberos5/usr.bin/ksu/Makefile
  1.32      +3 -2      src/libexec/rtld-aout/Makefile
  1.33      +2 -1      src/libexec/rtld-elf/Makefile
  1.3       +1 -1      src/release/picobsd/tinyware/login/Makefile
  1.30      +2 -1      src/sbin/init/Makefile
  1.137     +4 -0      src/share/mk/bsd.prog.mk
  1.48      +1 -1      src/usr.bin/login/Makefile
  1.3       +1 -1      src/usr.bin/newgrp/Makefile
  1.11      +1 -1      src/usr.bin/opieinfo/Makefile
  1.10      +1 -1      src/usr.bin/opiepasswd/Makefile
  1.27      +1 -1      src/usr.bin/rlogin/Makefile
  1.23      +1 -1      src/usr.bin/rsh/Makefile
  1.40      +1 -1      src/usr.bin/su/Makefile
  1.14      +1 -1      src/usr.sbin/cron/crontab/Makefile
  1.7       +2 -2      src/usr.sbin/moused/Makefile
  1.8       +2 -2      src/usr.sbin/sliplogin/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411031801.iA3I1L2L027164>