Searched refs:arg (Results 1 - 8 of 8) sorted by relevance

/solaris-desktop/include/
H A Dspec-install-post.sh39 # return 0 is arg is an integer number
66 # runs svccfg validate on arg
98 for arg in "${@}"; do
99 echo "Post-processing $arg"
100 if [ -d "$arg" ]; then
101 process_dir "$arg"
102 elif [ -f "$arg" ]; then
103 process_file "$arg"
105 echo "$0: $arg not found" 1>&2
/solaris-desktop/ext-sources/
H A Dsvc-consolekit30 arg=`eval "echo \`svcprop -p consolekit/args $FMRI\`"`
32 /usr/sbin/console-kit-daemon $arg
H A Dsvc-gdm23 arg=`eval "echo \`svcprop -p gdm/args $FMRI\`"`
25 /usr/sbin/gdm $arg &
/solaris-desktop/scripts/
H A Dreport-copyright54 my $arg = shift;
56 if ($arg =~ /^-/) {
57 print "Unknown option: $arg\n";
62 push (@specs, $arg);
H A Dl10n_getname.pl154 my $arg = shift;
157 if (($arg ne "parse")) {
158 printf ("unknown command: $arg\n");
161 $build_command = $arg;
163 add_spec ($arg);
H A Dcopyright-extractor76 my $arg = shift;
78 if ($arg =~ /^-/) {
79 print "Unknown option: $arg\n";
84 push (@dirs, $arg);
/solaris-desktop/patches/
H A Dxscreensaver-07-allow-root.diff43 @@ -686,6 +686,14 @@ run_cmd (state *s, Atom command, int arg)
56 status = xscreensaver_command (GDK_DISPLAY(), command, arg, False, &err);
/solaris-desktop/specs/
H A DSUNWpng.spec212 - add prefix=%_prefix arg to fix .pc file problem

Completed in 37 milliseconds