DragonFly BSD
DragonFly kernel List (threaded) for 2003-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: installworld error


From: Peter Kadau <peter.kadau@xxxxxxxxxxxxxxxx>
Date: Tue, 25 Nov 2003 21:25:53 +0100

Hi !

    Someone run a 'script' (man script) of the failed mergemaster session
    so we have something solid to work with.  It sounds like it would be
    trivial to fix.
Ouch, should've thought about that myself...
It's attached.
(There are some ^H in it because I was extremely virtuous
 at the keyboard, but it should be readable... ;.-)

Cheers
Peter

--
<peter.kadau@xxxxxxxxxxxxxxxx>

Campus der Max-Planck-Institute Tübingen
Netzwerk- und Systemadministration

Tel: +49 7071 601 598
Fax: +49 7071 601 616
Script started on Tue Nov 25 21:19:43 2003
Sie haben Mail.
straycat# mergemaster -i


*** The directory specified for the temporary root environment,
    /var/tmp/temproot, exists.  This can be a security risk if untrusted
    users have access to the system.

  Use 'd' to delete the old /var/tmp/temproot and continue
  Use 't' to select a new temporary root directory
  Use 'e' to exit mergemaster

  Default is to use /var/tmp/temproot as is

How should I deal with this? [Use the existing /var/tmp/temproot] 

   *** Leaving /var/tmp/temproot intact

*** Creating the temporary root environment in /var/tmp/temproot
 *** /var/tmp/temproot ready for use
 *** Creating and populating directory structure in /var/tmp/temproot

set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`;  while [ $# -gt 0 ] ;  do  for dir in /usr/share/locale  /usr/share/nls  /usr/local/share/nls;  do  test -d /var/tmp/temproot/${dir} && cd /var/tmp/temproot/${dir};  test -L "$2" && rm -rf "$2";  test \! -L "$1" && test -d "$1" && mv "$1" "$2";  done;  shift; shift;  done
mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /var/tmp/temproot/
mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var/tmp/temproot/var
mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /var/tmp/temproot/usr
mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p /var/tmp/temproot/usr/include
mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p /var/tmp/temproot/usr/libdata/perl/5.00503/mach
mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p /var/tmp/temproot/
cd /var/tmp/temproot/; rm -f /var/tmp/temproot/sys; ln -s usr/src/sys sys
cd /var/tmp/temproot/usr/share/man/en.ISO8859-1; ln -sf ../man* .
cd /var/tmp/temproot/usr/share/man;  set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
cd /var/tmp/temproot/usr/share/locale;  set - `grep "^[a-zA-Z]" /usr/src/etc/locale.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
cd /var/tmp/temproot/usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .
cd /var/tmp/temproot/usr/share/nls;  set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
===> sendmail
cd /usr/src/etc;  install -o root -g wheel -m 644  apmd.conf fbtab gettytab network.subr  protocols  rc rc.firewall rc.firewall6  rc.sendmail rc.shutdown  rc.subr rpc services  etc.i386/disktab  /usr/src/etc/../usr.bin/mail/misc/mail.rc  /usr/src/etc/../usr.bin/locate/locate/locate.rc  amd.map auth.conf  crontab csh.cshrc csh.login csh.logout  dhclient.conf dm.conf ftpusers group  hosts hosts.allow host.conf hosts.equiv hosts.lpd  inetd.conf login.access login.conf  motd modems networks newsyslog.conf  pam.conf phones printcap profile  remote  shells sysctl.conf syslog.conf usbd.conf  etc.i386/ttys  /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config /var/tmp/temproot/etc;  cap_mkdb /var/tmp/temproot/etc/login.conf;  install -o root -g wheel -m 755  pccard_ether rc.suspend rc.resume /var/tmp/temproot/etc;  install -o root -g wheel -m 600  master.passwd nsmb.conf opieaccess /var/tmp/temproot/etc;  pwd_mkdb -p -d /var/tmp/temproot/etc /var/tmp/temproot/etc/master.passwd
cd /usr/src/etc/defaults; install -o root -g wheel -m 644  rc.conf make.conf pccard.conf periodic.conf /var/tmp/temproot/etc/defaults
cd /usr/src/etc/periodic; make install
===> daily
install -o root -g wheel  -m 755 100.clean-disks 110.clean-tmps 120.clean-preserve 130.clean-msgs 140.clean-rwho 150.clean-hoststat 200.backup-passwd 210.backup-aliases 220.backup-distfile 300.calendar 310.accounting 320.rdist 330.news 400.status-disks 420.status-network 430.status-rwho 440.status-mailq 450.status-security 460.status-mail-rejects 470.status-named 500.queuerun 999.local /var/tmp/temproot/etc/periodic/daily
===> security
install -o root -g wheel  -m 755 100.chksetuid 200.chkmounts 300.chkuid0 400.passwdless 500.ipfwdenied 510.ipfdenied 550.ipfwlimit 600.ip6fwdenied 650.ip6fwlimit 700.kernelmsg 800.loginfail 900.tcpwrap security.functions /var/tmp/temproot/etc/periodic/security
===> weekly
install -o root -g wheel  -m 755 120.clean-kvmdb 310.locate 320.whatis 330.catman 340.noid 400.status-pkg 999.local /var/tmp/temproot/etc/periodic/weekly
===> monthly
install -o root -g wheel  -m 755 200.accounting 999.local /var/tmp/temproot/etc/periodic/monthly
cd /usr/src/etc/rc.d; make install
install -o root -g wheel  -m 555 DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd apm apmd archdep atm1 atm2.sh atm3.sh bootparams ccd cleanvar cleartmp cron dhclient diskless dmesg dumpon fsck hostname inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon ipnat ipsec ipxrouted isdnd jail kadmind kerberos keyserv kldxref kpasswdd ldconfig local localdaemons lpd motd mountcritlocal mountcritremote mountd moused mroute6d mrouted msgs named netif netoptions network1 network2 network3 network_ipv6 nfsclient nfsd nfslocking nfsserver nisdomain ntpd ntpdate othermta pccard pcvt ppp-user pppoed pwcheck quota random rarpd rcconf.sh root route6d routed routing rpcbind rtadvd rwho sysdb savecore securelevel sendmail serial sppp sshd swap1 syscons sysctl syslogd timed ttys usbd vinum virecover watchdogd ypbind yppasswdd ypserv ypset ypupdated ypxfrd /var/tmp/temproot/etc/rc.d
cd /usr/src/etc/../gnu/usr.bin/send-pr; make etc-gnats-freefall
install -o root -g wheel -m 0644  /usr/src/gnu/usr.bin/send-pr/categories  /var/tmp/temproot/etc/gnats/freefall
cd /usr/src/etc/../share/termcap; make etc-termcap
ln -fs /usr/share/misc/termcap /var/tmp/temproot/etc/termcap
cd /usr/src/etc/../usr.sbin/rmt; make etc-rmt
rm -f /var/tmp/temproot/etc/rmt
ln -s /usr/sbin/rmt /var/tmp/temproot/etc/rmt
cd /usr/src/etc/sendmail; make distribution
install -o root -g wheel -m 644 /usr/src/etc/sendmail/freebsd.mc  /var/tmp/temproot/etc/mail/freebsd.mc
install -o root -g wheel -m 644 freebsd.cf  /var/tmp/temproot/etc/mail/freebsd.cf
install -o root -g wheel -m 644 freebsd.cf  /var/tmp/temproot/etc/mail/sendmail.cf
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.mc  /var/tmp/temproot/etc/mail/freebsd.submit.mc
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.cf  /var/tmp/temproot/etc/mail/freebsd.submit.cf
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.cf  /var/tmp/temproot/etc/mail/submit.cf
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/src/helpfile  /var/tmp/temproot/etc/mail/helpfile
install -o root -g wheel -m 640 /dev/null  /var/tmp/temproot/var/log/sendmail.st
install: /var/tmp/temproot/var/log/sendmail.st: No such file or directory
*** Error code 71

Stop in /usr/src/etc/sendmail.
*** Error code 1

Stop in /usr/src/etc.

  *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
      the temproot environment

straycat# mkdir -p /var/tmp(/temproot/var/{log

straycat# mergemaster -i


*** The directory specified for the temporary root environment,
    /var/tmp/temproot, exists.  This can be a security risk if untrusted
    users have access to the system.

  Use 'd' to delete the old /var/tmp/temproot and continue
  Use 't' to select a new temporary root directory
  Use 'e' to exit mergemaster

  Default is to use /var/tmp/temproot as is

How should I deal with this? [Use the existing /var/tmp/temproot] 

   *** Leaving /var/tmp/temproot intact

*** Creating the temporary root environment in /var/tmp/temproot
 *** /var/tmp/temproot ready for use
 *** Creating and populating directory structure in /var/tmp/temproot

set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`;  while [ $# -gt 0 ] ;  do  for dir in /usr/share/locale  /usr/share/nls  /usr/local/share/nls;  do  test -d /var/tmp/temproot/${dir} && cd /var/tmp/temproot/${dir};  test -L "$2" && rm -rf "$2";  test \! -L "$1" && test -d "$1" && mv "$1" "$2";  done;  shift; shift;  done
mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /var/tmp/temproot/
mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var/tmp/temproot/var
mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /var/tmp/temproot/usr
mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p /var/tmp/temproot/usr/include
mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p /var/tmp/temproot/usr/libdata/perl/5.00503/mach
mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p /var/tmp/temproot/
cd /var/tmp/temproot/; rm -f /var/tmp/temproot/sys; ln -s usr/src/sys sys
cd /var/tmp/temproot/usr/share/man/en.ISO8859-1; ln -sf ../man* .
cd /var/tmp/temproot/usr/share/man;  set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
cd /var/tmp/temproot/usr/share/locale;  set - `grep "^[a-zA-Z]" /usr/src/etc/locale.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
cd /var/tmp/temproot/usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .
cd /var/tmp/temproot/usr/share/nls;  set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
===> sendmail
cd /usr/src/etc;  install -o root -g wheel -m 644  apmd.conf fbtab gettytab network.subr  protocols  rc rc.firewall rc.firewall6  rc.sendmail rc.shutdown  rc.subr rpc services  etc.i386/disktab  /usr/src/etc/../usr.bin/mail/misc/mail.rc  /usr/src/etc/../usr.bin/locate/locate/locate.rc  amd.map auth.conf  crontab csh.cshrc csh.login csh.logout  dhclient.conf dm.conf ftpusers group  hosts hosts.allow host.conf hosts.equiv hosts.lpd  inetd.conf login.access login.conf  motd modems networks newsyslog.conf  pam.conf phones printcap profile  remote  shells sysctl.conf syslog.conf usbd.conf  etc.i386/ttys  /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config /var/tmp/temproot/etc;  cap_mkdb /var/tmp/temproot/etc/login.conf;  install -o root -g wheel -m 755  pccard_ether rc.suspend rc.resume /var/tmp/temproot/etc;  install -o root -g wheel -m 600  master.passwd nsmb.conf opieaccess /var/tmp/temproot/etc;  pwd_mkdb -p -d /var/tmp/temproot/etc /var/tmp/temproot/etc/master.passwd
cd /usr/src/etc/defaults; install -o root -g wheel -m 644  rc.conf make.conf pccard.conf periodic.conf /var/tmp/temproot/etc/defaults
cd /usr/src/etc/periodic; make install
===> daily
install -o root -g wheel  -m 755 100.clean-disks 110.clean-tmps 120.clean-preserve 130.clean-msgs 140.clean-rwho 150.clean-hoststat 200.backup-passwd 210.backup-aliases 220.backup-distfile 300.calendar 310.accounting 320.rdist 330.news 400.status-disks 420.status-network 430.status-rwho 440.status-mailq 450.status-security 460.status-mail-rejects 470.status-named 500.queuerun 999.local /var/tmp/temproot/etc/periodic/daily
===> security
install -o root -g wheel  -m 755 100.chksetuid 200.chkmounts 300.chkuid0 400.passwdless 500.ipfwdenied 510.ipfdenied 550.ipfwlimit 600.ip6fwdenied 650.ip6fwlimit 700.kernelmsg 800.loginfail 900.tcpwrap security.functions /var/tmp/temproot/etc/periodic/security
===> weekly
install -o root -g wheel  -m 755 120.clean-kvmdb 310.locate 320.whatis 330.catman 340.noid 400.status-pkg 999.local /var/tmp/temproot/etc/periodic/weekly
===> monthly
install -o root -g wheel  -m 755 200.accounting 999.local /var/tmp/temproot/etc/periodic/monthly
cd /usr/src/etc/rc.d; make install
install -o root -g wheel  -m 555 DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd apm apmd archdep atm1 atm2.sh atm3.sh bootparams ccd cleanvar cleartmp cron dhclient diskless dmesg dumpon fsck hostname inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon ipnat ipsec ipxrouted isdnd jail kadmind kerberos keyserv kldxref kpasswdd ldconfig local localdaemons lpd motd mountcritlocal mountcritremote mountd moused mroute6d mrouted msgs named netif netoptions network1 network2 network3 network_ipv6 nfsclient nfsd nfslocking nfsserver nisdomain ntpd ntpdate othermta pccard pcvt ppp-user pppoed pwcheck quota random rarpd rcconf.sh root route6d routed routing rpcbind rtadvd rwho sysdb savecore securelevel sendmail serial sppp sshd swap1 syscons sysctl syslogd timed ttys usbd vinum virecover watchdogd ypbind yppasswdd ypserv ypset ypupdated ypxfrd /var/tmp/temproot/etc/rc.d
cd /usr/src/etc/../gnu/usr.bin/send-pr; make etc-gnats-freefall
install -o root -g wheel -m 0644  /usr/src/gnu/usr.bin/send-pr/categories  /var/tmp/temproot/etc/gnats/freefall
cd /usr/src/etc/../share/termcap; make etc-termcap
ln -fs /usr/share/misc/termcap /var/tmp/temproot/etc/termcap
cd /usr/src/etc/../usr.sbin/rmt; make etc-rmt
rm -f /var/tmp/temproot/etc/rmt
ln -s /usr/sbin/rmt /var/tmp/temproot/etc/rmt
cd /usr/src/etc/sendmail; make distribution
install -o root -g wheel -m 644 /usr/src/etc/sendmail/freebsd.mc  /var/tmp/temproot/etc/mail/freebsd.mc
install -o root -g wheel -m 644 freebsd.cf  /var/tmp/temproot/etc/mail/freebsd.cf
install -o root -g wheel -m 644 freebsd.cf  /var/tmp/temproot/etc/mail/sendmail.cf
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.mc  /var/tmp/temproot/etc/mail/freebsd.submit.mc
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.cf  /var/tmp/temproot/etc/mail/freebsd.submit.cf
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.cf  /var/tmp/temproot/etc/mail/submit.cf
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/src/helpfile  /var/tmp/temproot/etc/mail/helpfile
install -o root -g wheel -m 640 /dev/null  /var/tmp/temproot/var/log/sendmail.st
cd /usr/src/etc; install -o root -g wheel -m 644  /usr/src/etc/../crypto/openssh/ssh_config  /usr/src/etc/../crypto/openssh/sshd_config  moduli /var/tmp/temproot/etc/ssh
cd /usr/src/etc; install -o root -g wheel -m 644  /usr/src/etc/../crypto/openssl/apps/openssl.cnf /var/tmp/temproot/etc/ssl
cd /usr/src/etc; install -o root -g wheel -m 555  MAKEDEV.local MAKEDEV /var/tmp/temproot/dev
cd /usr/src/etc/root;  install -o root -g wheel -m 644  dot.cshrc /var/tmp/temproot/root/.cshrc;  install -o root -g wheel -m 644  dot.klogin /var/tmp/temproot/root/.klogin;  install -o root -g wheel -m 644  dot.login /var/tmp/temproot/root/.login;  install -o root -g wheel -m 644  dot.profile /var/tmp/temproot/root/.profile;  rm -f /var/tmp/temproot/.cshrc /var/tmp/temproot/.profile;  ln /var/tmp/temproot/root/.cshrc /var/tmp/temproot/.cshrc;  ln /var/tmp/temproot/root/.profile /var/tmp/temproot/.profile
cd /usr/src/etc/mtree; install -o root -g wheel -m 444  BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist  BSD.var.dist BSD.x11.dist BSD.x11-4.dist BSD.sendmail.dist /var/tmp/temproot/etc/mtree
cd /usr/src/etc/namedb; install -o root -g wheel -m 644  PROTO.localhost.rev PROTO.localhost-v6.rev named.conf named.root  make-localhost /var/tmp/temproot/etc/namedb
cd /usr/src/etc/ppp; install -o root -g wheel -m 600  ppp.conf /var/tmp/temproot/etc/ppp
cd /usr/src/etc/mail; install -o root -g wheel -m 644  Makefile README mailer.conf access.sample virtusertable.sample  mailertable.sample aliases /var/tmp/temproot/etc/mail
+ ln -s mail/aliases /var/tmp/temproot/etc/aliases
install -o root -g operator -m 664 /dev/null  /var/tmp/temproot/etc/dumpdates
install -o nobody -g wheel -m 644 /dev/null  /var/tmp/temproot/var/db/locate.database
install: /var/tmp/temproot/var/db/locate.database: No such file or directory
*** Error code 71

Stop in /usr/src/etc.

  *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
      the temproot environment

straycat# mkdir -p /var/tmp/temproot/var/db

straycat# maergemasater ergemaster -i


*** The directory specified for the temporary root environment,
    /var/tmp/temproot, exists.  This can be a security risk if untrusted
    users have access to the system.

  Use 'd' to delete the old /var/tmp/temproot and continue
  Use 't' to select a new temporary root directory
  Use 'e' to exit mergemaster

  Default is to use /var/tmp/temproot as is

How should I deal with this? [Use the existing /var/tmp/temproot] 

   *** Leaving /var/tmp/temproot intact

*** Creating the temporary root environment in /var/tmp/temproot
 *** /var/tmp/temproot ready for use
 *** Creating and populating directory structure in /var/tmp/temproot

set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`;  while [ $# -gt 0 ] ;  do  for dir in /usr/share/locale  /usr/share/nls  /usr/local/share/nls;  do  test -d /var/tmp/temproot/${dir} && cd /var/tmp/temproot/${dir};  test -L "$2" && rm -rf "$2";  test \! -L "$1" && test -d "$1" && mv "$1" "$2";  done;  shift; shift;  done
mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /var/tmp/temproot/
mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var/tmp/temproot/var
mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /var/tmp/temproot/usr
mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p /var/tmp/temproot/usr/include
mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p /var/tmp/temproot/usr/libdata/perl/5.00503/mach
mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p /var/tmp/temproot/
cd /var/tmp/temproot/; rm -f /var/tmp/temproot/sys; ln -s usr/src/sys sys
cd /var/tmp/temproot/usr/share/man/en.ISO8859-1; ln -sf ../man* .
cd /var/tmp/temproot/usr/share/man;  set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
cd /var/tmp/temproot/usr/share/locale;  set - `grep "^[a-zA-Z]" /usr/src/etc/locale.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
cd /var/tmp/temproot/usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .
cd /var/tmp/temproot/usr/share/nls;  set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
===> sendmail
cd /usr/src/etc;  install -o root -g wheel -m 644  apmd.conf fbtab gettytab network.subr  protocols  rc rc.firewall rc.firewall6  rc.sendmail rc.shutdown  rc.subr rpc services  etc.i386/disktab  /usr/src/etc/../usr.bin/mail/misc/mail.rc  /usr/src/etc/../usr.bin/locate/locate/locate.rc  amd.map auth.conf  crontab csh.cshrc csh.login csh.logout  dhclient.conf dm.conf ftpusers group  hosts hosts.allow host.conf hosts.equiv hosts.lpd  inetd.conf login.access login.conf  motd modems networks newsyslog.conf  pam.conf phones printcap profile  remote  shells sysctl.conf syslog.conf usbd.conf  etc.i386/ttys  /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config /var/tmp/temproot/etc;  cap_mkdb /var/tmp/temproot/etc/login.conf;  install -o root -g wheel -m 755  pccard_ether rc.suspend rc.resume /var/tmp/temproot/etc;  install -o root -g wheel -m 600  master.passwd nsmb.conf opieaccess /var/tmp/temproot/etc;  pwd_mkdb -p -d /var/tmp/temproot/etc /var/tmp/temproot/etc/master.passwd
cd /usr/src/etc/defaults; install -o root -g wheel -m 644  rc.conf make.conf pccard.conf periodic.conf /var/tmp/temproot/etc/defaults
cd /usr/src/etc/periodic; make install
===> daily
install -o root -g wheel  -m 755 100.clean-disks 110.clean-tmps 120.clean-preserve 130.clean-msgs 140.clean-rwho 150.clean-hoststat 200.backup-passwd 210.backup-aliases 220.backup-distfile 300.calendar 310.accounting 320.rdist 330.news 400.status-disks 420.status-network 430.status-rwho 440.status-mailq 450.status-security 460.status-mail-rejects 470.status-named 500.queuerun 999.local /var/tmp/temproot/etc/periodic/daily
===> security
install -o root -g wheel  -m 755 100.chksetuid 200.chkmounts 300.chkuid0 400.passwdless 500.ipfwdenied 510.ipfdenied 550.ipfwlimit 600.ip6fwdenied 650.ip6fwlimit 700.kernelmsg 800.loginfail 900.tcpwrap security.functions /var/tmp/temproot/etc/periodic/security
===> weekly
install -o root -g wheel  -m 755 120.clean-kvmdb 310.locate 320.whatis 330.catman 340.noid 400.status-pkg 999.local /var/tmp/temproot/etc/periodic/weekly
===> monthly
install -o root -g wheel  -m 755 200.accounting 999.local /var/tmp/temproot/etc/periodic/monthly
cd /usr/src/etc/rc.d; make install
install -o root -g wheel  -m 555 DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd apm apmd archdep atm1 atm2.sh atm3.sh bootparams ccd cleanvar cleartmp cron dhclient diskless dmesg dumpon fsck hostname inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon ipnat ipsec ipxrouted isdnd jail kadmind kerberos keyserv kldxref kpasswdd ldconfig local localdaemons lpd motd mountcritlocal mountcritremote mountd moused mroute6d mrouted msgs named netif netoptions network1 network2 network3 network_ipv6 nfsclient nfsd nfslocking nfsserver nisdomain ntpd ntpdate othermta pccard pcvt ppp-user pppoed pwcheck quota random rarpd rcconf.sh root route6d routed routing rpcbind rtadvd rwho sysdb savecore securelevel sendmail serial sppp sshd swap1 syscons sysctl syslogd timed ttys usbd vinum virecover watchdogd ypbind yppasswdd ypserv ypset ypupdated ypxfrd /var/tmp/temproot/etc/rc.d
cd /usr/src/etc/../gnu/usr.bin/send-pr; make etc-gnats-freefall
install -o root -g wheel -m 0644  /usr/src/gnu/usr.bin/send-pr/categories  /var/tmp/temproot/etc/gnats/freefall
cd /usr/src/etc/../share/termcap; make etc-termcap
ln -fs /usr/share/misc/termcap /var/tmp/temproot/etc/termcap
cd /usr/src/etc/../usr.sbin/rmt; make etc-rmt
rm -f /var/tmp/temproot/etc/rmt
ln -s /usr/sbin/rmt /var/tmp/temproot/etc/rmt
cd /usr/src/etc/sendmail; make distribution
install -o root -g wheel -m 644 /usr/src/etc/sendmail/freebsd.mc  /var/tmp/temproot/etc/mail/freebsd.mc
install -o root -g wheel -m 644 freebsd.cf  /var/tmp/temproot/etc/mail/freebsd.cf
install -o root -g wheel -m 644 freebsd.cf  /var/tmp/temproot/etc/mail/sendmail.cf
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.mc  /var/tmp/temproot/etc/mail/freebsd.submit.mc
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.cf  /var/tmp/temproot/etc/mail/freebsd.submit.cf
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.cf  /var/tmp/temproot/etc/mail/submit.cf
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/src/helpfile  /var/tmp/temproot/etc/mail/helpfile
install -o root -g wheel -m 640 /dev/null  /var/tmp/temproot/var/log/sendmail.st
cd /usr/src/etc; install -o root -g wheel -m 644  /usr/src/etc/../crypto/openssh/ssh_config  /usr/src/etc/../crypto/openssh/sshd_config  moduli /var/tmp/temproot/etc/ssh
cd /usr/src/etc; install -o root -g wheel -m 644  /usr/src/etc/../crypto/openssl/apps/openssl.cnf /var/tmp/temproot/etc/ssl
cd /usr/src/etc; install -o root -g wheel -m 555  MAKEDEV.local MAKEDEV /var/tmp/temproot/dev
cd /usr/src/etc/root;  install -o root -g wheel -m 644  dot.cshrc /var/tmp/temproot/root/.cshrc;  install -o root -g wheel -m 644  dot.klogin /var/tmp/temproot/root/.klogin;  install -o root -g wheel -m 644  dot.login /var/tmp/temproot/root/.login;  install -o root -g wheel -m 644  dot.profile /var/tmp/temproot/root/.profile;  rm -f /var/tmp/temproot/.cshrc /var/tmp/temproot/.profile;  ln /var/tmp/temproot/root/.cshrc /var/tmp/temproot/.cshrc;  ln /var/tmp/temproot/root/.profile /var/tmp/temproot/.profile
cd /usr/src/etc/mtree; install -o root -g wheel -m 444  BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist  BSD.var.dist BSD.x11.dist BSD.x11-4.dist BSD.sendmail.dist /var/tmp/temproot/etc/mtree
cd /usr/src/etc/namedb; install -o root -g wheel -m 644  PROTO.localhost.rev PROTO.localhost-v6.rev named.conf named.root  make-localhost /var/tmp/temproot/etc/namedb
cd /usr/src/etc/ppp; install -o root -g wheel -m 600  ppp.conf /var/tmp/temproot/etc/ppp
cd /usr/src/etc/mail; install -o root -g wheel -m 644  Makefile README mailer.conf access.sample virtusertable.sample  mailertable.sample aliases /var/tmp/temproot/etc/mail
install -o root -g operator -m 664 /dev/null  /var/tmp/temproot/etc/dumpdates
install -o nobody -g wheel -m 644 /dev/null  /var/tmp/temproot/var/db/locate.database
install -o root -g wheel -m 600 /dev/null  /var/tmp/temproot/var/log/auth.log
install -o root -g wheel -m 600 /dev/null  /var/tmp/temproot/var/log/cron
install -o root -g wheel -m 644 /dev/null  /var/tmp/temproot/var/log/lpd-errs
install -o root -g wheel -m 640 /dev/null  /var/tmp/temproot/var/log/maillog
install -o root -g wheel -m 644 /dev/null  /var/tmp/temproot/var/log/lastlog
install -o root -g wheel -m 644 /dev/null  /var/tmp/temproot/var/log/messages
install -o root -g wheel -m 600 /dev/null  /var/tmp/temproot/var/log/security
install -o root -g network -m 640 /dev/null  /var/tmp/temproot/var/log/slip.log
install -o root -g network -m 640 /dev/null  /var/tmp/temproot/var/log/ppp.log
install -o root -g wheel -m 644 /dev/null  /var/tmp/temproot/var/log/wtmp
install -o root -g wheel -m 644 /dev/null  /var/tmp/temproot/var/run/utmp
install: /var/tmp/temproot/var/run/utmp: No such file or directory
*** Error code 71

Stop in /usr/src/etc.

  *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
      the temproot environment

straycat# mkdir -p /var/tmp/temproot/var/run

straycat# mergemaster -i


*** The directory specified for the temporary root environment,
    /var/tmp/temproot, exists.  This can be a security risk if untrusted
    users have access to the system.

  Use 'd' to delete the old /var/tmp/temproot and continue
  Use 't' to select a new temporary root directory
  Use 'e' to exit mergemaster

  Default is to use /var/tmp/temproot as is

How should I deal with this? [Use the existing /var/tmp/temproot] 

   *** Leaving /var/tmp/temproot intact

*** Creating the temporary root environment in /var/tmp/temproot
 *** /var/tmp/temproot ready for use
 *** Creating and populating directory structure in /var/tmp/temproot

set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`;  while [ $# -gt 0 ] ;  do  for dir in /usr/share/locale  /usr/share/nls  /usr/local/share/nls;  do  test -d /var/tmp/temproot/${dir} && cd /var/tmp/temproot/${dir};  test -L "$2" && rm -rf "$2";  test \! -L "$1" && test -d "$1" && mv "$1" "$2";  done;  shift; shift;  done
mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /var/tmp/temproot/
mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var/tmp/temproot/var
mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /var/tmp/temproot/usr
mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p /var/tmp/temproot/usr/include
mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p /var/tmp/temproot/usr/libdata/perl/5.00503/mach
mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p /var/tmp/temproot/
cd /var/tmp/temproot/; rm -f /var/tmp/temproot/sys; ln -s usr/src/sys sys
cd /var/tmp/temproot/usr/share/man/en.ISO8859-1; ln -sf ../man* .
cd /var/tmp/temproot/usr/share/man;  set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
cd /var/tmp/temproot/usr/share/locale;  set - `grep "^[a-zA-Z]" /usr/src/etc/locale.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
cd /var/tmp/temproot/usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .
cd /var/tmp/temproot/usr/share/nls;  set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
===> sendmail
cd /usr/src/etc;  install -o root -g wheel -m 644  apmd.conf fbtab gettytab network.subr  protocols  rc rc.firewall rc.firewall6  rc.sendmail rc.shutdown  rc.subr rpc services  etc.i386/disktab  /usr/src/etc/../usr.bin/mail/misc/mail.rc  /usr/src/etc/../usr.bin/locate/locate/locate.rc  amd.map auth.conf  crontab csh.cshrc csh.login csh.logout  dhclient.conf dm.conf ftpusers group  hosts hosts.allow host.conf hosts.equiv hosts.lpd  inetd.conf login.access login.conf  motd modems networks newsyslog.conf  pam.conf phones printcap profile  remote  shells sysctl.conf syslog.conf usbd.conf  etc.i386/ttys  /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config /var/tmp/temproot/etc;  cap_mkdb /var/tmp/temproot/etc/login.conf;  install -o root -g wheel -m 755  pccard_ether rc.suspend rc.resume /var/tmp/temproot/etc;  install -o root -g wheel -m 600  master.passwd nsmb.conf opieaccess /var/tmp/temproot/etc;  pwd_mkdb -p -d /var/tmp/temproot/etc /var/tmp/temproot/etc/master.passwd
cd /usr/src/etc/defaults; install -o root -g wheel -m 644  rc.conf make.conf pccard.conf periodic.conf /var/tmp/temproot/etc/defaults
cd /usr/src/etc/periodic; make install
===> daily
install -o root -g wheel  -m 755 100.clean-disks 110.clean-tmps 120.clean-preserve 130.clean-msgs 140.clean-rwho 150.clean-hoststat 200.backup-passwd 210.backup-aliases 220.backup-distfile 300.calendar 310.accounting 320.rdist 330.news 400.status-disks 420.status-network 430.status-rwho 440.status-mailq 450.status-security 460.status-mail-rejects 470.status-named 500.queuerun 999.local /var/tmp/temproot/etc/periodic/daily
===> security
install -o root -g wheel  -m 755 100.chksetuid 200.chkmounts 300.chkuid0 400.passwdless 500.ipfwdenied 510.ipfdenied 550.ipfwlimit 600.ip6fwdenied 650.ip6fwlimit 700.kernelmsg 800.loginfail 900.tcpwrap security.functions /var/tmp/temproot/etc/periodic/security
===> weekly
install -o root -g wheel  -m 755 120.clean-kvmdb 310.locate 320.whatis 330.catman 340.noid 400.status-pkg 999.local /var/tmp/temproot/etc/periodic/weekly
===> monthly
install -o root -g wheel  -m 755 200.accounting 999.local /var/tmp/temproot/etc/periodic/monthly
cd /usr/src/etc/rc.d; make install
install -o root -g wheel  -m 555 DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd apm apmd archdep atm1 atm2.sh atm3.sh bootparams ccd cleanvar cleartmp cron dhclient diskless dmesg dumpon fsck hostname inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon ipnat ipsec ipxrouted isdnd jail kadmind kerberos keyserv kldxref kpasswdd ldconfig local localdaemons lpd motd mountcritlocal mountcritremote mountd moused mroute6d mrouted msgs named netif netoptions network1 network2 network3 network_ipv6 nfsclient nfsd nfslocking nfsserver nisdomain ntpd ntpdate othermta pccard pcvt ppp-user pppoed pwcheck quota random rarpd rcconf.sh root route6d routed routing rpcbind rtadvd rwho sysdb savecore securelevel sendmail serial sppp sshd swap1 syscons sysctl syslogd timed ttys usbd vinum virecover watchdogd ypbind yppasswdd ypserv ypset ypupdated ypxfrd /var/tmp/temproot/etc/rc.d
cd /usr/src/etc/../gnu/usr.bin/send-pr; make etc-gnats-freefall
install -o root -g wheel -m 0644  /usr/src/gnu/usr.bin/send-pr/categories  /var/tmp/temproot/etc/gnats/freefall
cd /usr/src/etc/../share/termcap; make etc-termcap
ln -fs /usr/share/misc/termcap /var/tmp/temproot/etc/termcap
cd /usr/src/etc/../usr.sbin/rmt; make etc-rmt
rm -f /var/tmp/temproot/etc/rmt
ln -s /usr/sbin/rmt /var/tmp/temproot/etc/rmt
cd /usr/src/etc/sendmail; make distribution
install -o root -g wheel -m 644 /usr/src/etc/sendmail/freebsd.mc  /var/tmp/temproot/etc/mail/freebsd.mc
install -o root -g wheel -m 644 freebsd.cf  /var/tmp/temproot/etc/mail/freebsd.cf
install -o root -g wheel -m 644 freebsd.cf  /var/tmp/temproot/etc/mail/sendmail.cf
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.mc  /var/tmp/temproot/etc/mail/freebsd.submit.mc
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.cf  /var/tmp/temproot/etc/mail/freebsd.submit.cf
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.cf  /var/tmp/temproot/etc/mail/submit.cf
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail/src/helpfile  /var/tmp/temproot/etc/mail/helpfile
install -o root -g wheel -m 640 /dev/null  /var/tmp/temproot/var/log/sendmail.st
cd /usr/src/etc; install -o root -g wheel -m 644  /usr/src/etc/../crypto/openssh/ssh_config  /usr/src/etc/../crypto/openssh/sshd_config  moduli /var/tmp/temproot/etc/ssh
cd /usr/src/etc; install -o root -g wheel -m 644  /usr/src/etc/../crypto/openssl/apps/openssl.cnf /var/tmp/temproot/etc/ssl
cd /usr/src/etc; install -o root -g wheel -m 555  MAKEDEV.local MAKEDEV /var/tmp/temproot/dev
cd /usr/src/etc/root;  install -o root -g wheel -m 644  dot.cshrc /var/tmp/temproot/root/.cshrc;  install -o root -g wheel -m 644  dot.klogin /var/tmp/temproot/root/.klogin;  install -o root -g wheel -m 644  dot.login /var/tmp/temproot/root/.login;  install -o root -g wheel -m 644  dot.profile /var/tmp/temproot/root/.profile;  rm -f /var/tmp/temproot/.cshrc /var/tmp/temproot/.profile;  ln /var/tmp/temproot/root/.cshrc /var/tmp/temproot/.cshrc;  ln /var/tmp/temproot/root/.profile /var/tmp/temproot/.profile
cd /usr/src/etc/mtree; install -o root -g wheel -m 444  BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist  BSD.var.dist BSD.x11.dist BSD.x11-4.dist BSD.sendmail.dist /var/tmp/temproot/etc/mtree
cd /usr/src/etc/namedb; install -o root -g wheel -m 644  PROTO.localhost.rev PROTO.localhost-v6.rev named.conf named.root  make-localhost /var/tmp/temproot/etc/namedb
cd /usr/src/etc/ppp; install -o root -g wheel -m 600  ppp.conf /var/tmp/temproot/etc/ppp
cd /usr/src/etc/mail; install -o root -g wheel -m 644  Makefile README mailer.conf access.sample virtusertable.sample  mailertable.sample aliases /var/tmp/temproot/etc/mail
install -o root -g operator -m 664 /dev/null  /var/tmp/temproot/etc/dumpdates
install -o nobody -g wheel -m 644 /dev/null  /var/tmp/temproot/var/db/locate.database
install -o root -g wheel -m 600 /dev/null  /var/tmp/temproot/var/log/auth.log
install -o root -g wheel -m 600 /dev/null  /var/tmp/temproot/var/log/cron
install -o root -g wheel -m 644 /dev/null  /var/tmp/temproot/var/log/lpd-errs
install -o root -g wheel -m 640 /dev/null  /var/tmp/temproot/var/log/maillog
install -o root -g wheel -m 644 /dev/null  /var/tmp/temproot/var/log/lastlog
install -o root -g wheel -m 644 /dev/null  /var/tmp/temproot/var/log/messages
install -o root -g wheel -m 600 /dev/null  /var/tmp/temproot/var/log/security
install -o root -g network -m 640 /dev/null  /var/tmp/temproot/var/log/slip.log
install -o root -g network -m 640 /dev/null  /var/tmp/temproot/var/log/ppp.log
install -o root -g wheel -m 644 /dev/null  /var/tmp/temproot/var/log/wtmp
install -o root -g wheel -m 644 /dev/null  /var/tmp/temproot/var/run/utmp
install -o root -g wheel -m 644 /usr/src/etc/minfree  /var/tmp/temproot/var/crash
cd /usr/src/etc/..; install -o root -g wheel -m 444  COPYRIGHT /var/tmp/temproot/
cd /usr/src/etc/../share/man; make makedb
makewhatis /var/tmp/temproot/usr/share/man
makewhatis /var/tmp/temproot/usr/share/openssl/man
makewhatis /var/tmp/temproot/usr/share/perl/man


*** Beginning comparison

 *** Temp ./dev/MAKEDEV.local and installed have the same CVS Id, deleting
 *** Temp ./dev/MAKEDEV and installed have the same CVS Id, deleting
 *** Temp ./etc/defaults/rc.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/defaults/make.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/defaults/pccard.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/defaults/periodic.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/gnats/freefall and installed have the same CVS Id, deleting
 *** Temp ./etc/mail/freebsd.mc and installed have the same CVS Id, deleting
 *** Temp ./etc/mail/freebsd.cf and installed have the same CVS Id, deleting
 *** Temp ./etc/mail/sendmail.cf and installed have the same CVS Id, deleting
 *** Temp ./etc/mail/freebsd.submit.mc and installed are the same, deleting
 *** Temp ./etc/mail/freebsd.submit.cf and installed are the same, deleting
 *** Temp ./etc/mail/submit.cf and installed are the same, deleting
 *** Temp ./etc/mail/helpfile and installed are the same, deleting
 *** Temp ./etc/mail/Makefile and installed have the same CVS Id, deleting
 *** Temp ./etc/mail/README and installed have the same CVS Id, deleting
 *** Temp ./etc/mail/mailer.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/mail/access.sample and installed have the same CVS Id, deleting
 *** Temp ./etc/mail/virtusertable.sample and installed have the same CVS Id, deleting
 *** Temp ./etc/mail/mailertable.sample and installed have the same CVS Id, deleting
 *** Temp ./etc/mail/aliases and installed have the same CVS Id, deleting
 *** Temp ./etc/mtree/BSD.include.dist and installed have the same CVS Id, deleting
 *** Temp ./etc/mtree/BSD.local.dist and installed have the same CVS Id, deleting
 *** Temp ./etc/mtree/BSD.root.dist and installed have the same CVS Id, deleting
 *** Temp ./etc/mtree/BSD.usr.dist and installed have the same CVS Id, deleting
 *** Temp ./etc/mtree/BSD.var.dist and installed have the same CVS Id, deleting
 *** Temp ./etc/mtree/BSD.x11.dist and installed have the same CVS Id, deleting
 *** Temp ./etc/mtree/BSD.x11-4.dist and installed have the same CVS Id, deleting
 *** Temp ./etc/mtree/BSD.sendmail.dist and installed have the same CVS Id, deleting
 *** Temp ./etc/namedb/PROTO.localhost.rev and installed have the same CVS Id, deleting
 *** Temp ./etc/namedb/PROTO.localhost-v6.rev and installed have the same CVS Id, deleting
 *** Temp ./etc/namedb/named.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/namedb/named.root and installed have the same CVS Id, deleting
 *** Temp ./etc/namedb/make-localhost and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/100.clean-disks and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/110.clean-tmps and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/120.clean-preserve and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/130.clean-msgs and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/140.clean-rwho and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/150.clean-hoststat and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/200.backup-passwd and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/210.backup-aliases and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/220.backup-distfile and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/300.calendar and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/310.accounting and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/320.rdist and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/330.news and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/400.status-disks and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/420.status-network and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/430.status-rwho and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/440.status-mailq and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/450.status-security and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/470.status-named and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/460.status-mail-rejects and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/500.queuerun and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/daily/999.local and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/monthly/200.accounting and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/monthly/999.local and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/100.chksetuid and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/200.chkmounts and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/300.chkuid0 and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/400.passwdless and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/500.ipfwdenied and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/510.ipfdenied and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/550.ipfwlimit and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/600.ip6fwdenied and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/650.ip6fwlimit and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/700.kernelmsg and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/800.loginfail and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/900.tcpwrap and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/security/security.functions and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/weekly/120.clean-kvmdb and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/weekly/310.locate and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/weekly/320.whatis and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/weekly/330.catman and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/weekly/340.noid and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/weekly/400.status-pkg and installed have the same CVS Id, deleting
 *** Temp ./etc/periodic/weekly/999.local and installed have the same CVS Id, deleting
 *** Temp ./etc/ppp/ppp.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/DAEMON and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/LOGIN and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/NETWORKING and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/SERVERS and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/abi and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/accounting and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/addswap and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/adjkerntz and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/amd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/apm and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/apmd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/archdep and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/atm1 and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/atm2.sh and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/atm3.sh and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/bootparams and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ccd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/cleanvar and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/cleartmp and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/cron and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/dhclient and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/diskless and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/dmesg and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/dumpon and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/fsck and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/hostname and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/inetd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/initdiskless and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/lpd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/initrandom and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ip6fw and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ipfilter and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ipfs and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ipfw and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ipmon and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ipnat and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ipsec and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ipxrouted and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/isdnd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/jail and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/kadmind and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/kerberos and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/keyserv and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/kldxref and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/kpasswdd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ldconfig and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/local and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/localdaemons and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/motd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/mountcritlocal and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/mountcritremote and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/mountd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/moused and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/mroute6d and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/mrouted and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/msgs and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/named and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/netif and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/netoptions and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/network1 and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/network2 and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/network3 and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/network_ipv6 and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/nfsclient and installed have the same CVS Id, deleti *** Temp ./etc/rc.d/nfsd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/nfslocking and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/nfsserver and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/nisdomain and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ntpd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ntpdate and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/othermta and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/pccard and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/pcvt and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ppp-user and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/pppoed and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/pwcheck and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/quota and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/random and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/rarpd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/rcconf.sh and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/root and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/route6d and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/routed and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/routing and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/rpcbind and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/rtadvd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/rwho and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/sysdb and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/savecore and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/securelevel and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/sendmail and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/serial and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/sppp and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/sshd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/swap1 and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/syscons and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/sysctl and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/syslogd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/timed and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ttys and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/usbd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/vinum and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/virecover and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/watchdogd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ypbind and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/yppasswdd and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ypserv and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ypset and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ypupdated and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.d/ypxfrd and installed have the same CVS Id, deleting
 *** Temp ./etc/ssh/ssh_config and installed have the same CVS Id, deleting
 *** Temp ./etc/ssh/sshd_config and installed have the same CVS Id, deleting
 *** Temp ./etc/ssh/moduli and installed have the same CVS Id, deleting
 *** Temp ./etc/ssl/openssl.cnf and installed are the same, deleting
 *** Temp ./etc/apmd.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/fbtab and installed have the same CVS Id, deleting
 *** Temp ./etc/gettytab and installed have the same CVS Id, deleting
 *** Temp ./etc/network.subr and installed have the same CVS Id, deleting
 *** Temp ./etc/protocols and installed have the same CVS Id, deleting
 *** Temp ./etc/rc and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.firewall and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.firewall6 and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.sendmail and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.shutdown and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.subr and installed have the same CVS Id, deleting
 *** Temp ./etc/rpc and installed have the same CVS Id, deleting
 *** Temp ./etc/services and installed have the same CVS Id, deleting
 *** Temp ./etc/disktab and installed have the same CVS Id, deleting
 *** Temp ./etc/mail.rc and installed are the same, deleting
 *** Temp ./etc/locate.rc and installed have the same CVS Id, deleting
 *** Temp ./etc/amd.map and installed have the same CVS Id, deleting
 *** Temp ./etc/auth.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/crontab and installed have the same CVS Id, deleting
 *** Temp ./etc/csh.cshrc and installed have the same CVS Id, deleting
 *** Temp ./etc/csh.login and installed have the same CVS Id, deleting
 *** Temp ./etc/csh.logout and installed have the same CVS Id, deleting
 *** Temp ./etc/dhclient.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/dm.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/ftpusers and installed have the same CVS Id, deleting
 *** Temp ./etc/group and installed have the same CVS Id, deleting
 *** Temp ./etc/hosts and installed have the same CVS Id, deleting
 *** Temp ./etc/hosts.allow and installed have the same CVS Id, deleting

   ======================================================================   

[?1h=  *** Displaying differences between ./etc/host.conf and installed version:

--- /etc/host.conf      Tue Nov 25 11:17:07 2003
+++ ./etc/host.conf     Tue Nov 25 21:21:43 2003
@@ -1,3 +1,8 @@
-# Auto-generated from nsswitch.conf, do not edit
+# $FreeBSD: src/etc/host.conf,v 1.6 1999/08/27 23:23:41 peter Exp $
+# $DragonFly: src/etc/host.conf,v 1.2 2003/06/17 04:24:45 dillon Exp $
+# First try the /etc/hosts file
 hosts
+# Now try the nameserver next.
 bind
+# If you have YP/NIS configured, uncomment the next line
+# nis
~
~
~
~
~
~
~
~
~
~
~
~
~

~
~
~
~
~
~
~
~
[?1l>
  Use 'd' to delete the temporary ./etc/host.conf
  Use 'i' to install the temporary ./etc/host.conf
  Use 'm' to merge the temporary and installed versions
  Use 'v' to view the diff results again

  Default is to leave the temporary file to deal with by hand

How should I deal with this? [Leave it for later] d

   *** Deleting ./etc/host.conf

 *** Temp ./etc/hosts.equiv and installed have the same CVS Id, deleting
 *** Temp ./etc/hosts.lpd and installed have the same CVS Id, deleting
 *** Temp ./etc/inetd.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/login.access and installed have the same CVS Id, deleting
 *** Temp ./etc/login.conf and installed have the same CVS Id, deleting

   ======================================================================   

[?1h=  *** Displaying differences between ./etc/motd and installed version:

--- /etc/motd   Fri Nov 14 23:32:47 2003
+++ ./etc/motd  Tue Nov 25 21:21:43 2003
@@ -1,6 +1,4 @@
---------------------------------
-Willkommen auf STRAYCAT !       
-Hier läuft DragonFly            
-                                
-Viel Spaß bei was auch immer... 
---------------------------------
+DragonFly ?.?.?  (UNKNOWN)
+
+Welcome to DragonFly!
+
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
[?1l>
  Use 'd' to delete the temporary ./etc/motd
  Use 'i' to install the temporary ./etc/motd
  Use 'm' to merge the temporary and installed versions
  Use 'v' to view the diff results again

  Default is to leave the temporary file to deal with by hand

How should I deal with this? [Leave it for later] d

   *** Deleting ./etc/motd

 *** Temp ./etc/modems and installed have the same CVS Id, deleting
 *** Temp ./etc/networks and installed have the same CVS Id, deleting
 *** Temp ./etc/newsyslog.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/pam.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/phones and installed have the same CVS Id, deleting
 *** Temp ./etc/profile and installed have the same CVS Id, deleting
 *** Temp ./etc/printcap and installed have the same CVS Id, deleting
 *** Temp ./etc/remote and installed have the same CVS Id, deleting
 *** Temp ./etc/shells and installed have the same CVS Id, deleting
 *** Temp ./etc/sysctl.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/syslog.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/usbd.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/ttys and installed have the same CVS Id, deleting
 *** Temp ./etc/manpath.config and installed have the same CVS Id, deleting
 *** Temp ./etc/pccard_ether and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.suspend and installed have the same CVS Id, deleting
 *** Temp ./etc/rc.resume and installed have the same CVS Id, deleting
 *** Temp ./etc/master.passwd and installed have the same CVS Id, deleting
 *** Temp ./etc/nsmb.conf and installed have the same CVS Id, deleting
 *** Temp ./etc/opieaccess and installed have the same CVS Id, deleting
 *** Temp ./root/.cshrc and installed have the same CVS Id, deleting
 *** Temp ./root/.klogin and installed have the same CVS Id, deleting
 *** Temp ./root/.login and installed have the same CVS Id, deleting
 *** Temp ./root/.profile and installed have the same CVS Id, deleting
 *** Temp ./var/crash/minfree and installed are the same, deleting
 *** Temp ./.cshrc and installed have the same CVS Id, deleting
 *** Temp ./.profile and installed have the same CVS Id, deleting
 *** Temp ./COPYRIGHT and installed have the same CVS Id, deleting

*** Comparison complete

Do you wish to delete what is left of /var/tmp/temproot? [no] yes
 *** /var/tmp/temproot has been deleted

straycat# exit

exit

Script done on Tue Nov 25 21:21:59 2003


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