SourceForge.net

Search

Log of /ltp/IDcheck.sh

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text)
Sticky Tag:

Revision 1.18 - (view) (download) (as text) - [select for diffs]
Mon Sep 29 18:12:16 2008 UTC (11 days, 17 hours ago) by subrata_modak
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +3 -2 lines
Diff to previous 1.17
IDCheck.sh fails to detect the group nobody does not exist and exits with 0 status. This patch fixes this behavior. I have added a small cosmetic change to indicate No is the default response to the question asked by the script. Signed-Off-By: Elder Costa <elder.costa@terra.com.br>.

Revision 1.17 - (view) (download) (as text) - [select for diffs]
Fri Aug 29 18:03:48 2008 UTC (6 weeks ago) by subrata_modak
Branch: MAIN
Changes since 1.16: +4 -0 lines
Diff to previous 1.16
Under Ubuntu (tested with both 7.04 and 8.04) IDCheck shows the message
[: 100: 0: unexpected operator

That happens because the variable EUID is not defined. I guess dash (Ubuntu's sh) is not as tolerant as Fedora's (which shows no message). Bellow a small patch for it. Signed-Off-By: Elder <elder.costa@terra.com.br>.

Revision 1.16 - (view) (download) (as text) - [select for diffs]
Mon Apr 28 01:36:44 2008 UTC (5 months, 2 weeks ago) by vapier
Branch: MAIN
Changes since 1.15: +146 -159 lines
Diff to previous 1.15
overhaul script to make things much easier to manage by Garrett Cooper

Revision 1.15 - (view) (download) (as text) - [select for diffs]
Sun Mar 9 22:30:38 2008 UTC (7 months ago) by vapier
Branch: MAIN
Changes since 1.14: +2 -0 lines
Diff to previous 1.14
When CREATE is not set there is no default, so it is possible to run
into the test(1) statement in line 116 with an undefined CREATE, which
lets test break.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>

Revision 1.14 - (view) (download) (as text) - [select for diffs]
Sat Mar 8 12:49:06 2008 UTC (7 months ago) by vapier
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
a few POSIX fixes from Dustin Kirkland in [1908313]

Revision 1.13 - (view) (download) (as text) - [select for diffs]
Wed Feb 8 21:21:09 2006 UTC (2 years, 8 months ago) by robbiew
Branch: MAIN
Changes since 1.12: +16 -12 lines
Diff to previous 1.12
Applied an update from Mike Frysinger to allow people to automatically declare the CREATE variable in IDcheck.sh.

Revision 1.12 - (view) (download) (as text) - [select for diffs]
Thu Jul 17 15:59:36 2003 UTC (5 years, 2 months ago) by plars
Branch: MAIN
Changes since 1.11: +5 -5 lines
Diff to previous 1.11
Fix IDcheck to actually check for the existance of the groups that need to exist.

Revision 1.11 - (view) (download) (as text) - [select for diffs]
Tue Apr 8 15:23:33 2003 UTC (5 years, 6 months ago) by robbiew
Branch: MAIN
Changes since 1.10: +37 -3 lines
Diff to previous 1.10
Added checking for users and sys groups to IDcheck.sh. Also, called the
script from runalltests.sh before executing tests to support cross-compiled
platforms.

Revision 1.10 - (view) (download) (as text) - [select for diffs]
Mon Mar 3 17:06:24 2003 UTC (5 years, 7 months ago) by robbiew
Branch: MAIN
Changes since 1.9: +7 -1 lines
Diff to previous 1.9
Added code to only prompt for id creation if the user is root.

Revision 1.9 - (view) (download) (as text) - [select for diffs]
Mon Apr 8 14:55:37 2002 UTC (6 years, 6 months ago) by robbiew
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Changed nobody group checking to check for id number only.

Revision 1.8 - (view) (download) (as text) - [select for diffs]
Wed Apr 3 16:28:51 2002 UTC (6 years, 6 months ago) by robbiew
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (as text) - [select for diffs]
Wed Apr 3 15:56:18 2002 UTC (6 years, 6 months ago) by robbiew
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Modified IDcheck to check for the group "nobody", not just if user nobody has a group.

Revision 1.6 - (view) (download) (as text) - [select for diffs]
Tue Mar 5 22:42:55 2002 UTC (6 years, 7 months ago) by robbiew
Branch: MAIN
Changes since 1.5: +18 -10 lines
Diff to previous 1.5
Applied Jay Huie's patch to only ask if the users don't exist.

Revision 1.5 - (view) (download) (as text) - [select for diffs]
Wed Dec 19 15:45:24 2001 UTC (6 years, 9 months ago) by nstraz
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4
Removing a bash2ism.  The script now runs on bash1 based systems (RH 6.2)

Revision 1.4 - (view) (download) (as text) - [select for diffs]
Wed Nov 28 21:32:41 2001 UTC (6 years, 10 months ago) by robbiew
Branch: MAIN
Changes since 1.3: +24 -0 lines
Diff to previous 1.3
Added author info.

Revision 1.3 - (view) (download) (as text) - [select for diffs]
Tue Nov 27 19:14:19 2001 UTC (6 years, 10 months ago) by robbiew
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2
Made small cosmetic change.

Revision 1.2 - (view) (download) (as text) - [select for diffs]
Wed Nov 21 17:33:40 2001 UTC (6 years, 10 months ago) by robbiew
Branch: MAIN
Changes since 1.1: +95 -11 lines
Diff to previous 1.1
Added the option to create the missing ids and/or groups.

Revision 1.1 - (view) (download) (as text) - [select for diffs]
Fri Oct 12 20:39:17 2001 UTC (7 years ago) by robbiew
Branch: MAIN
This is used to verify existence of required users/groups.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Powered by ViewVC 1.0.5 ViewVC Help