/[soft]/mgatools/trunk/functions
ViewVC logotype

Annotation of /mgatools/trunk/functions

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1698 - (hide annotations) (download)
Tue Jun 21 15:28:07 2011 UTC (12 years, 10 months ago) by boklm
File size: 179 byte(s)
add script to move update from updates_testing to updates repository
1 boklm 1698 #!/bin/sh
2    
3     . /etc/mgatools.conf
4    
5     function isingroup()
6     {
7     grp="$1"
8     for group in `groups`
9     do if [ "$grp" = "$group" ]
10     then
11     return 0
12     fi
13     done
14     return 1
15     }
16    

  ViewVC Help
Powered by ViewVC 1.1.30