Check-in Number:
|
3580 | |
Date: |
2003-Sep-09 15:50:22 (local)
2003-Sep-09 13:50:22 (UTC) |
User: | thl |
Branch: | |
Comment: |
remove and ignore generated shtool |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/snmpdx/.cvsignore 1.1 -> 1.2
--- .cvsignore 2003/09/09 09:28:55 1.1
+++ .cvsignore 2003/09/09 13:50:22 1.2
@@ -2,3 +2,5 @@
*.tar.Z
*.tar.gz
*.tar.bz2
+configure
+shtool
|
|
ossp-pkg/snmpdx/shtool 1.2 -> 1.3
--- shtool 2003/09/09 12:50:04 1.2
+++ shtool 2003/09/09 13:50:22 1.3
@@ -3241,7 +3241,7 @@
vGNU="${name} ${triple} (${tim})"
vWeb="${name}/${triple}"
vSCCS="@(#)${name} ${triple} (${tim})"
- vRCS="\$Id: shtool,v 1.2 2003/09/09 12:50:04 thl Exp ${name} ${triple} (${tim}) \$"
+ vRCS="\$Id: shtool,v 1.3 2003/09/09 13:50:22 thl dead ${name} ${triple} (${tim}) \$"
# determine string out of filename
# (do NOT try to optimize this in any way because of portability)
|
|