Re: Three Quick Questions
From: Jalle (defacto_at_home.se)
Date: 06/03/03
- Previous message: Troy: "Three Quick Questions"
- In reply to: Troy: "Three Quick Questions"
- Next in thread: Scott Rossillo: "Re: Three Quick Questions"
- Reply: Scott Rossillo: "Re: Three Quick Questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 03 Jun 2003 09:22:52 +0200 To: Troy <freebsd@untoldfaith.com>, freebsd-newbies@freebsd.org
At 15:51 2003-06-02 -0600, Troy wrote:
>Hello,
>Three quick questions here.
>#1
>When installing ports how do I pass switches?
>ex. make --args install (is this how?)
Yes, generally, this is how you do it.
>#2
>If I am connected via ssh and get disconnected how do I login and kill
>the old
>session?
You shouldnt need to. If you mean that you want to kill some application
that you started
in your old session, then try the kill (man kill) command.
>#3
>When upgrading via cvsup how do I tell what has changed to see if it is
>worth
>upgrading after running the cvsup session?
Save the output from cvsup. If you're using the GUI, just click the save
button, and it will save in the "./cvsup.log" (or something like that). If
you're using the command line cvsup, I cant recall any flag for output
saves, but you can always use the script (man script) command, like so...
# script /home/youruser/yourlog.file
...some info...
# cvsup yourcvsupfile
...updating updating updating...
# <ctrl-d>
...done...
Now, check the /home/youruser/yourlog.file for changes and updates.
>Thanks for any help.
>
>--Troy
>
HTH
/Jalle
>_______________________________________________
>freebsd-newbies@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
>To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
_______________________________________________
freebsd-newbies@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
- Previous message: Troy: "Three Quick Questions"
- In reply to: Troy: "Three Quick Questions"
- Next in thread: Scott Rossillo: "Re: Three Quick Questions"
- Reply: Scott Rossillo: "Re: Three Quick Questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]