Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] Re: CVS: sourcemage/sorcery/usr/sbin skry,1.2,1.3

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: "Sergey A. Lipnevich" <sergeyli AT pisem.net>
  • To: nkj AT cvs.sourcemage.org
  • Cc: SMGL Discuss <sm-discuss AT lists.ibiblio.org>
  • Subject: [SM-Discuss] Re: CVS: sourcemage/sorcery/usr/sbin skry,1.2,1.3
  • Date: Sun, 11 Aug 2002 16:56:14 -0400

Nick,

It works, you're the man. I have two suggestions:
1) disable people posting to sm-cvs, let that be a `receive-only' list. the discussion should go into sm-sorcery IMO
2)am I wrong or this diff doesn't use `-u' option? I'd really prefer `-uN' to use unified format and paste new lines into the siff in their entirety
How's this?
Thanks!

--Sergey.

nkj AT cvs.sourcemage.org wrote:

Update of /cvsroot/sourcemage/sourcemage/sorcery/usr/sbin
In directory claire:/tmp/cvs-serv19563

Modified Files:
skry Log Message:
Testing sm-cvs alias. Making sure nothing bounces.



Index: skry
===================================================================
RCS file: /cvsroot/sourcemage/sourcemage/sorcery/usr/sbin/skry,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** skry 2002/06/29 03:27:23 1.2
--- skry 2002/08/11 21:02:19 1.3
***************
*** 9,13 ****
##=head1 DESCRIPTION
##
! ## ...
##
##=head1 COPYRIGHT
--- 9,13 ----
##=head1 DESCRIPTION
##
! ## ... ...
##
##=head1 COPYRIGHT
***************
*** 196,200 ****
fi
! create_menu_dir
# XXX - Do menu stuff
--- 196,200 ----
fi
! create_gnome_menu_dir
# XXX - Do menu stuff
***************
*** 214,217 ****
--- 214,221 ----
generate_windowmaker_menu() { echo "WindowMaker menus not implemented (yet)" + MENU_DIR="$HOME/GNUStep/Defaults/WMRootMenu"
+ + + }
***************
*** 222,226 ****
! create_menu_dir() {
if [ -x "$MENU_DIR" ]; then
--- 226,230 ----
! create_gnome_menu_dir() {
if [ -x "$MENU_DIR" ]; then









Archive powered by MHonArc 2.6.24.

Top of Page